Record a Mobile application to create a JMeter script

36 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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