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-
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...
-
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 ...
-
Auto-login flows
mabl has the ability to log into many applications automatically, given that all you need to login are a username and password. This guide explains how to use auto-login flows in browser tests and ...