cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Translate the entire conversation x

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

PeteG2024
6-Contributor

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

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)

ACCEPTED SOLUTION

Accepted Solutions

Hello @PeteG2024 ,

 

This is the closest solution I've found:

EvaBertalan_0-1739376436600.png

 

View solution in original post

2 REPLIES 2

Hello @PeteG2024 ,

 

This is the closest solution I've found:

EvaBertalan_0-1739376436600.png

 

PeteG2024
6-Contributor
(To:EvaBertalan)

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.

Announcements


Top Tags