I would like to know if there any flag for the following command to know the test result on the command line itself?
jmeter.bat -n -t "../Tests/testPlan.jmx" -l "../Tests/testResult.xml"
I don’t want to open testResult.xml to learn if the test is pass or fail.
Regards
Chaitanya
As far as I know there isn’t. You can check all the options available here. Although, if the output is more or less similar you could write a script to automate that process.