I would like to use Extent Report in Jmeter for functional testing. Please suggest some sample script and language, library to do this. I explored our page and unable to get the lib and steps to implement them.
I followed the Using extentreports for jmeter test results However, I am getting error message
Typed variable declaration : Class: ExtentReports not found in namespace
I am using extentreports-3.1.2.jar and kept inside the Jmeter Lib folder. Also I have imported them in the script as well.
Have you tried to look at Extents reports documentation? It seems to be comprehensive enough.
I don't know what you mean by "use Extent Report in Jmeter for functional testing", but given you're asking for a sampler code here is a minimal snippet suitable for using in any JSR223 Test Element assuming Groovy as the language:
You will need to: