Record mobile applications
To generate a mobile test scenario, it is necessary to identify the application type. Capturing the data exchanges between a mobile application and the server is fully linked to the design of the application:
- A web application is a website which is optimized for mobile browsers. It is designed with web technologies (HTML, Javascript). It can be accessed from any mobile browser.
- A native application is a software written with a specific programming language (ObjectiveC for iOS, Java for Android). It uses the specific API of the device. It is tied to the mobile platform. It is distributed through an application store or market.
- A hybrid application is a web application packaged as a native application. The native part of a hybrid application is limited to a few features like a menu or the automatic login, whereas the web main content is displayed in an embedded web browser component.
NeoLoad can record mobile applications in many ways: directly from the device itself, from an emulator, or from a desktop web browser for pure HTML applications.
For more information about:
- Recording a mobile application in proxy mode, see Record a web application in proxy mode
- Recording a mobile application in tunnel mode, see Record a native application in tunnel mode
Home