Testing and debugging
To test the code of your application, you should must create a deployment package of your application. If you make changes to the application code or data definitions, you should again deploy the package to the BMC Helix Platform server.
Port for remote debug
The arserver.config file contains the jvm.option entry.
This port is open for AWS development configurations that can be used for remote debugging.
Where to go from here
This section provides you the information about how to test your application logic, how to test your application UI, and the available test methods.
Action | Reference |
---|---|
Install and configure the automation framework so you can build and bundle automation tests that test your application logic. | |
Understand the methods available in the automation framework. | |
Understand the use of automation framework in a sample application, Task Manager. | |
Install and configure the UI automation framework so you can build and bundle automation tests that test your application interface elements. | |
Understand the methods available in the UI automation framework. |