We have a test plan with a large number of tests that are run for multiple builds on different platforms.
My users want to be able to change the result of multiple test cases for multiple builds from "Not Run" to the appropriate result.
Is there a way to do this all at once or in batches, rather than having to change each one individually? We're talking nearly 2000 test case/platform/build combos.
I'm sure that my users are not the only ones facing this problem, but they have not been able to find a way to do it. I checked the user guide and this forum, but didn't find any similar questions.
Thanks.
Setting result for multiple test cases all at once
Moderators: Amaradana, TurboPT, TL Developers
Re: Setting result for multiple test cases all at once
You can try enabling this parameter:
$tlCfg->exec_cfg->show_testsuite_contents = ENABLED;
With this setting you can click on a test folder during execution and all test cases under that folder will be listed on the right window. There is then an option to bulk update the status of those test cases.
$tlCfg->exec_cfg->show_testsuite_contents = ENABLED;
With this setting you can click on a test folder during execution and all test cases under that folder will be listed on the right window. There is then an option to bulk update the status of those test cases.