This build step is intended to support execution of automated tests from Micro Focus ALM Octane.
The builder searches for the "testsToRun" parameter which is sent from ALM Octane as part of the execution framework.
Once it is found, its value is converted to the format of the selected testing framework, and injected to the "testsToRunConverted" environment parameter.
Later, the new parameter can be used in the appropriate execution builder.

* For UFT: In order to build a UFT MTBX file, this builder needs to know the test check-out directory. By default this is the job workspace directory. If tests are checked out in another directory, define in the job a String parameter "testsToRunCheckoutDirectory" with the correct directory.
** For JUnit/TestNG: supported for JUnit 4.7+, Surefire Plugin 2.19+, Failsafe Plugin 2.12.1+