I am new to Jmeter and I'm looking to simulate a particular scenario. I need to run a set of Concurrency Thread groups, but I have to add a start-up delay for all the threads. (5 sec).
I have a thread group A (basic) which needs to run for the first 2 sec. After this, my set of Concurrency thread groups need to start (so after a startup delay of 3 sec).
I can achieve this through normal thread group, but how can I achieve this through concurrency thread group?