How to run two .jmx files together in JMeter and create one report for both files.
I know we can run two .jmx scripts by using the below-listed command in JMeter,
=> Jmeter.bat or Jmeter.sh -n -t scritp1.jmx & Jmeter.bat or Jmeter.sh -n -t scritp2.jmx .
But how to create one shell script for both .jmx file and make one report.
Here is my requirement :
- I am having a requirement for running 1000 users and need to run 500 - 500 users twice from two scrips. Also, I am using just two users and ran it multiples times to reach 500 requests.
Any help would be appreciated.
Thanks in advance.