Show TOC

Testing Mobile Applications for LaptopLocate this document in the navigation structure

Procedure


  1. Create the executable binaries (compiled Java code) that are required to run or debug the application. To do this, you must build the mobile project.

    More information: Building Mobile Projects

  2. Create a project archive.

    More information: Creating a Project Archive

  3. Deploy the mobile application locally in the development workstation.

    More information: Deploying Mobile Applications for Laptop

  4. Run the application in the mobile client for laptops that is installed on the development workstation.

    More information: Running Mobile Applications for Laptop

  5. Debug the mobile application. You can set break points in the Java code, and then execute the code.

    More information: Debugging Mobile Applications for Laptop