- Print
- DarkLight
Once you have logged into Autify's Platform you should see a screen similar to the one below.
The left-hand column is what we will discuss in this section. All of the menu items can be clicked to navigate through the Autify platform. Below are descriptions of what each item does.
Workspaces
The current workspace is displayed in the top left of the screen.
A workspace is a space for managing and executing tests, and it contains scenarios, test results, and step groups.
If your organization has more than one workspace, you can switch between workspaces by clicking the dropdown arrow and selecting a workspace.
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.
Scenarios
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
- Launch the application (Launch)
- Click on the email address entry field.
- Type "example@autify.com"
- Press the password entry field.
- Type "password."
- Click the Login button.
Step groups
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
- 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. - Press the Account tab.
- 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 Results
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.
Environment Variables
Environment variables are startup variables in iOS. The behavior of this function changes depending on the code predefined in the app. After changing the code side, this feature can be used to pass specific values to the app.
User Guide
Takes you to the Help Center. You will find FAQs and other helpful content.
Settings
You can change your organization, workspace, user, and other settings. See here for more information.