Functional
Coverage Overview
Features
Key Statistics
Number of Scenarios
|
1 |
Total Number of Test Cases
|
2 |
Tests Started
|
Nov 19, 2024 20:43:56 |
Tests
Finished
|
Nov 19, 2024 20:44:01 |
Total
Duration
|
4s |
Fastest Test
|
1s |
Slowest
Test
|
2s |
Average
Execution Time
|
2s |
Total
Execution Time
|
4s |
Functional Coverage Details
Features
Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
Form-Based Authentication
|
1 |
Using username and password to log in #1 - username: tomsmith, password: SuperSecretPassword!, outcome: succeeded
Given Alice starts with the "Form Authentication" example
Alice navigates to "/"
Alice picks example called Form Authentication
Alice clicks on the first of available examples where Text does equal "Form Authentication"
When she logs in using "tomsmith" and "SuperSecretPassword!"
Alice logs in as tomsmith
Alice enters "tomsmith" into username field
Alice enters "SuperSecretPassword!" into password field
Alice clicks on login button
Then she should see that authentication has succeeded
Alice verifies that authentication has succeeded
Alice verifies that flash alert is present
Alice ensures that flash message does become visible
Alice ensures that the text of flash message does include "You logged into a secure area!"
Using username and password to log in #2 - username: foobar, password: barfoo, outcome: failed
Given Alice starts with the "Form Authentication" example
Alice navigates to "/"
Alice picks example called Form Authentication
Alice clicks on the first of available examples where Text does equal "Form Authentication"
When she logs in using "foobar" and "barfoo"
Alice logs in as foobar
Alice enters "foobar" into username field
Alice enters "barfoo" into password field
Alice clicks on login button
Then she should see that authentication has failed
Alice verifies that authentication has failed
Alice verifies that flash alert is present
Alice ensures that flash message does become visible
Alice ensures that the text of flash message does include "Your username is invalid!"
|
2 |
100% |
|
|
Key Statistics
Number of Scenarios
|
1 |
Total
Duration
|
4s |
Total Number of Test Cases
|
2 |
Fastest Test
|
1s |
Number of Manual Test Cases
|
0 |
Slowest
Test
|
2s |
Tests Started
|
Nov 19, 2024 20:43:56 |
Average
Execution Time
|
2s |
Tests
Finished
|
Nov 19, 2024 20:44:01 |
Total
Execution Time
|
4s |
Automated Scenarios
Manual Tests
No manual tests were recorded
|