Does the data warehouse store information about the inner results of ordered tests?
I have an ordered test that has 3 tests contained inside it. Is it possible to create a report that shows the pass/fail status of these contained tests Or can we only display the results for the top level test
Yes you can create reports about the tests contained within an ordered test. Unfortunately the information about the relationship is only contained in the relational warehouse and not the cube (look at the Result table).
If your ordered test looks like this:
MyOrderedTest -> fail
- Test1 -> pass
- Test2 -> fail
The warehouse will persist information about each of those three results.
Mauli
Does the data warehouse store information about the inner results of ordered tests?
Does the data warehouse store information about the inner results of ordered tests?
Nitin Sharma22
Hi Michael,
Yes you can create reports about the tests contained within an ordered test. Unfortunately the information about the relationship is only contained in the relational warehouse and not the cube (look at the Result table).
If your ordered test looks like this:
MyOrderedTest -> fail
- Test1 -> pass
- Test2 -> fail
The warehouse will persist information about each of those three results.
Mauli