ATS : ATS flexibility

ATS and other Java code

It is important to know that using ATS you are not restricted to the area of ATS only.
You can freely mix code which calls ATS libraries together with code which calls other third party or your own libraries.
This allows you for example to execute an important test step using ATS and then use your own way to verify if that step was successfully handled by your Tested Application.

Working locally or remotely

All provided examples that are using ATS Agent are running on a remote host.
If you do not pass the address of an ATS Agent, the same work will be done, but on the localhost.

Custom:

  • File transfers
  • Database connections
  • Monitoring
  • Test reporting (using TestNG listeners)


Go to parent page

Go to Table of Contents