Expressium.Coffeeshop.Web.API.Tests
Generated Fri 13 Feb 2026 at 13:09:50 GMT+1
Overview
Feature⇅ Scenarios⇅ Completion⇅ Duration⇅ Status⇅
Contact Us 3 33% 23s 808ms Incomplete
Login 2 0% 15s 759ms Failed
Orders 3 100% 14s 653ms Passed
Registration 3 67% 30s 106ms 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 12s 111ms
  • ✓ 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 11s 696ms
  • ✓ 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 7s 879ms
  • ✓ 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 7s 879ms
  • ✓ 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 5s 428ms
  • ✓ 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 |

@TA-4001 @Review
Scenario: Ordering Coffee Confirmation Notification 2 4s 449ms
  • ✓ 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 |

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

@TA-4002 @Review
Scenario: Ordering Multiple Coffees Confirmation Notification 4s 775ms
  • 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 272ms
  • ✓ 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 13s 139ms
  • ✗ 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 693ms
  • ✓ 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: 23s 061ms
Analytics


Scenarios
55% Passed
6
55%
Passed
2
18%
Incomplete
2
18%
Failed
1
9%
Skipped
11
100%
Total

Duration: 23s 061ms
Analytics


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

Duration: 23s 061ms