jMeter is an Open Source testing software. It is 100% pure Java application for load and performance testing. jMeter is designed to cover categories of tests like load, functional, performance, regression, etc., and it requires JDK 5 or higher. the purpose of this page is to give basic understanding of the Tool and to see implantation on ONAP SDC Components.
Jmeter have the ability to create fragments in order to use the same step for all the other Tests, still you only allow to use it but not to chnge it from your current test.
In addition i will show the ability to generate HTML reports using the CSV file created after the test finished.
...