|
|
|
|
- Overview
- Test in the simulator
- Test in the emulator
- Test in native
- Direct test on the device connected to the development computer
- Stopping the project test
- Stopping the test of a project in simulator mode
- Stopping the test of a project in the emulator
- Stopping the test of a project on the mobile device
- Remarks
- Directory of data files used for test
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user (executable, package, etc.). This allows you to test the entire application, even if it is still being developed. Summary table of available tests according to the platforms: | | | | | Simulator (Development computer) | Emulator | Native (on the device) |
---|
| X | X (on PC) | X (connected device) | | X (windows only) | | | | X | X (on MAC) | X (Using WMDev)
| | X (windows only) | X (on MAC) | | | X (windows only) | X (on MAC) | | | X (windows only) | X (on MAC) | | | X | | X | Overview of the different types of testsSeveral types of project tests are available in WINDEV Mobile: - Test in a simulator (Test on the development computer):
This test simulates a mobile device on the development computer. No connection to a mobile device is required during this test. You can use the debugger. However, this test being run on a PC and not on the real device, the application may behave differently in some ways. Direct test on the device connected to the development computer. In this case, the application file that corresponds to the project is created, copied directly to the device and executed. When running the program on the device, the device can be disconnected from the PC. The debugger is available in Android and iOS.
To test the current project on the development computer (in simulation mode): - Click
in the quick access buttons (or press Ctrl + F9). - If the first project window was not defined, a window is displayed, allowing you to select the first project window.
If the application is intended to be used on phones and tablets, two windows are displayed: - a window used to define the first project window on the phones.
- a window used to define the first project window on the tablets.
- Validate (if necessary) the warning window for the simulator mode.
- The editor is automatically minimized and the project is run.
Remarks: - The result of some features depends on the platform used (operating system, format of character strings, ...). Differences may occur when running the test in simulation mode and when running the application test on the device corresponding to the relevant platform.
- Debugging in the simulator: The application can be debugged in the simulator. This mode is used to quickly debug a new function or to check an algorithm but it presents differences of behavior. For example:
- path of files: the paths used are the ones of Windows.
- format of character strings.
- functions specific to the mobiles not available.
Stopping the project test Stopping the test of a project in simulator mode In simulator mode, several methods can be used to stop the test: - 1st method: Close the application whose test is currently run (via an option used to close the application for example). WINDEV or WINDEV Mobile displays the editor that was open when the test was started.
- 2nd method: Close the application test window.
- 3rd method: Go back to the editor via the taskbar (or Alt + Tab) and stop the test. WINDEV or WINDEV Mobile displays the editor that was open when the test was started.
Stopping the test of a project in the emulator To stop the test of a project in the emulator, all you have to do is close the application in the emulator. You also have the ability to close the emulator. However, the emulator taking quite a long time to be started, we advise you to leave it opened if several tests must be run. Stopping the test of a project on the mobile device During the direct test on the device, all you have to do is stop the application on the device. Directory of data files used for test To configure the data files used when running the site test in the editor: - Open the project description: on the "Project" tab, in the "Project" group, click "Description".
- In the "File" tab, select the location of the test files:
- Current directory: The data files will be in the project EXE subdirectory.
- Specific directory: The data files will be found in the specified directory.
Reminder: When testing the application, the data files used are those found on the development computer. The file system also corresponds to the Windows system for PC. To avoid any problems when the application is used in a real-case scenario, use InTestMode to differentiate between the access to the data files in test mode and at runtime.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|