Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2

...

→ When the web URL requires user authentication, simply append your credentials (username and password) with the URL.

Expand
titleRead More...

The authentication pop-up is a Browser dialog window. The user will not be able to inspect the locator of that authentication popup. To handle this kind of scenario, simply append your credentials (username and password) with the URL.

For example,

  • Username= admin and Password= admin

Now enter the URL in the following format:


...

  • Local Server: Use a local server when Appium is running on the same machine and the device is connected to the same machine.

  • Remote Server: Use a custom server when Appium is running on the remote machine and the device is connected to that remote machine.

  • SAUCELABS: You can run the QAS test scripts using Sauce Labs capabilities of your choices. Refer to Integration with Sauce Labs for more details.

  • Headspin

  • Perfecto: Users can configure Perfecto Mobile on the Web Driver Capabilities screen for recording test cases through Android. Read more details on Integration with Perfecto.

...

By default, the Form is displayed to enter the capabilities details. You can add more fields by clicking on Add Field.

...

Modes to Record Testing Sessions

Manual Mode 

In this mode, the performance of actions does not create events. Manual efforts are required to create events.

...

3. Replace the Base URL with the Test Data variable name in the following syntax -

${variable_name}

For example, ${URL}/orders

...