I am doing Performance testing for my web App with JMeter.
I tried running 6 .jmx by merging all 6 scripts in one .JMX script(through JMeter GUI mode) after that executed on command prompt it was saying active threads are 6(initially), but when i get report after executing .jtl(get after executing .jmx) and tried to check number of active thread it was saying only 1 thread was active through out the time.Here are the 2 Snapshots: (https://i.stack.imgur.com/2Yrhn.jpg)
So is it possible to run multiple .jmx recorded script which have different different credentials to login into web App and executing different tasks and also I checked this link and given answer by Dmitri & Nachiket.
I also tried to run more than 1 .jmx scripts one time on command prompt like :
>jmeter -n -t "D:\Program Files\apache-jmeter-3.0\bin\P_testing170817_U_rama.jmx" "D:\Program Files\apache-jmeter-3.0\bin\P_testing170817_U_superuser.jmx