Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sauce does not support Java robot based actions when executing test cases. Hence following actions do not get executed in Sauce Cloud and Remote environment;

...

  • DownloadFile
  • WindowsAuthentication
  • PressKeys

Lack of support for java robot based actions on Sauce Cloud / Remote environment fails the test case executions.

...

Executing test cases in Sauce environment using user defined Firefox profile is experimental.

Support for AutoIT in Sauce Execution Environment

In order to achieve execution of Windows based actions such as DownloadFile, PressKeys, WindowsAuthentication, and so on, Qualitia supports Sauce's "Pre-Run" feature. It allows uploading AutoIT.exe (or any exe) and running before starting test case executions. Running .exe performs the windows based actions flawlessly.

...