Need to know if i can use jmeter for doing load performance testing for voice first react native apps
Need to know if i can use jmeter for doing load performance testing for voice first react native apps
I tried to perform a load test on a react native voice first mobile app using JMeter https script recorder.
I can test loginsignup, but when the app speaks, I get the following error message as a response data from JMeter :
Remote host closed connection during handshake ensure browser is set
to accept the jMeter proxy certificate
Can someone please help?
1 Answer
1
Did you follow all steps described here:
Frequent errors are:
More complex to diagnose and fix:
If you're getting the error you mention , then you missed some steps. JMeter is able to capture http(s) traffic , if the application communicates using this protocol then JMeter is able to capture it. What version of JMeter are you using ?
– UBIK LOAD PACK
Sep 7 '18 at 19:32
Is it on Android or IOS ?
– UBIK LOAD PACK
Sep 10 '18 at 14:04
Hi, I am using v 4.1 and its ios
– Keerthi Chitti
Sep 10 '18 at 14:09
Also can you show what you have in View Results Tree located under Test Script Recorder , please show the 3 tabs
– UBIK LOAD PACK
Sep 10 '18 at 18:22
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Hi, I followed all the steps mentioned in the above link. The app i am trying to test is a mobile application.I downloaded the Jmeter certificate to my ios mobile and trusted it .Right now the issue i am facing is , since the app i am testing is a mobile voice app. Jmeter is not able to pick up voice.So i am wondering does jmeter support load testing for apps that run by voice at all? Can you please help
– Keerthi Chitti
Sep 7 '18 at 19:29