I am attempting to run a load test against a website using Test Suites I have generated in Katalon Studio. I am executing the tests via command line using Apache JMeter’s OS Process Sampler plugin.
It appears that each time I loop through and run a duplicate Test Suite, various temporary files are wiped clean. Often times, this will cause a concurrent test to fail when it goes to read a temp file that is no longer there. Any suggestions on how to work around this problem?