Eva Ferreira
- Total activity 382
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 193
Articles
Recent activity by Eva Ferreira-
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...
-
mabl Labs
On the mabl Labs page, you can opt into and give feedback on current early access programs for features and capabilities before they become generally available. Enabling new features To get starte...
-
Migrating from Selenium
If you're coming to mabl from Selenium, you can import your existing set of Selenium tests to mabl via the mabl CLI. The mabl CLI can migrate tests to mabl from all Selenium frameworks and programm...
-
Visual test output
When a visual test runs in the cloud, the test output includes the following: Screenshots and logs: Similar to browser test output, visual tests update the test output page with screenshots and ...
-
Link Agent Configuration File
In addition to passing Link Agent configuration options on the command line, you can also pass in Link Agent configuration options from a file. Link Agent configuration files are a good option if y...
-
Adding snippets to API tests
In a mabl API test, custom scripts are composed of one or more API snippets. API snippets can be one-time or reusable, giving you the flexibility to manage scripts across tests and update when need...
-
Variable assertions
With variable assertions, you can validate the value of a variable against an expected value. Some common use cases for variable assertions include: Modifying a variable with mathematical operati...
-
Selenium Java Agent
With the Selenium Java Agent, you can migrate your Java-based Selenium tests to mabl without making any change to code. The Selenium Java Agent is a JVM agent that loads at runtime and intercepts R...
-
Filtering steps in test output
When viewing test output for a specific run, use the step filter to quickly identify issues and get a better understanding of your test. You can use the preset filter types, such as "Warning," "J...
-
Testing localhost with mabl Link
With mabl Link, you can run tests against your local environment, including localhost and 127.0.0.1, using mabl's secure and scalable cloud infrastructure. One benefit of testing local changes wit...