Expressium.Coffeeshop.Web.API.Tests
Generated Fri 02. May 2025 09:18:34 GMT+2
ContactUs
Successful Resubmitting a Contact Us Inquiry
Successful Submitting a Contact Us Inquiry
Login
Successful User Login with Valid Credentials
Unsuccessful User Login with Invalid Credentials
Product Management
Ordering Coffee Confirmation Notification
Ordering Multiple Coffees Confirmation Notification
Registration
Successful Canceling a Registration Inquiry
Successful Resubmitting a Registration Inquiry
Successful Submitting a Registration Inquiry
Feature Coverage Duration Status
ContactUs 100% 14s 309ms Passed
Login 0% 7s 305ms Failed
Product Management 100% 13s 489ms Passed
Registration 67% 23s 050ms Failed
Scenario Coverage Duration Status
Successful Resubmitting a Contact Us Inquiry 100% 8s 348ms Passed
Successful Submitting a Contact Us Inquiry 100% 5s 960ms Passed
Successful User Login with Valid Credentials 50% 3s 940ms Failed
Unsuccessful User Login with Invalid Credentials 50% 3s 365ms Incomplete
Ordering Coffee Confirmation Notification 100% 8s 892ms Passed
Ordering Multiple Coffees Confirmation Notification 100% 4s 597ms Passed
Successful Canceling a Registration Inquiry 0% 10s 120ms Failed
Successful Resubmitting a Registration Inquiry 100% 7s 864ms Passed
Successful Submitting a Registration Inquiry 100% 5s 065ms Passed
Step Count Status
Then I should be redirected to the Home page 1 Failed
When I complete and cancel the Registration formular 1 Failed
Then I should have an error message on the Login page 1 Incomplete
Given I have logged in with valid user credentials 6 Passed
When I complete and submit the Contact Us formular 2 Passed
Then I should receive an inquiry confirmation message 1 Passed
Given I have logged in with invalid user credentials 1 Passed
When I add Santa Rita Cerrado Mineiro coffee to the shopping cart 1 Passed
Then I should have $99 in the confirmation notification message 1 Passed
When I add La Soledad Antioquia coffee to the shopping cart 1 Passed
Then I should have $77 in the confirmation notification message 1 Passed
When I add multiple pieces of coffees to the shopping cart 1 Passed
Then I should have a confirmation notification message 1 Passed
When I complete and submit the Registration formular 3 Passed
Then I should be redirected to the Login page 2 Passed
@TA-3000 @ContactUs @BusinessTests
Feature: ContactUs
As a User
I want to send to a user Contact Us inquiry
So that I can recieve detailed product information

@TA-1000 @Login @BusinessTests
Feature: Login
As a User
I want to login on the web application
So that I can administrate my product orders

@TA-4000 @Products @BusinessTests
Feature: Product Management
As a User
I want to order products from the web application
So that I can enjoy my favorite coffee

@TA-2000 @Registration @BusinessTests
Feature: Registration
As a User
I want to send to a user Registration inquiry
So that I can order my favorite coffee

@TA-3003 @Review
Scenario: Successful Resubmitting a Contact Us Inquiry  8s 348ms
Given I have logged in with valid user credentials
When I complete and submit the Contact Us formular
Attachments:
@TA-3001 @Done
Scenario: Successful Submitting a Contact Us Inquiry  5s 960ms
Given I have logged in with valid user credentials
When I complete and submit the Contact Us formular
Then I should receive an inquiry confirmation message
Attachments:
@TA-1001 @Done
Scenario: Successful User Login with Valid Credentials  3s 940ms
Given I have logged in with valid user credentials
Then I should be redirected to the Home page
Validate the HomePage title property...
Expected to be equal [XHome] but was [Home] - FAILED
Attachments:
@TA-1002 @Review
Scenario: Unsuccessful User Login with Invalid Credentials  3s 365ms
Given I have logged in with invalid user credentials
Then I should have an error message on the Login page
Pending Step Definition
Attachments:
@TA-4001 @Review
Scenario Outline: Ordering Coffee Confirmation Notification  4s 416ms
Given I have logged in with valid user credentials
When I add Santa Rita Cerrado Mineiro coffee to the shopping cart
Then I should have $99 in the confirmation notification message
Examples:
| Brand | Price |
| Santa Rita Cerrado Mineiro | $99 |
Attachments:

@TA-4001 @Review
Scenario Outline: Ordering Coffee Confirmation Notification  4s 475ms
Given I have logged in with valid user credentials
When I add La Soledad Antioquia coffee to the shopping cart
Then I should have $77 in the confirmation notification message
Examples:
| Brand | Price |
| La Soledad Antioquia | $77 |
Attachments:
@TA-4002 @Review
Scenario: Ordering Multiple Coffees Confirmation Notification  4s 597ms
Given I have logged in with valid user credentials
When I add multiple pieces of coffees to the shopping cart
| Brand | Pieces |
| La Ceiba Huehuetenango | 2 |
Then I should have a confirmation notification message
Attachments:
@TA-2002 @InProgress
Scenario: Successful Canceling a Registration Inquiry  10s 120ms
When I complete and cancel the Registration formular
Page element 'By.Name: cancel' was expected to exist within 5000 milliseconds...
Attachments:
@TA-2003 @InProgress
Scenario: Successful Resubmitting a Registration Inquiry  7s 864ms
When I complete and submit the Registration formular
When I complete and submit the Registration formular
Then I should be redirected to the Login page
Attachments:
@TA-2001 @InProgress
Scenario: Successful Submitting a Registration Inquiry  5s 065ms
When I complete and submit the Registration formular
Then I should be redirected to the Login page
Attachments:
Analytics
Features
50% Passed
2
50%
Passed
0
0%
Incomplete
2
50%
Failed
0
0%
Skipped
4
100%
Total
Scenarios
67% Passed
6
67%
Passed
1
11%
Incomplete
2
22%
Failed
0
0%
Skipped
9
100%
Total
Steps
88% Passed
21
88%
Passed
1
4%
Incomplete
2
8%
Failed
0
0%
Skipped
24
100%
Total
Duration 59s 417ms
Gherkin Script Editor
Scenario:
Step Definitions:
Given I have logged in with valid user credentials
When I complete and submit the Contact Us formular
Then I should receive an inquiry confirmation message
Then I should be redirected to the Home page
Given I have logged in with invalid user credentials
Then I should have an error message on the Login page
When I add Santa Rita Cerrado Mineiro coffee to the shopping cart
Then I should have $99 in the confirmation notification message
When I add La Soledad Antioquia coffee to the shopping cart
Then I should have $77 in the confirmation notification message
When I add multiple pieces of coffees to the shopping cart
Then I should have a confirmation notification message
When I complete and cancel the Registration formular
When I complete and submit the Registration formular
Then I should be redirected to the Login page