Concurrency Testing with Timing

Hi there,
I want to know whether Katalon studio can run concurrency test (parallel testing in test collection) with timer? for example, I run test 2, ten second after test 1 runs.

I don’t think there is that option. But, you can always find a workaround.

Just an idea:

TS1: TC1…
TS2: TC0…TC2

Where TC0 would be a one line test: WebUI.delay(0)

Hi, sorry for the late reply, and thank you for the answer, it really help me!