I'm writing a utility that reads in the list report information and creates a more specific report to our needs, and when i am calculating the total time for passed tests, the numbers do not match up... If i create a status report, filtered for all the passed tests only (171 test cases) the 'total time for attempted tests' is 113:08. If i create a list report with the same filter for passed tests only, i still get 171 tests, but when i total up the 'actual hours' column, i get 111:18 (4 days, 15 hours, 18 minutes).
Thanks.
Thanks.
Comment