I want to run a soak test using JMeter for say 3 days. The test should begin on the first day when the command is triggered, should run up to 10pm, pause overnight, resume at 8am the next day and run till 10pm. Repeat the pause and resume cycle for the third day and then end. How can this be achieved?
I tried the method provided here. But it records the test data only for the duration mentioned in the thread group (ramp-up, hold, ramp down if any) and then stays in idle state until terminating through command prompt.