2.1 Light-weight Interface Automation test (not read carefully)
For this part of the test, the most straightforward way is to validate the request from the interface level.
Using the Open Source Test tool JMeter as the engine, the sending interface request, as well as the parsing and assertion of the results are given to JMeter's basic functions.
2.2 Appui level of automation (iOS only)
1. Instrument-based UI Automation
Select the target to test, selecting the platform to compile the installation.
Edit scheme, profile, select Debug mode
Product->profile compile Complete popup instrument, select automation
The system automatically selects the test app in the simulator
Recording scripts-Advanced usage of writing your own script-automation
2, the appium of the Automatic test framework (more commonly used)
Mobile App test 2nd Chapter Functional Test Automation