Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
112 views
in Technique[技术] by (71.8m points)

How to do performance testing for Mobile application which is dependent on web application alert notification Id?

I have one scenario, In which I have to record the script for a Mobile application that is dependent on web application alert notifications.

Scenario: 1. From the Web Application I have to create one incident(Unique ID) by filling the form details same Unique ID I have to dispatch to Mobile Application from here I have to update some additional details for that Unique ID and close the Unique ID, This is the scenario how I can record the script by using Jmeter, and where I have to do Co relations?

question from:https://stackoverflow.com/questions/65915766/how-to-do-performance-testing-for-mobile-application-which-is-dependent-on-web-a

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  1. Given you start JMeter's HTTP(S) Test Script Recorder you can use it as the proxy for both the mobile and the web application
  2. Most probably (in case of HTTPS protocol) you will need to install JMeter's self-signed certificate into your browser, for "mobile" you will also need to:

once done you will need to recompile your app in debug mode and replace the release version

With regards to correlation - at least your "Unique ID" needs to be extracted from the HTTP Request sampler which issues the call to the web application, but there may be more dynamic values


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...