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-
Custom scripts in API tests
If your API testing goals include requirements that cannot be accomplished through mabl’s low-code functionality, you can write custom scripts. In mabl, custom scripts are composed of one or more A...
-
Managing flows
This article shows you how to manage flow details in the mabl app, including how to… Change a flow's name Add flow labels Search for flow by label Restore a flow to a previous version Compare diff...
-
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...
-
Reviewing element history
When you record a step in a browser test that interacts with an element on the page, mabl tracks over thirty distinct attributes, including text, CSS classes, data-test-id, and other information s...
-
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 ...
-
mabl University
For on demand training courses and video lessons on how to build tests and expand coverage in mabl's unified platform, check out mabl University! Use these courses to help you get started quickly...
-
Environment commands
In the mabl CLI, you can programmatically manage the environments in your workspace: mabl environments list mabl environments describe mabl environments create mabl environments update mabl enviro...
-
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
Cookies are a type of message given to a web browser by a web server. They aim to identify users and potentially prepare customized web pages to prevent the user from having to re-enter informatio...
-
Local emulator and simulator configuration
This article explains how to configure virtual devices to use in mabl for creating and executing tests. For Android, mobile testing uses emulators via the Android Studio IDE. For iOS devices, mob...