
Eva Ferreira
- Total activity 395
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 200
Articles
Recent activity by Eva Ferreira-
Workspace support access
When debugging test runs or configuration issues, you can grant the mabl Support Team access to your workspace for assistance purposes by enabling Support access. Workspace owners can manage suppo...
-
Testing in iframes
This article serves as a reference for training test steps that interact with elements in iframes. Iframes, also known as inline frames, embed content from another website in an application, such a...
-
Visit URL steps
By default, when you start recording a browser test, the mabl Trainer adds a default visit URL step to the app.url under test. If you need to visit other URLs in a test, you can add additional vis...
-
Adding hovers
Add hover steps to assert and interact with elements that only appear on hover. Examples of interactions that use hovers include: Hovering over a navigation to activate a dropdown menu Hovering o...
-
Postman integration
With the mabl Postman integration, you can convert existing Postman Collections into mabl API tests and export mabl tests back to Postman. This two-way integration helps your team to take advanta...
-
Logging into your app
Many testing scenarios require logging into an application before validating the target feature. You can train your browser or mobile test to log into your app by recording steps in the mabl Train...
-
Creating a browser test
This article describes the settings you can configure when creating a new browser test: New test > Browser test. New to mabl? If you're new to mabl and want more guidance on training tests agains...
-
Installing and configuring the mabl CLI
Before you startTo get started, you will need to install an actively support Node.js LTS version, currently version 18 or higher. If you are using a Mac, we recommend installing Node.js via the Hom...
-
Custom HTTP headers
You can configure mabl browser tests to pass custom HTTP headers with each request in plan runs and in local ad hoc runs. These custom headers may be used for authentication or to exercise some sp...
-
Snippet components
When creating a snippet for a browser or mobile test, the Snippet Editor starts with a predefined mablJavaScriptStep function. Understanding how to write your code within this predefined function i...