Expressium.Coffeeshop.Web.API.Tests
Generated Thu 04. Sept 2025 12:42:28 GMT+2
Overview
📂 Expressium.Coffeeshop.Web.API.Tests +
📂 Features
📂 Authentication
Login
Successful User Login with Valid Credentials
Unsuccessful User Login with Invalid Credentials
📂 Inquiries
Contact Us
Successful Submitting a Contact Us Inquiry
Unsuccessful Submitting a Contact Us Inquiry
Successful Resubmitting a Contact Us Inquiry
📂 Products
📂 Notifications
Orders
Ordering Coffee Confirmation Notification
Ordering Multiple Coffees Confirmation Notification
Registration
Successful Submitting a Registration Inquiry
Successful Canceling a Registration Inquiry
Successful Resubmitting a Registration Inquiry
Feature Scenarios Completion Duration Status
Contact Us 3 33% 14s 424ms Incomplete
Login 2 0% 13s 209ms Failed
Orders 2 100% 15s 990ms Passed
Registration 3 67% 32s 558ms Failed
Scenario Order Duration Status
Successful Submitting a Contact Us Inquiry 6 6s 769ms Passed
Unsuccessful Submitting a Contact Us Inquiry 7 0s 000ms Skipped
Successful Resubmitting a Contact Us Inquiry 8 7s 655ms Incomplete
Successful User Login with Valid Credentials 4 6s 683ms Failed
Unsuccessful User Login with Invalid Credentials 5 6s 525ms Incomplete
Ordering Coffee Confirmation Notification 9 10s 946ms Passed
Ordering Multiple Coffees Confirmation Notification 10 5s 043ms Passed
Successful Submitting a Registration Inquiry 1 5s 895ms Passed
Successful Canceling a Registration Inquiry 2 14s 316ms Failed
Successful Resubmitting a Registration Inquiry 3 12s 346ms Passed
Step Usage Status
Then I should be redirected to the Home page 1 Failed
When I complete and cancel the Registration formular 1 Failed
And I resubmit the Contact Us formular 1 Incomplete
Then I should have an error message on the Login page 1 Incomplete
Given I have logged in with valid user credentials 7 Skipped
When I complete and submit the Contact Us formular 3 Skipped
Then I should receive an inquiry confirmation message 3 Skipped
Then I should be redirected to the Login page 3 Skipped
Given I have logged in with invalid user credentials 1 Passed
When I add <Brand> coffee to the shopping cart 2 Passed
Then I should have <Price> in the confirmation notification message 2 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 2 Passed
And I complete and submit the Registration formular 1 Passed
@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  6s 769ms  ☰
  • 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  7s 655ms  ☰
  • 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 683ms  ☰
  • 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 525ms  ☰
  • Given I have logged in with invalid user credentials
  • Then I should have an error message on the Login page
  • PendingStepException
    The step definition is not implemented.

@TR-4001
Rule: Ordering Confirmation Notification

@TA-4001 @Review
Scenario: Ordering Coffee Confirmation Notification 1  5s 473ms  ☰
  • 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  5s 473ms  ☰
  • 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

@TA-4002 @Review
Scenario: Ordering Multiple Coffees Confirmation Notification  5s 043ms  ☰
  • 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  5s 895ms  ☰
  • 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  14s 316ms  ☰
  • When I complete and cancel the Registration formular
  • ApplicationException
    Page element 'By.Name: 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  12s 346ms  ☰
  • 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
Scenarios
50% Passed
5
50%
Passed
2
20%
Incomplete
2
20%
Failed
1
10%
Skipped
10
100%
Total
Steps
69% Passed
21
69%
Passed
2
7%
Incomplete
2
7%
Failed
5
17%
Skipped
30
100%
Total

Duration 19s 709ms