how to make a multiple copy of same test case in suite in katlaon recorder ide??
NICKEY AGARWAL said:
how to make a multiple copy of same test case in suite in katlaon recorder ide??
Best way to do it is following this steps:
Step 1
Test Case 1
Ctrl + a (select all)
Ctrl + c (copy)
Step 2
Test Case 2 (copy)
Ctrl + v (paste)
3 Likes
Fast and effective way to copy a test case, thanks.