Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
376 views
by Expert (748 points)
Is there any tool to check logs in performance testing using jmeter while executing script?

1 Answer

0 like 0 dislike
by Expert (572 points)
Execute your tests in non GUI mode and you should be able to see logs on your console.

You can execute your jmx file via command line as given below.

jmeter -n -t <foobar.jmx>

Here -n is to execute JMeter in non GUI mode and -t is path to the jmx file.

Is that what you asked for?
by Expert (748 points)
I have already known non gui mode jmeter -n -t testplan.jmx -l log.jtl
I am asking is there any tool like while checking in appium , it have logcat option

But if we checking in gui mode then how we check logs expect of response result which we get in view result tree listener
by Expert (572 points)
Got it. I am not sure of any specific tool.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...