0
votes

I want to do performance testing using Jmeter.I am new to jMeter tool,i am using 2.12 version of JMeter. I am trying to record a script in any of the browser. After clicking on start button in 'HTTP(S) Test Script Recorder',it shown a pop-up window withb this message: "RootCA Certificate:ApacheJmeterTemporaryRootCA created in Jmeter bin directory", then i have installed that certificate from Jmeter bin folder to firefox browser(V26.0).Even after completion of installation of certificate, i am trying to start recording by clicking on Start button, i am getting same pop up window.i have followed below link: http://jmeter.apache.org/usermanual/component_reference.html#HTTP%28S%29_Test_Script_Recorder please check the screen shot too.. can you please suggest me if any changes or suggestions are there

enter image description here

1

1 Answers

0
votes

This is not an issue, You can proceed with the recording. Certificate pop-up will always be prompted when you start the recording.

In order to proceed, you need to mention the proxy settings in Network settings of the browsers. Please make sure the PORT number mentioned in the Global Settings of "HTTP(S) Test Script Recorder" and in the Proxy settings in the browser are same.

Jmeter Test Recorder

Browser

Test Plan should be like below image:

Test Plan

After you start accessing your website/portal in the browser, you will see requests getting recorded under Recording Controller.

If you are facing any other issue while recording, please update your question with the same.

Hope this will help.