Executes an OATS Functional or Load Testing script.
Test Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
runScript Executable Path |
| Yes | Oracle Application Test Suite run script file name (.sh or .bat) with full Path. |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Script Project File |
| Yes | Script project file (jwg file) with path. Relative paths will be relative to the |
Arguments |
| No | Arguments to pass to the test. (e.g. -browser.type FireFox) |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes .jwg Oracle ATS test artifacts, if available.
...
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instanceEnvironment/Instance.
Selecting a specific resource will result in selection of endpoints associated to the environment instance which have that resource defined.
...
Special Considerations
This plugin supports Functional and Load Testing scripts only. Functional Testing (Browser/GUI Automation) can bring up challenges specifically when executed via Cygwin (SSH). In our testing, we have seen success when Cygwin SSHD and Oracle ATS services are setup as shown below. (Log on as; Local System account with Allow service to interact with desktop checked) is not supported at this time.
Fix done in plugin @since 5.2.0.5 - java.lang.ClassNotFoundException: lib.ebsqafwk.GENLIB due to missing OATS_HOME variable, which is now derived from Script path. Plugin now sets TMP and TEMP variables as well to execution temp directory, which helps with successful test execution when invoked via Cygwin.