Skip to content

Commands for interfacing with the User Interface of your AUT(s)

The main categories of interactions with your applications under test (AUT, for short) from your automated tests running within your Worksoft SaaS account are the following:
  • Navigation: Moving around an application from screen/page to screen/page like moving forward, going back, refreshing the current screen/page, etc.,
  • Interrogation (or Inspection): Finding user interface elements within your web application (screens) and retrieving information from those elements as part of your automated test
  • Synchronization:  Waiting for your application under test to reach a particular state before you want the next step in your test to be executed from within your automated tests.
If you are familiar with WebDriver API, it follows support for same types of interactions. If you are familiar with Web Driver API and want to know more about these categories, you can refer to the article here.

Worksoft SaaS provides you with a plethora of simple powerful commands that you can use to develop easy to follow and maintain automation. The commands supported in Worksoft SaaS also follow the categories mentioned above. Each category supports a number of commands and each command is built for a specific purpose.

You can visit Commands for Native/Hybrid Mobile User Interface, to find the powerful command set that Worksoft SaaS has, to automate your Native/Hybrid Mobile Apps.

You can access more information about each category of commands and the diverse list of commands supported in each category by clicking on the hyperlinked category names.




Feedback and Knowledge Base