Functional
Coverage Overview
Features
Key Statistics
Number of Scenarios
|
2 |
Total Number of Test Cases
|
2 |
Tests Started
|
May 23, 2024 08:43:43 |
Tests
Finished
|
May 23, 2024 08:43:54 |
Total
Duration
|
11s |
Fastest Test
|
3s |
Slowest
Test
|
10s |
Average
Execution Time
|
7s |
Total
Execution Time
|
14s |
Functional Coverage Details
Features
Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
Deleting todos
|
2 |
Given Jane has a todo list containing Buy some milk, Walk the dog
Jane starts with a todo list containing Buy some milk, Walk the dog
Jane opens the home.page page
Jane adds the todo items called: [Buy some milk, Walk the dog]
Jane adds a todo item called: Buy some milk
Jane enters 'Buy some milk' then hits [RETURN] into 'What needs to be done?' field
Jane adds a todo item called: Walk the dog
Jane enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
When she deletes the task called 'Walk the dog'
she deletes the item Walk the dog
she clicks on the delete item button
And she deletes the task called 'Buy some milk'
she deletes the item Buy some milk
she clicks on the delete item button
Then her todo list should be empty
Then the items displayed should be ([])
Given Jane has a todo list containing Buy some milk, Walk the dog
Jane starts with a todo list containing Buy some milk, Walk the dog
Jane opens the home.page page
Jane adds the todo items called: [Buy some milk, Walk the dog]
Jane adds a todo item called: Buy some milk
Jane enters 'Buy some milk' then hits [RETURN] into 'What needs to be done?' field
Jane adds a todo item called: Walk the dog
Jane enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
When she deletes the task called 'Walk the dog'
she deletes the item Walk the dog
she clicks on the delete item button
Then her todo list should contain Buy some milk
Then the items displayed should be ([Buy some milk])
|
2 |
100% |
|
|
Key Statistics
Number of Scenarios
|
2 |
Total
Duration
|
11s |
Total Number of Test Cases
|
2 |
Fastest Test
|
3s |
Number of Manual Test Cases
|
0 |
Slowest
Test
|
10s |
Tests Started
|
May 23, 2024 08:43:43 |
Average
Execution Time
|
7s |
Tests
Finished
|
May 23, 2024 08:43:54 |
Total
Execution Time
|
14s |
Automated Scenarios
feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
Deleting todos
|
Delete all the items
|
Chrome,linux
|
4 |
Given Jane has a todo list containing Buy some milk, Walk the dog
When she deletes the task called 'Walk the dog'
And she deletes the task called 'Buy some milk'
Then her todo list should be empty
|
08:43:43 |
10s 704ms |
SUCCESS
|
Deleting todos
|
Delete an active item
|
Chrome,linux
|
3 |
Given Jane has a todo list containing Buy some milk, Walk the dog
When she deletes the task called 'Walk the dog'
Then her todo list should contain Buy some milk
|
08:43:50 |
3s 980ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|