I have a Test plan with several HTTP request I want to reach a certain TPS.
Some request takes more than a few seconds, and I want to execute them in asynchronous way so I'll continue executing other request while waiting for response asynchronously (later to be checked)
Better yet (general case), I would like to have a time limit of 3 seconds wait, and if 3 seconds past to continue to next request
Is there a way to submit such scenario in JMeter? or other tool executing JMeter as Taurus or plugin? I found similar answer but it's for all requests to be asynchronous