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-
Exporting tests from the CLI
With the mabl tests export command, you can export mabl tests in the following formats: Playwright (Typescript) Selenium (Selenium IDE format) JSON CSV This command is helpful when you need to coll...
-
How auto-heal works
You are probably testing software that changes on a regular basis. Some changes are major and require old tests to be rewritten. But many changes, such as relabeling a button or layout adjustments,...
-
Variables in API tests
With variables, you can assert on dynamic values, compare values from one response to another, generate random values, do data-driven testing, and handle other scenarios that require working with d...
-
Testing in the shadow DOM
In web apps, a shadow DOM creates a hidden DOM tree of elements that is attached to an element in the main DOM tree. Developers use shadow DOMs as a way to isolate web components, making them easie...
-
mabl credentials
In mabl, you can create a special credential variable type to use for authentication scenarios in your tests. mabl credentials are encrypted with a customer-specific encryption key before getting a...
-
Workspace support access
If you need help debugging test runs or troubleshooting configuration issues, the mabl Support Team is available to assist. By default, support access is enabled in new workspaces.Managing support ...
-
Adding and deleting workspaces
The workspace is the broadest grouping within the mabl application. Workspaces group applications, environments, credentials, tests, plans, and more into a set for the purpose of providing appropri...
-
Reviewing auto-heals
As your web application changes, mabl uses auto-heal to keep your tests up to date. When a step auto-heals in a passing test in a plan run, mabl generates auto-heal insights.This article explains h...
-
Assertions and auto-heal
In browser tests, if a target element cannot be found using its known attributes, mabl uses auto-heal to look for a similar element that is a strong match. While there are some nuances to this pro...
-
Assertions in the mabl Trainer
Assertions are a fundamental component of testing; they help answer the question, “Is my application behaving as expected?”At a high level, a browser or mobile test consists of the following: An ac...