Skip Navigation LinksHome Page > Forums > SpiraTest Forums > SpiraTest Issues & Questi... > Export 'All Pending Test ...
Hi,
Is there a way to export 'All Pending Test Runs' to Excel.
I would like to have an overview in Excel of the all the pending test runs, so I can filter on 'Tester', 'Progress', 'Test Failed', etc...
BR,Vincent
Hi Vincent
You could create a custom Excel report using this Entity SQL:
select value R from SpiraTestEntities.R_TestRuns as R where R.PROJECT_ID = ${ProjectId} and R.TEST_RUNS_PENDING_ID IS NOT NULL and R.IS_DELETED = False
Regards
David
And if you have any questions, please email or call us at +1 (202) 558-6885