Forum Discussion

mranjan's avatar
mranjan
New Contributor
8 years ago

Is there a way to clone the test steps to other test case without the word "Copy of" in bulk

I want to clone the test steps from one test case to another in bulk (say more than 5).But I want the same test step name as in my previous test step. Is this possible because each time while cloning "Copy of" word is appended with the test step's name ?

4 Replies

  • 50ReggieTest's avatar
    50ReggieTest
    Occasional Contributor

    Yes, there is.

     

    1. After right-clicking on your TestCase, Clone TestCase Window will appear.

    2. On the TestCase Name text box, remove "Copy of" before clicking the OK button

     

     

    • mranjan's avatar
      mranjan
      New Contributor

      50ReggieTest wrote:

      Yes, there is.

       

      1. After right-clicking on your TestCase, Clone TestCase Window will appear.

      2. On the TestCase Name text box, remove "Copy of" before clicking the OK button

       

       


      Thanks for your response. But my question says when we want to clone in "bulk" then is there any way out ?

      • nmrao's avatar
        nmrao
        Champion Level 3
        May be you can achieve that by writing a groovy script or java using SoapUI's API.