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-
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...
-
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...
-
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...
-
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...
-
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...
-
Logging in with an email verification code
If your web or mobile application uses email one-time password (OTP) authentication, you can automate your login flow using mabl Mailbox and mabl credentials. What is email OTP?In an application ...
-
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...
-
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...
-
Working with flow parameters in the mabl Trainer
With flow parameters, you can scope variables to a single flow or reuse a flow with different variables. This article shows you how to work with parameterized flows in the mabl Trainer, including h...