This article describes the settings you can configure when creating a new browser test: New test > Browser test.
New to mabl?
If you're new to mabl and want more guidance on training tests against your web app, check out the article on getting started with browser tests.
The new browser test creation form
At a minimum, you must define the test name and the application under test. Read on for the full list of configurations that you can apply to a new browser test:
Basic information
Give your test a name. Optionally, you may add a description and labels.
As a best practice, we recommend working with your team to define naming conventions for tests so that you can easily locate tests and understand what they do. Use descriptions and labels to add clarity and structure to your workspace.
Test Creation Agent (optional)
Describe what you want the test to accomplish and let mabl's AI create an outline of the test as a starting point. Read more about the Test Creation Agent here.
Core settings
Indicate whether you'd like to train a test for desktop or mobile web.
Defining the application URL is required. There are three ways to do this:
- Add to plan: When you add the test to an existing plan, the test uses the application, environment, and application URL associated with the plan.
- Associate with an application: When you associate the test with an application, the test uses the associated application URL. For applications with multiple environments or application URLs, you must further specify which environment or application URL you want to use for training.
- Start with a new URL: To test a URL that isn't associated with any application or plan in your workspace, check the box "Enter a starting URL to use to train your test" and enter the URL.
Testing viewport settings
- Desktop: By default, the Trainer opens the application in a window that is 1080 x 1440 pixels. Update the viewport settings if desired.
- Mobile web: Select a device and orientation.
Optional configurations
Expand Optional configurations to associate the test with mabl credentials or a DataTable.
Authentication
Select a set of mabl credentials to use while training your test. The credentials dropdown does not appear for tests that are added to an existing plan. Instead, the test uses credentials associated at the plan level.
Check "Use auto-login flow" if you want to add an auto-login flow to the beginning of the test.
DataTables
Associate the test with a DataTable for training.
Launch the Trainer
After filling out the browser test creation form, click on Create test to launch the mabl Trainer and record your test steps!