Skip to content
/ .. /
Introduction










UI Steps Language

intaQt's UI Steps Language is used for automating webpages and apps. Using selectors such as XPaths, it locates and controls the content and behavior of the webpage or app.

The UI Steps language automates webpages and apps accessed by web browsers and mobile devices by:

  • Defining Elements from webpages and the Actions that can be performed on them in a View.

  • Creating Stepdefs, Models or Functions that call these Elements and their Actions.

  • Creating Feature Files to execute the test.

Information about creating a Feature File can be found in the Feature Files section.