ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 4 - Advanced concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
3. Test of a WINDEV Mobile application
Previous pageTable of contentsNext page
By testing the project you can simulate how the application will run. This allows you to test the entire application, even if it is still being developed.
WINDEV Mobile includes several types of project tests:
  • Test on the development computer. This test simulates a mobile device on the development computer. No connection to a device is required for this test. You can use the debugger. However, since the test is run on a PC and not on the device itself, the application may behave differently.
  • Real test (iPhone or iPad). You can test the iOS application directly on a mobile device. Simply:
    • download the WMDEV application (available on the store) to the device.
    • scan the bar code displayed by WINDEV Mobile, which corresponds to the application to be tested.
    This option allows you to test the application directly on the device. The debugger is available.
  • Test on an iPhone/iPad simulator. The iOS application can be directly tested on Mac when compiling the project in Xcode. This option does not require an iPhone or iPad to run the tests but it provides a more faithful execution than the "simulator" mode.
  • Test and debug on an Android device connected to the development computer. This test allows you to use the debugger even though it is run on the mobile device.
  • Test on the Android emulator. The Android SDK is provided with an Android emulator. The application can be tested in the emulator. This option does not require an Android device to run the tests but it provides a more faithful execution than the "simulator" mode.
  • Real test (PC or mobile device). You can test a Universal Windows 10 App on a Windows 10 computer. This option allows you to run your project in tile mode, from Windows 10 directly. The Universal Windows 10 App is automatically generated.
Previous pageTable of contentsNext page
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help