I have a JMeter Test Plan to perform performance and load tests on a SAP Web Client. The Test plan contains 5 Thread Groups. In each Thread Groups i have a Transaction Controller that contains N Requests where they execute Login - Process - Logoff .
I need to be able to run the Test Plan with 20 users on infinite loop and then shutdown after 1 hour BUT perform the logoff of all the users that are still on the Web Client (Last request on each transaction controller).
As of this moment the shutdown simply stops the test on the active thread, whatever it is, without finishing the Transaction Controller.
Any ideas?