I have recorded a script which creates a file in my app but now I need to make approx 2500 such files (same content just diff name is only requirement). Is it possible to add in 'n' amount of runs before the script ends?
Yes, That is possible through different ways. either you can run you test on multiple iterations or you can put in a loop to do so.
would like to see your code if this is possible for you.
Ya its in the middle of a create function so just pulled out the particular piece for files. If you want any of the other functions can let me know. I removed the company name also, hope this is not an issue.
this a bit difficult for me understand it properly as thery are reference of other functions too. does this function itself creates the file for you,
or can yuou please point exactly where the new files has been creating.
In that case you should put this function in a for loop till number of times you want to create the file.
let me know if this works for you.