Versions Compared

Key

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

...

Click on the more icon for the test suite folder and select Add New Test Case.

...

For creating a test case, enter Test Case Name and Test Case , users have to provide the Test Case name and Description. When the code is exported, the Description is also displayed as per the project framework structure. The reports also contain the Description details.

Add relevant tags, if required. Clicking Read more about Tags in the subsequent section.

...

Click the Add button after providing the details creates to create a new test case.

...

Tags to Test Cases: Tags help users to identify and select similar test cases while executing. For example, tags like “Regression”, “Sanity”, “Smoke” help users to identify the bunch of test cases that should be executed in a certain testing phase.

...

Note: Maximum 7 tags can be added to a Test Case. One tag can be a maximum of 50 characters.

Enter test case name, Description, tag(s) and click Add.

...

You can see the test suite and test case added on the tree.

...

While executing a Test Suite, users can filter test cases on the basis of assigned tags and select test cases of a particular tag for execution.

...

Recording a Test Case

You can record a test case in the following environments:

...

→ 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 local server when Appium is running on the same machine and device is connected to the same machine.

  • Remote Server: Use custom server when Appium is running on the remote machine and 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 itself. 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

...