Testing Mobile Applications for Laptop 
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
Create a project archive.
More information: Creating a Project Archive
Deploy the mobile application locally in the development workstation.
More information: Deploying Mobile Applications for Laptop
Run the application in the mobile client for laptops that is installed on the development workstation.
More information: Running Mobile Applications for Laptop
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