JMeter + Katalon -- Issues with Concurrent Tests

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?

3 Likes

Hello @Nic_Patti,

Currently, you can integrate Katalon Studio with JMeter via the JMeter Integration plugin which is free. Alternatively, you can manually integrate those two tools yourself by following this guide.

Cheers

Jass