Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Does anyone know how to create a codebeamer report or cbql query which does the following?
For Test Runs in a Test Run tracker, compare the modifiedAt field with the corresponding Test Case modifiedAt field, to generate a report of test runs that are out-of-date (i.e. the test case has been modified more recently than the the test-run, so the test-run may need to be re-run)
Solved! Go to Solution.
Yes I found the same, thanks. I was hoping there might be a Cbql query to do it and just list where TestCase.modifiedAt > TestRun.modifiedAt, but can't find enough information on those to progress any further.