Eva Ferreira
- Total activity 370
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 187
Articles
Recent activity by Eva Ferreira-
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 ma...
-
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...
-
DataTable commands
In the mabl CLI, you can programmatically list, query, create, update, and export DataTables from your workspace.mabl datatables listThe mabl datatables list command returns a list of DataTable IDs...
-
JSON structure and syntax
JSON is the mostly widely used data format for APIs, and many API requests return information in a JSON response body. To create assertions and variables from a JSON response body, you need to writ...
-
Uploading files to your web app
In the mabl Trainer, you can combine file upload steps with assertions to ensure your web application is handling file upload interactions as expected. File uploads are added to your mabl workspace...
-
Importing Postman collections
The mabl integration with Postman supports importing Postman collections into mabl as API tests. This article explains how to import a Postman collection: Export from Postman Upload collection Sel...
-
Drag and drop steps
Many applications include drag and drop functionality that allows users to arrange elements on the page. In the mabl Trainer, you can record drag and drop interactions as test steps to make sure y...
-
Variables in Postman imports
Postman users often make use of variables to store and reuse dynamic values with the request body, pre-request and test scripts. Variable notation You can use the Postman variable notation {{variab...
-
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...