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-
Best practices for assertions
Assertions are critical for building effective automated tests that yield meaningful results. If the goal of writing tests is to ensure that specific functionality works in a way that matches defi...
-
URL assertions
A URL assertion can confirm that your test is on the right web page during test execution. Some examples of use cases for URL assertions include:After clicking on a link, asserting that the test ha...
-
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...
-
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...
-
Investigate changes for a find step
When you record a step in a browser test that interacts with an element on the page, such as a click, enter text, or element assertion, mabl tracks over thirty distinct attributes, including text, ...
-
Download assertions
To help you cover end-to-end testing scenarios, the mabl Trainer detects and automatically adds assertions for file downloads from your web app. By default, the Trainer asserts against the name of ...
-
Speed index
Speed index is an application performance monitoring metric automatically calculated by mabl. It tracks the loading speed of page URLs and individual test steps, even without a page load. This make...
-
Working with cookies
In mabl, you can train tests to work with the cookies that customize your users’ web experience. This article describes the different ways you can work with cookies and cookie attributes in the mab...
-
Local emulator and simulator configuration
If you want to create or run mobile tests on your own machine instead of using mabl’s cloud devices, you’ll need to set up a virtual device locally. This article walks through the prerequisites for...
-
Managing DataTables in the CLI
In the mabl CLI, you can programmatically list, query, create, update, and export DataTables from your workspace. This article highlights mabl CLI commands that are useful for managing DataTables.F...