Assumptions: Jenkins has been installed. Jmeter has been downloaded and ready to run. Maven is installed in the machine. Step 1 : Install Performance Plug-in in Jenkins. Initially we have to install the Jenkins plug-in because it is a useful tool to read the .jtl files which will be the output of the test plans we are going to create. URL : https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin You can see it in Jenkins. Manage Jenkins --> Manage Plug-ins --> Available (tab) . Under that you will find this plug-in. Check it in and install. After installing , it will appear in Installed (tab). That concludes installing Performance plug-in in jenkins. Step 2: Creating a test plan. The easiest way to create a test plan for your own web application is to record an action you do in th...
Comments
Post a Comment