Completed
Last Updated: 13 Dec 2023 14:50 by ADMIN
ADMIN
Plamen
Created on: 15 Mar 2013 09:36
Type: Feature Request
1
Add something like a summary showing the sum of all steps from all iterations when running a test via Quick Execution
I have single trivial test which tries to navigate somewhere and executes 4 other steps.
 I made it data bound so it does it for 3 different URLs. One of the navigations fails (bad URL). 

When this test is part of the test list and it is run with the list, then its result looks quite clear: 14 out of 15 passed. Test has 5 steps, was run three times, so 15 total. In one case one step failed, so 14/15 looks right.
 
Now when I run the same test using Quick Execution it again executes 15 steps for exactly the same reason, but after that the status on top shows 5/5 passed! It only shows the last iteration, not all of them. This is VERY bad because unless somebody is careful enough to open test run log and search for the word "Fail" there is no way to tell that one of the iterations actually failed.
0 comments