Scenario: get products |
|
||
Scenario Outline: Add product (1 example) |
|
||
Scenario Outline: Get Brands |
|
||
Scenario Outline: create Brands (1 example) |
|
||
Scenario Outline: search product |
|
||
Scenario Outline: search product without param (1 example) |
|
||
Scenario Outline: login with valid credentials (1 example) |
|
||
Scenario Outline: login without valid credentials (1 example) |
|
||
Scenario Outline: verify delete login (1 example) |
|
||
Scenario Outline: login with invalid credentials (1 example) |
|
||
Scenario Outline: create user (1 example) |
|
||
Scenario Outline: update user (1 example) |
|
||
Scenario Outline: Delete user (1 example) |
|
||
Scenario Outline: get user account details (1 example) |
|
Given User launch application
When user gets product
Then User should get the statuscode as 200
When user get brands
Then User should get the statuscode as 200
When user search products
Then User should get the statuscode as 200
When user search products without value
Then User should get the statuscode as 200
And User should get the responseCode {responsebodycode}
And User responsemessage as {responsemessagebody}
When user login without valid credentials
Then User should get the statuscode as 200
And User should get the responseCode {responsebodycode}
And User responsemessage as {responsemessagebody}
Scenario | Steps | Started | Duration | Result |
---|---|---|---|---|
get products | 2 | 00:08:34 | 5s 154ms | |
Add product (1 example) | 4 | 00:08:39 | 1s 087ms | |
Get Brands | 2 | 00:08:40 | 979ms | |
create Brands (1 example) | 3 | 00:08:41 | 981ms | |
search product | 2 | 00:08:42 | 998ms | |
search product without param (1 example) | 4 | 00:08:43 | 997ms | |
login with valid credentials (1 example) | 3 | 00:08:44 | 967ms | |
login without valid credentials (1 example) | 4 | 00:08:45 | 990ms | |
verify delete login (1 example) | 4 | 00:08:46 | 957ms | |
login with invalid credentials (1 example) | 4 | 00:08:47 | 968ms | |
create user (1 example) | 4 | 00:08:48 | 1s 009ms | |
update user (1 example) | 4 | 00:08:49 | 943ms | |
Delete user (1 example) | 4 | 00:08:50 | 990ms | |
get user account details (1 example) | 4 | 00:08:51 | 970ms |