How can I get a report to show ‘Last Run’ only status for the test cases/ suites associated with a test plan
For a single test suite we may run multiple TSERs in a cycle. In a case where we have some bug fixes but we do not need to run a full regression suite, we may run a TSER that includes only the tests that were previously failing.
The problem I ran into is that the TSER Testing Live report seems to give a cumulative total of all passes/fails for any test ever executed against a Test Plan. I couldn’t find a way to get a report to show ‘Last Run’ only status for the test cases/ suites associated with a test plan.
I need to be able to do a simple report that breaks down Pass/Fail count for the most recent run of all tests/ test suites across the multiple TSERs. At release time, management doesn't care if the test failed 17 times over the last 18 runs. They only care what the last run status is for all tests associated with a test plan.
Hopefully I'm making sense here. Any suggestions on how this can be done? Seems like it should be a pretty standard metric that any project would need, but I can't see any obvious way to get such a report.
Thanks,
Matt
2 answers
Hi, Matt
I am not sure if using JRS(Report Builder) can achieve what you want or not. A simple way can be going to TSER or TCER view and use 'Last Result' column to filter the Passed and Failed records, you can create a separate query for Passed and Failed or combined both into a query and add Query to dashboard widget, that should serve your purpose.
Thanks