Versions Compared

Key

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

...

Note: To use QAS existing projects, first import the projects into QAS and then use them.

Access

...

QAS Recorder

...

Commands

QMetry Automation Studio provides you with the ability to automatically provide Assertion values while Recording Test Cases through Web Browser.

...

  • Mouse Over: This command performs the mouse hover action on the given UI element.

  • Verify Present: This command checks whether the given UI element is present on the page.

  • Assert Present: This command checks whether the given UI  element is present on the page.

  • Verify Text: This command checks if some text exists or not in a page.

  • Verify Not Text: This command checks that the given text is not available on the UI element.

...

Alert Handling

...

Methods

Alerts are modal windows that pop up on the UI with a dialog and relevant message on them. The focus shifts from the current screen to the pop-up, which compels the user to first act on it before performing any other actions or accessing other parts on the web page. Users need to accept/reject/confirm the pop-up to proceed further on the web page.

...