How to copy a test case which has a test script from one test suite to another test suite?
One answer
Hi Marwan,
There is no direct way of copying the test case with test script to another suite and then edit it, as it would edit the original test case as well.
Couple of things which you could try is,
1) Duplicate the test case and then add this duplicate test case into new suite and then edit it. In this case you would not be altering the original test case.
2) Else, just duplicate the original test case, and then drag and drop into the new suite using two browser windows and edit the duplicated test case.
If you want to add the same test case which is available in one test suite to another test suite, just use the drag and drop option or "Add Test Case" option in the new suite. However, editing the test case in the new suite, would edit the test case in the old suite as well.
Hope this helps,
Krupa