> Generally the test trend reports will aggregate the results for a day, week or month (for instance, the Trend - Test Count by Status report on the Project or Sprint dashboard). If a test fails one day, and passes the next, that will show in the report, but if a test fails then passes in the same day, it will show as passed. If you just want to know all the tests that failed during a sprint, you can use the following API query to get a list of failures:
>
>
> replace servername, v1instance with the right names, and replace Sprint1 at the end with the name of your sprint. You can also add a project filter by adding ;Scope.Name='MyProject' to the end of the query.
>
> -Maggie
>
>
>
> -----Original Message-----
> From:
versiono...@googlegroups.com [mailto:
versiono...@googlegroups.com] On Behalf Of Mark
> Sent: Tuesday, June 24, 2008 11:52 AM
> To: VersionOne-users
> Subject: Testing History
>
> We'd like to be able to see how many tests passed and how many failed
> during a sprint.
>
> Our process is to create a test under a story and when the development
> is done to test it. If it fails it is marked as such for development
> to fix. When it's tested again, it will hopefull pass but we will have
> lost the knowledge that it took two goes to get it right.
>
> In the help text, there is this sentence:
>
> "Actual results from each test execution can be logged for each test
> so that a history of all test runs is built."
>
> What does this mean? More generally, any advice on how to analyse
> tests gratefully received.
>