Eva Ferreira
- Total activity 353
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 178
Articles
Recent activity by Eva Ferreira-
Associating a test with a DataTable
When you associate a test with a DataTable, you can train and run the test with multiple sets of data, such as testing the same flow across different regions or accounts, without duplicating the te...
-
Creating API requests
In the API Test Editor, you can create, configure, and send requests to the API under test. There are two ways to create a request in the API Test Editor: Use the step builder Import step from cUR...
-
How to make your tests easier to understand
At mabl, we believe that quality is best managed as a team. To get the most out of your mabl tests and improve overall collaboration, we recommend prioritizing “test readability.” The following bes...
-
PDF testing
For many applications, testing PDFs is an important step in validating end-to-end user journeys. In mabl, you can automate the validation of PDF files and their contents, including capturing screen...
-
Commenting on branched versions
Use branch comments to leave feedback on changes between two versions of a test or flow on a branch. You can create and resolve comment threads to ask questions, work through issues, and align on c...
-
CircleCI integration
Use the mabl/trigger-tests Orb to automatically trigger plans associated with a specific mabl environment or application to run in your CircleCI pipeline. With the mabl/trigger-tests Orb, you can:...
-
Using the test run multiplier
You can edit plans to spin up multiple instances of a single test. We call this feature a "run multiplier," since it creates several test runs and lets you verify that there are no unexpected erro...
-
Training tests with DataTables
This article explains how to train your tests against DataTable scenarios. Before you start If you're editing an existing test, make sure the test is associated with the DataTable(s) first. Selec...
-
Flows
Some testing scenarios require recording the same set of steps to get your application in a specific state, such as logging into an application, setting up or tearing down test data, or navigating ...
-
Create a custom find step
In mabl, you can create custom find steps that find elements on the page using a Playwright locator, CSS query, or XPath expression. This article explains when and how to use custom find steps. Whe...