Terminology
  • 20 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Terminology

  • Dark
    Light

Article Summary

Build

A build is an application that was created at a certain point in time; in the case of iOS, it is a zipped ".app" bundle. Ideally, it should be uniquely identified by a build number, but it is not required and the same version can coexist.

Scenario

A scenario is a series of steps (taps, swipes, etc.) that define a behavior in an application. A scenario can start with a new installation of the application or, using the step groups described below, with the last step defined in that step group. In the second case, it depends on the other (preceding) step group. For example, a scenario to log in to a service might look like this

  1. Launch the application (Launch)
  2. Click on the email address entry field.
  3. Type "example@autify.com"
  4. Press the password entry field.
  5. Type "password."
  6. Click the Login button.

Step group

A step group is a group of things that are common to each scenario, and can be used in each scenario. For example, a scenario where a user logs in (step group) and logs out would look like this

  1. Step group (to log in)
    1-1. Launch the application (Launch)
    1-2. Click on the email address entry field.
    1-3. Type "example@autify.com"
    1-4. Press the password entry field.
    1-5. Type "password."
    1-6. Click the Login button.
  2. Press the Account tab.
  3. Click the Logout button.

Test Plan

A test plan is a mechanism to efficiently execute tests in a cohesive manner with build files, execution environments, and scenarios. In a test plan, multiple execution environments and multiple scenarios can be executed for a single build file.

Test Result

The test result is the result of executing the test plan. It is the result of the steps of the scenario being executed in order. The steps can be captured at the time of recording, or the previous successful capture and the current result can be compared.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.