Eva Ferreira
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 183
Articles
Recent activity by Eva Ferreira-
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...
-
Interacting with HTML select dropdowns
Web apps often use dropdowns to present a list of options to users. While there are many ways to render dropdowns, the HTML select element is the standard choice for picking from a menu of options...
-
Support for MFA logins
Multi factor authentication (MFA) is a layered approach to authentication that requires users to provide two or more forms of identification to log into an application. For example, in addition to...
-
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...
-
MFA authenticator logins
In an application that uses time-based one-time password (TOTP) authentication, the user provides two forms of authentication: A regular password An additional temporary code generated from a TOT...