-1

I want to do performance testing of an android app.For this, I need to set manual proxy with a port.But, when I change the proxy with some port number (like 8181 or 8282) I not able to open the app.If I opened also not able the send the request of that app to the app server.

How to solve this problem.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Vidya
  • 63
  • 2
  • 10

1 Answers1

0

Based on the tags, it seems you are trying to script a test scenario using JMeter. You mentioned that the app stopped working after setting the proxy. Could you confirm that you had started the JMeter proxy before changing your proxy settings?

You can have a look at this document for step-by-step instructions on setting up JMeter proxy- https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

If you are using the latest version of JMeter, there will slight differences in the options, but overall instructions should help you get started.

Rashmi
  • 1
  • 1