Actually i am given a project and said to explore myself with Jmeter and do performance testing..can you please suggest me how to kick start...I will be thankful to you...
Thanks for reaching out. You can first checkout this Real Time Project video - th-cam.com/video/1cRI8-JWQho/w-d-xo.html This will give you an overview on what all work is required in an performance test project. Later on, you can checkout all the functionalities in detail from this playlist - th-cam.com/play/PLkkGqdBS1r094KcNXRy4Q-v5biuNWv-h7.html
Hi thanks for a wonderful video tutorials 🙏🏽 After I changed the proxy setting I can’t open any websites on Firefox Receiving this error The proxy sever is refusing connection
After adding the proxy and certificate , and then after starting the recording i tried to open wikipedia and i see that im not able to use any webpages after the proxy changes in the Firefox , It is saying that jmeter recording installation certificate is not safe ... Can you please help me
@@qualityassurancelab7764 2020-09-10 19:10:34,481 ERROR o.a.j.p.h.p.Proxy: [27851] Exception when processing sample org.jsoup.UncheckedIOException: java.io.IOException: Input is binary and unsupported at org.jsoup.parser.CharacterReader.(CharacterReader.java:38) ~[jsoup-1.12.1.jar:?] at org.jsoup.parser.CharacterReader.(CharacterReader.java:43) ~[jsoup-1.12.1.jar:?] Getting this error
If someone does not find out the ApacheJMeterTemporaryRootCA.crt in the bin folder , do not worry , just open your JMeter and go to file then templates and select recording , after that enable the HTTP(S) Script Recorder and click on start , and once the template is executed , the certificate will be generated inside bin folder automatically then you will be able to use it to record your test script using HTTP(S) Script Recorder
Hey it was nice video and good explanation.one doubt related to recording .if I record the login test of any application and if I do load test for that script with 100 threads should every thread take the same credentials which we have used while recording.Please give me clarity
Hi, thanks for your valuable feedback. If you have hard coded the credentials in the script, the test will run for the same credentials. But, if you wish to run the test with different credentials, you need to use the concept of parameterization - which is the process of creating multiple test data for single/multiple users in a test script. For more details on Parameterization, please refer - th-cam.com/video/mrmnos1eMKk/w-d-xo.html
hello there if I select proxy as manual then my internet connection for that particular browser is not accessing (I have checked with lan and wi-fi also) what to do??
For Port: Move to chrome settings -> Open your computer's proxy settings. Under Manual Proxy Setup -> Turn on Use a Proxy Server. Provide the host and port number For Certificate: Move to chrome settings -> Open your computer's proxy settings. Search for Move to chrome settings -> Open your computer's proxy settings. Under Certificates Window, click on Import to import the certificates
Hello, please help me to regenerate Apache root ca certificate in Bin folder am not able to find that, I tried to regenerate via Https Test Script Recorder still then also am not able to see in bin folder, can you please suggest what to be done ???
@@mohamedamineounis9444 From Jmere -> Bin folder, Remove the three files: ApacheJMeterTemporaryRootCA.crt, ApacheJMeterTemporaryRootCA.usr, and proxyserver.jks. And, Start 'HTTP(S) Test Script Recorder'. Hope this works.
@@qualityassurancelab7764 Hi Thanks for the reply the problem was already resolved via starting the recording then the certificate was generated thanks :)
Hi Great Tutorial Thanks, wonder if you have fix for this issue , the Firefox Certificate manager is giving an Alert "This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested" while trying to import ApacheJMeterTemporaryRootCA.crt.
Very well explained, but the problem is video quality. Only 720 pixel, It's very hard to see anything on 14 inch laptop screen. When using mobile it's too small to understand anything. Please help with these. thanks
I didn't find any certificates for jmeter version 5.4.1. I mean in bin folder. Can you please help me..and another thing is jmeter works for only firefox browser bcz u demonstrated for only firefox no....can i setup with chrome browser...thanks!
Hi I was recorded web application through blazemeter and file was downloaded in .jmx format and file size is 16MB and i am trying to import file into jmeter but not uploaded or import why and how to reduce .jmx file size.
Once after adding proxy and Certificate, when we start recording followed by opening the browser with wikipedia or any there website.....it do not open it. It gives the message not safe to proceed. Please Help
Hi, please let me know on which browser you tried. Also, please confirm are you able to record on any other browser by adding proxy and certificate again on a different browser?
On Importing certificate, I am getting error message "This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested."
Hi Maam, Awesome Explanation crystal and clear but I have one ques why we are not using automatic and why we use manual for proxy, please do explain maam it would be really helpful
Actually i am given a project and said to explore myself with Jmeter and do performance testing..can you please suggest me how to kick start...I will be thankful to you...
Thanks for reaching out. You can first checkout this Real Time Project video - th-cam.com/video/1cRI8-JWQho/w-d-xo.html
This will give you an overview on what all work is required in an performance test project.
Later on, you can checkout all the functionalities in detail from this playlist - th-cam.com/play/PLkkGqdBS1r094KcNXRy4Q-v5biuNWv-h7.html
Thank you, great that you explained where certificate comes from
Hi thanks for a wonderful video tutorials 🙏🏽
After I changed the proxy setting I can’t open any websites on Firefox
Receiving this error
The proxy sever is refusing connection
Hi, you are welcome
Have you checked the checkbox - Use this server proxy for all protocols in the Firefox connection settings?
Hi, you would not be able to access the web pages directly. But once you start to record the test from JMeter, you would be able to access the pages.
Hi mam , i am getting an Jmeter request parameter which you copy paste under the Thread Group
Hi Pratheep, could you please elaborate more on your query?
@@qualityassurancelab7764 I'm not getting the parameter of jmeter which you paste to under thread group.
Hi @@pratheepkumar4218 , did you receive other HTTP requests after the recording?
Hi, While recording our script after started i get error like proxy server refusing connection in firefox.
Hi, in your firefox proxy stettings, is there any value under No Proxy For field? If yes, please remove and try again
After adding the proxy and certificate , and then after starting the recording i tried to open wikipedia and i see that im not able to use any webpages after the proxy changes in the Firefox , It is saying that jmeter recording installation certificate is not safe ...
Can you please help me
Did you open wikipedia or other web pages uisng Jmeter recorder or manually?
I am getting same issue. plz help
@@testaccount715 Could you please try again by changing the port? What browser are you using, have you tried by changing the browser?
@Quality Assurance Lab, can you please help us in analyzing the JMeter report? the result which appears in the Listeners
This is a very well explained video. Thank
Unable to record followed the steps that you have mentioned. Can you help with solution ?
Sure, please let me know the issues you faced.
@@qualityassurancelab7764 2020-09-10 19:10:34,481 ERROR o.a.j.p.h.p.Proxy: [27851] Exception when processing sample
org.jsoup.UncheckedIOException: java.io.IOException: Input is binary and unsupported
at org.jsoup.parser.CharacterReader.(CharacterReader.java:38) ~[jsoup-1.12.1.jar:?]
at org.jsoup.parser.CharacterReader.(CharacterReader.java:43) ~[jsoup-1.12.1.jar:?]
Getting this error
If someone does not find out the ApacheJMeterTemporaryRootCA.crt in the bin folder , do not worry , just open your JMeter and go to file then templates and select recording , after that
enable the HTTP(S) Script Recorder and click on start , and once the template is executed , the certificate will be generated inside bin folder automatically then you will be able to use it to record your test script using HTTP(S) Script Recorder
Hey
it was nice video and good explanation.one doubt related to recording .if I record the login test of any application and if I do load test for that script with 100 threads should every thread take the same credentials which we have used while recording.Please give me clarity
Hi, thanks for your valuable feedback.
If you have hard coded the credentials in the script, the test will run for the same credentials.
But, if you wish to run the test with different credentials, you need to use the concept of parameterization - which is the process of creating multiple test data for single/multiple users in a test script.
For more details on Parameterization, please refer - th-cam.com/video/mrmnos1eMKk/w-d-xo.html
@@qualityassurancelab7764 Helpful for all learners Thanks
hello there
if I select proxy as manual then my internet connection for that particular browser is not accessing (I have checked with lan and wi-fi also) what to do??
This is the same issue I ran into.
Did you find a solution for this?
If so please let me know how you fixed this issue 🙏🏼
Hi maam
Can u share the link of how to create real time production script in jmeter
Hi, here you go - th-cam.com/video/1cRI8-JWQho/w-d-xo.html
how can I give the port num and certificate to the chrome browser?
For Port:
Move to chrome settings -> Open your computer's proxy settings.
Under Manual Proxy Setup -> Turn on Use a Proxy Server.
Provide the host and port number
For Certificate:
Move to chrome settings -> Open your computer's proxy settings.
Search for Move to chrome settings -> Open your computer's proxy settings.
Under Certificates Window, click on Import to import the certificates
@@qualityassurancelab7764 thanks i was not expecting tht i ll get the response but i m really so happy to get the response.
Thank you so much.
Hello, please help me to regenerate Apache root ca certificate in Bin folder am not able to find that, I tried to regenerate via Https Test Script Recorder still then also am not able to see in bin folder, can you please suggest what to be done ???
I didn't find any certificates for jmeter version 5.4.1. Could you please support? Thanks :)
May I know the Java version installed on your system?
@@qualityassurancelab7764 I have java 8 installed
@@mohamedamineounis9444 From Jmere -> Bin folder, Remove the three files: ApacheJMeterTemporaryRootCA.crt,
ApacheJMeterTemporaryRootCA.usr, and proxyserver.jks.
And, Start 'HTTP(S) Test
Script Recorder'.
Hope this works.
@@qualityassurancelab7764 Hi Thanks for the reply the problem was already resolved via starting the recording then the certificate was generated thanks :)
Hi Great Tutorial Thanks, wonder if you have fix for this issue , the Firefox Certificate manager is giving an Alert "This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested" while trying to import ApacheJMeterTemporaryRootCA.crt.
Very well explained, but the problem is video quality. Only 720 pixel, It's very hard to see anything on 14 inch laptop screen.
When using mobile it's too small to understand anything.
Please help with these. thanks
I didn't find any certificates for jmeter version 5.4.1. I mean in bin folder. Can you please help me..and another thing is jmeter works for only firefox browser bcz u demonstrated for only firefox no....can i setup with chrome browser...thanks!
Hi I was recorded web application through blazemeter and file was downloaded in .jmx format and file size is 16MB and i am trying to import file into jmeter but not uploaded or import why and how to reduce .jmx file size.
when start the Jmeter Recording , certificate error is populated even though i already added the certificate.can you please explain?
could you please share the exact error?
Once after adding proxy and Certificate, when we start recording followed by opening the browser with wikipedia or any there website.....it do not open it. It gives the message not safe to proceed.
Please Help
Hi, please let me know on which browser you tried. Also, please confirm are you able to record on any other browser by adding proxy and certificate again on a different browser?
I tried it on Firefox.....it doesn't work.
Later I tried on Chrome as well...
It is still the same
Super explanation. Thanks
When i started recording I'm getting error that it could not create script recorder, can you please tell me why it is showing
You rlyy helped me.....thanku sooo much......
You are welcome, keep learning!
After recording the script why i am getting the those many request's (more than the what we have hitted) please reply anyone
how to configure the proxy in google chrom
On Importing certificate, I am getting error message "This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested."
unable to record script on chrome.
Did you get any error/?
@@qualityassurancelab7764 no error but getting some different server name, which i didnt open.
Why subtitle is not available for this video . It should be available
nice tutorial, i am not getting the servername as wikipedia in my script recorder.Using firefox
Hello madam,
Displayed error as java.io.Filenotfoundexception:proxyserver.jks(Access is denied) please reply as soon as possible
If you could zoom the Jmeter Application then it would be very good.
My jmeter is not recording anything even though I have followed your steps.
Hi, did you get any error?
Not able to find certificate in bin folder
Please you can used the white color display black not good
Great, well explained!
After browser configuration while try access web page following error is shown "Warning: Potential Security Risk Ahead"
awesme tutorial.
Thank you, keep learning!
Hi Maam,
Awesome Explanation crystal and clear but I have one ques why we are not using automatic and why we use manual for proxy, please do explain maam it would be really helpful
Why don't u do it in Chrome
I need another video from U
amazing u r
thank u so much ,
video quality not gud, cant see things properly
I think that is a buetifull indian girl marry me^:
Why don't u do it in Chrome
I need another video from U