Running Flows from Command Line
Note that this section is applicable only for flows containing GUI based components. It is recommended to use the Oracle Utilities Testing Accelerator browser based flow run feature in all other cases.
To run the scripts downloaded from Oracle Utilities Testing Accelerator from the command line:
1. Navigate to the directory where the runtime folder is created.
2. Open a Windows command line window at this location.
3. Run the flow.
java -jar utascriptwrapper.jar -f “<directory containing the flow>” -t “<Scenario name>”
 
4. After the script execution is complete, the Console shows the run status.
The detailed status can be found in the log file under the logs directory.