This documentation supports the 20.02 version of BMC Helix Platform.

To view the documentation for the current version, select 20.08 from the Product version menu.

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.

jvm.option.17=-agentlib:jdwp=transport=dt_socket,address=12444,server=y,suspend=n

This port is open for AWS development configurations that can be used for remote debugging.

Note

For JavaScript testing and debugging, you should use Grunt. 

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.

ActionReference

Install and configure the automation framework so you can build and bundle automation tests that test your application logic.

Testing application logic with the automation framework
Understand the methods available in the automation framework.Automation framework methods

Understand the use of automation framework in a sample application, Task Manager.

Example of using automation framework
Install and configure the UI automation framework so you can build and bundle automation tests that test your application interface elements.Testing the user interface with the UI automation framework
Understand the methods available in the UI automation framework.UI automation framework methods and sample code
Was this page helpful? Yes No Submitting... Thank you

Comments