PDA

View Full Version : Can any one tell that what is the difference between project test cases and testcase.


Faheem
01-29-2009, 11:04 AM
Can any one tell that what is the difference between project test cases and testcases

kyler
01-29-2009, 06:34 PM
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.

testlog
02-06-2009, 09:08 AM
i always put general/generic test case under test case, make it as reference
then copy those necessary to project test case