How can the iteration of a TSER be used for naming the corresponding TCERs?
![]()
When executing a Testsuite the first time, executional records for all included Testcases are created automatically by RQM. When excecuting Testsuites for different Iterations / Testplans later, the corresponding TSERs will all use the same TCERs, since the Iteration is not used for naming those TCERs.
It's impossible to track Tescase results like this, cause the last result is permanently overwritten by the execution of other (irrelevant) TSERs. This seems to be a major bug in RQM. When creating a TSER or TCER manually, one can make them unique by using the selected iteration as a suffix for its name. How can an Iteration be used for naming TCERs, which are automatically created during the first TSER execution? |