Can any one tell that what is the difference between project test cases and testcases
Announcement
Collapse
No announcement yet.
Can any one tell that what is the difference between project test cases and testcase.
Collapse
X
-
When you are creating general test cases, you make them under Test Cases.
When you are putting test cases into a Project to run, you drag (duplicating the test case) from the test case section into whichever Project you want the test case to be executed under.
So, for example, you made a test case for Login to your website.
You would create it under test cases.
Now, you have a new release 2.0 you want to test. You would grab that test case and pull it into the 2.0 project to execute it.
Test Cases have to be assigned to a project before they can be executed.
Comment