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-
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 ...
-
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. If you are familiar with common programming languages, you can think of flows as functions a...
-
Mobile web testing guidelines
Testing the responsive web design of your application is important for validating that users have a consistently great experience across mobile devices. In mabl, you can train and run mobile web te...
-
Creating mobile web tests
In mabl, you can validate your web app across different devices with mobile web tests. Unlike mobile app tests, which interact with a native Android or iOS application, mobile web tests interact w...
-
Quick-edit mode
If you want to make updates to a browser or mobile test that don't involve interacting with the application under test or Trainer playback, you can select Quick edit instead of opening the full ma...
-
Using loops
With loops, you can repeat a sequence of test steps a set number of times within a single test run. Loops are useful when your test needs to perform the same action for each item in a list, such as...
-
Conditional steps
With conditionals, you can create flexible testing scenarios that run different test steps depending on the circumstances. Some examples include: Providing alternative paths when certain condition...
-
Adding wait steps
In some testing scenarios, you may want to configure additional waits before executing subsequent test steps. In browser and mobile tests, there are three ways to configure additional waits: Conf...
-
Working with snippets in the mabl Trainer
Depending on your testing goal, you can leverage JavaScript snippets in the mabl Trainer to: Interact with the application Define a variable Evaluate a conditional With these techniques, you can c...