Skip to main content
6-Contributor
November 14, 2024
Solved

CBQL query to check test case vs test run modified dates?

  • November 14, 2024
  • 1 reply
  • 677 views

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)

Best answer by EvaBertalan

Hello @PeteG2024 ,

 

This is the closest solution I've found:

EvaBertalan_0-1739376436600.png

 

1 reply

12-Amethyst
February 12, 2025

Hello @PeteG2024 ,

 

This is the closest solution I've found:

EvaBertalan_0-1739376436600.png

 

PeteG20246-ContributorAuthor
6-Contributor
February 19, 2025

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.