Reputation: 1197
Without digging into implementation details about the requests, I have a question about the configuration of the Thread Groups. My JMeter script runs from terminal (Non GUI) while having the Thread Group set as follows:
After adding a setUp Thread Group that is set with 1 Thread and 1 Loop, the script will never stop (behaving as it would be infinite loop). If I set the setUp Thread Group similar to the main Thread Group (Infinite and x number of seconds) the script will respect the x number of seconds but the problem is that it will run the setUp Thread Group multiple times, and I need to run the setUp Thread Group once only, as it sets stuff in the database. I tried various suggestions from various articles, like setting runtime vars:
but none would work. In conclusion, anyone can suggest a way of configuring the setUp Thread Group so that it only runs once before the main Thread Group?
Thank you
Upvotes: 0
Views: 32