Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: update absolute page links

Sometimes, a user may need to switch between different tabs or windows in a single session to complete tasks or perform a few steps while testing Application under Test (AUT). In order to perform any activity across pages, the user has to switch the control to the desired window/tab first and then perform action on it. This can be tackled in Qualitia using two different actions; StoreWindowHandle and SelectPage.

The window handle is a unique hexadecimal ID of the page being used to perform web application testing. Qualitia provides provision to store and use these IDs as per the requirements to switch between multiple pages of the AUT.

...