Forum Discussion
SiKing
12 years agoCommunity Expert
roryLIT wrote: ... I want to run the testcases concurrently. Each testcase will access this file and take a value from the file to use in the test. The issue I'm having is more than 1 test is taking the same value because they are accessing the file at the same time ...
Can you please explain this? If the tests are running concurrently, how can multiple test cases be accessing the file at the same time?