Adding new tests to a suite
Have a situation here, hope someone can help.
I have a test suite (30 test cases).
I execute all the test cases, consequently a test suite execution record is created.
After that, I realize that I need to add some tests to my suite (5 tests). I cannot execute them all again, so I execute the new test cases only; not the entire test suite. But the last result of my test suite execution record will show me that in the last execution I only ran 5 and the test execution record will remain as In Progress. What should I do? Should I create a separate test suite?
I have a test suite (30 test cases).
I execute all the test cases, consequently a test suite execution record is created.
After that, I realize that I need to add some tests to my suite (5 tests). I cannot execute them all again, so I execute the new test cases only; not the entire test suite. But the last result of my test suite execution record will show me that in the last execution I only ran 5 and the test execution record will remain as In Progress. What should I do? Should I create a separate test suite?
2 answers
Hi Paula,
There is a new feature added in RQM v4.0, which allows you to run only selected testcases within a Test suite. In the Test suite run dialog, there is a column to specify which testcase to skip for execution. There is also a handy toolbar action, to run only all those Tests failed in last run.
Hope it helps.
There is a new feature added in RQM v4.0, which allows you to run only selected testcases within a Test suite. In the Test suite run dialog, there is a column to specify which testcase to skip for execution. There is also a handy toolbar action, to run only all those Tests failed in last run.
Hope it helps.