Test Action in Jmeter
- Not actually a sampler.Used to pause between samplers.
- Taget -Current Thread.
- Actions are many like,pause stop,Stop Now etc...
- Duration- can be set to 300 milliseocnds etc.
- Or we can choose to stop the test.
- If we add this after a particular controller then the reqeusts in the next controller will not be executed if the action is choosen to be stop.
- We can even add it within a controller and add it betwwen two requests.