Functional
Coverage Overview
Features
Key Statistics
Number of Scenarios
|
2 |
Total Number of Test Cases
|
2 |
Tests Started
|
Nov 20, 2024 00:14:18 |
Tests
Finished
|
|
Total
Duration
|
0ms |
Fastest Test
|
2s |
Slowest
Test
|
2s |
Average
Execution Time
|
2s |
Total
Execution Time
|
5s |
Functional Coverage Details
Features
Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
Calculations
|
2 |
Before
Given Callie decides to use the Super Calculator
Callie navigates to "/protractor-demo/"
When she adds 19 and 23
Callie enters a left operand of 19
Callie enters 19 into left operand input
Callie selects the + operator
Callie selects "+" from operator dropdown
Callie enters a right operand of 23
Callie enters 23 into right operand input
Callie confirms calculation
Callie clicks on "Go" button
Then she should see that the result is 42
Callie ensures that the text of result does equal "42"
Before
Given Callie decides to use the Super Calculator
Callie navigates to "/protractor-demo/"
When she multiplies 6 and 2
Callie enters a left operand of 6
Callie enters 6 into left operand input
Callie selects the * operator
Callie selects "*" from operator dropdown
Callie enters a right operand of 2
Callie enters 2 into right operand input
Callie confirms calculation
Callie clicks on "Go" button
Then she should see that the result is 12
Callie ensures that the text of result does equal "12"
|
2 |
100% |
|
|
Key Statistics
Number of Scenarios
|
2 |
Total
Duration
|
0ms |
Total Number of Test Cases
|
2 |
Fastest Test
|
2s |
Number of Manual Test Cases
|
0 |
Slowest
Test
|
2s |
Tests Started
|
Nov 20, 2024 00:14:18 |
Average
Execution Time
|
2s |
Tests
Finished
|
|
Total
Execution Time
|
5s |
Automated Scenarios
feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
Calculations
|
Adding numbers
|
Chrome,linux
|
4 |
Before
Given Callie decides to use the Super Calculator
When she adds 19 and 23
Then she should see that the result is 42
|
00:14:18 |
2s 753ms |
SUCCESS
|
Calculations
|
Multiplying numbers
|
Chrome,linux
|
4 |
Before
Given Callie decides to use the Super Calculator
When she multiplies 6 and 2
Then she should see that the result is 12
|
00:14:20 |
2s 511ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|