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-
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...
-
Branch commands
In the mabl CLI, you can programmatically list, query, create, and merge branches from your workspace.mabl branches listThe mabl branches list command returns a list of branch IDs, names, branch st...
-
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...
-
Link Agent commands
Use mabl link-agents commands to programmatically list, terminate, and delete mabl Link Agents from your workspace. mabl link-agents list The mabl link-agents list command lists link agents for yo...
-
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...
-
Launching the mabl Trainer from the mabl CLI
mabl tests create The mabl tests create command launches the mabl Trainer with a new browser test and returns a message on the test created. Options Option Details --desc, --test-descripti...