Contract test for creating a new user

Description

Example tests from version 1, here.

Feature: Create users account
Scenario: User should be able to create an account
Given I have logged in as admin
When I try to create a user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false
Then I should get response with the user’s id
When I try to get user with id
Then I should get user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false

QAlity Plus - Test Management

Checklists

Activity

Show:

Paweł Gesek 
January 5, 2017 at 5:23 PM

We are replacing this with for this sprint.

Paulina Borowa 
September 12, 2016 at 2:06 PM

Feature: Create users account
Scenario: User should be able to create an account
Given I have logged in as admin
When I try to create a user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false
Then I should get response with the user’s id

When I try to get user with id
Then I should get user with username: Name, firstName: FirstN, lastName: LastN, email: testowesoldevelo@gmail.com, timezone: CET, active: true, verified:true, restrictLogin: false

Done
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Story Points

Original estimate

Time tracking

1d 6h logged

Sprint

Fix versions

Priority

Time Assistant

Created September 9, 2016 at 12:04 PM
Updated February 28, 2017 at 3:21 PM
Resolved February 17, 2017 at 10:55 AM