drishti_Xcell
2 years agoRegular Visitor
How to create a new file with new name each time?
I am new to Testcomplete and I am trying to automate a desktop application. The test case I am trying to automate is to create a new file.
For eg- I create a new file "Testfile1". When I run the test It will again create the same file and I will get a message saying "Testfile1"already exists. Do you want to replace "Testfile1"? How I can create my test so each time I run the test it creates a new file with new name for eg- Testfile2, Testfile3 and so on. Thanks in advance.