what about Test Result files, can we get it from Jmeter, I use Bean Shell to create report but searching here if can find something similar to HTML Report
If you run the jmeter in commandline , you can generate reports.jtl and then html . Commands are follows Jmeter -n -t script.jmx -l reports.jtl Once test run got over , you can convert that to html using below command jmeter -g reports.jtl -o output/
@@techieqa hi may be I have not explained it at first... I do that in day to day work life for performance test results.. the thing you mentioned. What I would like to know as help from you is.. If we are doing API testing via Jmeter...can we create Teat Report with Fail pass and due to what failed...
Hi, I would like to run api requests having api keys and requestid requestid (in numeric) will change every time I run the test(HTTP request). When I manually enter (numeric) requestid then api requests are run as expected. it is not possible to enter it manually everytime. since we are planning to automate testing of our APIs and then also want to performance testing of same. can you please advise? how it can be done in jmeter?
Hi, I have a post request to generate bearer token. It contains username,password and grant_type parameters. How can I call that request through jmeter.?can you please help?
how to upload a file using selenium webdriver in jmeter?
what about Test Result files, can we get it from Jmeter, I use Bean Shell to create report but searching here if can find something similar to HTML Report
If you run the jmeter in commandline , you can generate reports.jtl and then html .
Commands are follows
Jmeter -n -t script.jmx -l reports.jtl
Once test run got over , you can convert that to html using below command
jmeter -g reports.jtl -o output/
@@techieqa hi may be I have not explained it at first... I do that in day to day work life for performance test results.. the thing you mentioned.
What I would like to know as help from you is.. If we are doing API testing via Jmeter...can we create Teat Report with Fail pass and due to what failed...
How to automate via selenium
This is a great tutorial. Thank you
Hi,
I would like to run api requests having api keys and requestid
requestid (in numeric) will change every time I run the test(HTTP request).
When I manually enter (numeric) requestid then api requests are run as expected.
it is not possible to enter it manually everytime.
since we are planning to automate testing of our APIs and then also want to performance testing of same.
can you please advise? how it can be done in jmeter?
Use CSV confit to fetch data for requestid
Hi very good. question. how to compare two files values using assertion compare?
What format of files ?
Hi,
I have a post request to generate bearer token.
It contains username,password and grant_type parameters.
How can I call that request through jmeter.?can you please help?
Getting error after removing http in servername or IP and write (www.reqres.in)
Can you post the response here
I share which response text,html,json path tester
text
Please check this screenshot ibb.co/b9ot7J
Please help it ibb.co/kyex1d
Csv files
No idea . Let me check and will let you know if I get success on it