Test Plan vs Test Suite vs Test case
![]()
The Test Plan in RQM has the ability to be associated with Test Cases and Test Suites. Functionally, is this to allow the test plan to be associated to the same test cases that are contained in the test suite? Or is there some other reason?
|
4 answers
![]()
Comment, not any answer:
We really need two views:
One that indicates how the test plan was formed (test suite a, and test suite b, plus test cases 1, 2 and 5)
so that I know that all of test suite a and b have been included (without having to check test case by test case).
Another view (maybe "test case list view"?) that will show all of the test cases in the test plan, so that I don't manually add "test case 6" when in fact the test case was already in 'test suite b", or conversely, that I thought test case 6 was included when in fact is wasn't in any of the test suites and it was not individually added to the plan.
|
![]()
" Fundamentally Test Plan is a logical collection of Test Cases. Lets say you have some test cases that test the Authentication functionality of a website, then you can group all those Test Cases under an Authentication_Test_Plan.
Test Suite on the other hand is an execution unit such as Functional Test, User Acceptance Testing (UAT), Integration Test or Regression Test. "
What if you need to execute all the test cases under the Authentication_Test_Plan. Do you now create another Test suite which includes all the test cases. ?
In that case, does it not make sense to just create a Authentication_Test_Suite only (and not the test plan) to group the Test Cases ??
|