Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can any one tell that what is the difference between project test cases and testcase.

    Can any one tell that what is the difference between project test cases and testcases

  • #2
    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


    • #3
      i always put general/generic test case under test case, make it as reference
      then copy those necessary to project test case

      Comment

      Working...
      X