I I am stuck with a problem in Jmeter. Can any one please help me to solve this issue:
I have to develop scripts for automation of API functional testing using Jmeter. The design is as follows:
For each API a thread group is created.
Some thread groups have more than one sample request. For example we have to invoke login api before accessing a feature.
The thread groups are independent of the other.
I have to generate a report at the thread group level and need to add a pass or fail result. I have tried ant with xslt report. But here, the result is displayed for each sample. I don’t want to include performance statistics like avg response time in my report.
I am searching a lot but could not find the solution. Can you please share any links or help me to achieve the same.
And also how to add a pie chart for jmeter results?