Expressium.Coffeeshop.Web.API.Tests
Generated Mon 2 Mar 2026 13:10:00 GMT+1
Overview
Feature Scenarios Completion Duration Status
Contact Us 3 33% 19s 099ms Incomplete
Login 2 0% 13s 326ms Failed
Orders 2 100% 14s 328ms Passed
Registration 3 67% 29s 167ms Failed
@TA-3000 @ContactUs @BusinessTests
Feature: Contact Us
  • As a User
  • I want to send to a Contact Us inquiry
  • So that I can recieve detailed product information

Background:
  • Given I have logged in with valid user credentials

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

@TA-4000 @Products @BusinessTests
Feature: Orders
  • 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 Registration inquiry
  • So that I can order my favorite coffee

@TA-3001 @Done
Scenario: Successful Submitting a Contact Us Inquiry 9s 555ms
  • 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

@TA-3002 @Ignore
Scenario: Unsuccessful Submitting a Contact Us Inquiry 0s 000ms
  • 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

@TA-3003 @Review
Scenario: Successful Resubmitting a Contact Us Inquiry 9s 544ms
  • Given I have logged in with valid user credentials
  • When I complete and submit the Contact Us formular
  • And I resubmit the Contact Us formular
  • Warning
    Undefined Step Definition...
  • Then I should receive an inquiry confirmation message

@TA-1001 @Done
Scenario: Successful User Login with Valid Credentials 6s 799ms
  • Given I have logged in with valid user credentials
  • Then I should be redirected to the Home page
  • ApplicationException
    Validate the HomePage title property...
    Expected to be equal [XHome] but was [Home] - FAILED

@TA-1002 @Review
Scenario: Unsuccessful User Login with Invalid Credentials 6s 526ms
  • Given I have logged in with invalid user credentials
  • Then I should have an error message on the Login page
  • Warning
    Pending Step Definition...

@TR-4001
Rule: Ordering Confirmation Notification

@TA-4001 @Review
Scenario: Ordering Coffee Confirmation Notification 1 4s 838ms
  • Given I have logged in with valid user credentials
  • When I add <Brand> coffee to the shopping cart
  • Then I should have <Price> in the confirmation notification message
Examples:
| Brand | Price |
| Santa Rita Cerrado Mineiro | $99 |

@TA-4001 @Review
Scenario: Ordering Coffee Confirmation Notification 2 4s 764ms
  • Given I have logged in with valid user credentials
  • When I add <Brand> coffee to the shopping cart
  • Then I should have <Price> in the confirmation notification message
Examples:
| Brand | Price |
| La Soledad Antioquia | $77 |

Rule: Ordering Multiple Products
  • Validation of multiple selection of products in the shooping cart

@TA-4002 @Review
Scenario: Ordering Multiple Coffees Confirmation Notification 4s 725ms
  • Confirmation of coffee selection depends on relation
  • 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

@TA-2001 @InProgress
Scenario: Successful Submitting a Registration Inquiry 6s 156ms
  • When I complete and submit the Registration formular
  • Then I should be redirected to the Login page

@TA-2002 @InProgress
Scenario: Successful Canceling a Registration Inquiry 12s 359ms
  • When I complete and cancel the Registration formular
  • ApplicationException
    Page element 'By.XPath: cancel' was expected to exist within 5000 milliseconds...
  • Then I should be redirected to the Login page

@TA-2003 @InProgress
Scenario: Successful Resubmitting a Registration Inquiry 10s 651ms
  • When I complete and submit the Registration formular
  • And I complete and submit the Registration formular
  • Then I should be redirected to the Login page

Analytics


Features
25% Passed
1
25%
Passed
1
25%
Incomplete
2
50%
Failed
0
0%
Skipped
4
100%
Total

Duration: 20s 779ms
Analytics


Scenarios
50% Passed
5
50%
Passed
2
20%
Incomplete
2
20%
Failed
1
10%
Skipped
10
100%
Total

Duration: 20s 779ms
Analytics


Steps
69% Passed
21
69%
Passed
2
7%
Incomplete
2
7%
Failed
5
17%
Skipped
30
100%
Total

Duration: 20s 779ms