Forum Discussion

pkinoc's avatar
pkinoc
Occasional Contributor
14 years ago

Shared script across multiple Test Cases

I have a groovy script with a synchronized method that does the following: Read a number out of a txt file Increment it by 1 Update the txt file with the new number Now, I have multiple Tes...