Functional
Coverage Overview
Features
Key Statistics
Number of Scenarios
|
1 |
Total Number of Test Cases
|
1 |
Tests Started
|
Aug 15, 2024 19:49:39 |
Tests
Finished
|
Aug 15, 2024 19:49:42 |
Total
Duration
|
3s |
Fastest Test
|
3s |
Slowest
Test
|
3s |
Average
Execution Time
|
3s |
Total
Execution Time
|
3s |
Functional Coverage Details
Features
Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
Market news
|
1 |
Given Tim is interested in Apple
When Tim views the news about AAPL
Tim gets news about AAPL
Tim executes a GET on the resource /api/stock/{stockid}/news
GET http://localhost:8080/api/stock/AAPL/news
Then Tim should only see articles related to AAPL
|
1 |
100% |
|
|
Key Statistics
Number of Scenarios
|
1 |
Total
Duration
|
3s |
Total Number of Test Cases
|
1 |
Fastest Test
|
3s |
Number of Manual Test Cases
|
0 |
Slowest
Test
|
3s |
Tests Started
|
Aug 15, 2024 19:49:39 |
Average
Execution Time
|
3s |
Tests
Finished
|
Aug 15, 2024 19:49:42 |
Total
Execution Time
|
3s |
Automated Scenarios
feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
Market news
|
Viewing news about a particular share
|
|
3 |
Given Tim is interested in Apple
When Tim views the news about AAPL
Then Tim should only see articles related to AAPL
|
19:49:39 |
3s 517ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|