Running tests for a running Java application
You can run a functional test for a Java application that is already running locally. You can configure the environment variable JAVA_TOOL_OPTIONS that enables Test UI to detect an already running application instance and run the test on it.
You must have completed the following tasks:
- Ensured that the required Java application (JAR file) is available on the local machine to run the test.
- Commented out the Start App step in the test that you want to run.