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-
JSON structure and syntax
JSON is the most 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 write ...
-
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 ove...
-
Visit URL steps
By default, when you start recording a browser test, the mabl Trainer adds a visit URL step to the app.url under test. If you need to visit other URLs in a test, you can add additional visit URL s...
-
Sending keypresses to your application
With keypress steps, you can confirm the application under test responds as expected to a specific keyboard event. Examples of common keypress steps include: Pressing the escape key to close a mod...
-
Export mabl API tests as Postman JSON
In addition to importing API collections from Postman, you can also export mabl API tests back to Postman. The export workflow consists of three steps: Export a mabl API tests as a Postman collecti...
-
Working with popups
Popups are a common part of the user experience, but they sometimes present challenges for automated tests, particularly if they appear at unpredictable moments. To ensure your browser tests run s...