Forum Discussion

BernardFanthom's avatar
BernardFanthom
Contributor
9 years ago

Making a copy of TestComplete Keyword Scripts

I have created a new logical folder and wish to make a copy of existing keyword scripts into it. i.e.

 

Existing Folder

    BernardKeywordScript.

 

 

CopyFolder

    BernardKeywordScript_Old

 

In the example above I wish to create BernardKeywordScript_Old from BernardKeywordScript. Note they are 2 seperate scripts, not just the same script twice referenced. How can I do this?

1 Reply

  • I don't see an easy way to do it.  An awkward way to do it is to right click on the unit and Save Current As to the new name.  The original disappears from the Project view but the file still exists.  Then go back and right click on the keyword directory to Add an Existing Item to restore the original to the Project.  Then within the Project view, move the new files to their new directory.

     

    Try it on a some unimportant script first to verify it for yourself.