0

We have a mobile application and recently deployed a new version with updated features. We are creating new JMeter scripts by recording the login, add credit card etc., features using nox recorder. We find a strange issue that a field 'State' which has LOV is not getting displayed with its full list. Once we click state field, it should allow us to choose the state name from the dropdown list. But clicking on this field is not showing the list. Not sure where it is going wrong. Any workaround, tips please would help us. Thanks in advance.

Record mobile application with nox mobile recorder.

  • Please provide enough code so others can better understand or reproduce the problem. – Community Jun 12 '23 at 20:36
  • We are still in recording phase. Once it is done successfully, we can finetune the JMeter code. Our issue is drop down list is not working while recording for the mobile application. Thanks. – SIVAKUMAR VM Jun 13 '23 at 04:52

1 Answers1

0

nox recorder seems to be a video recording software, it won't help you in creating a JMeter test script.

JMeter can record mobile traffic given its HTTP or HTTPS

In case of HTTPS you will need to install JMeter's certificate onto the mobile device like it's described in "HTTPS recording and certificates" section of HTTP(S) Test Script Recorder JMeter User Manual entry.

Additionally

Dmitri T
  • 159,985
  • 5
  • 83
  • 133