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-
API steps in UI tests
With API steps, you can make calls to an API within the context of a browser or mobile test. Depending on your testing goals, API steps can serve different purposes, including the following: Extrac...
-
Working with dates in mabl
If your testing goals include using dates in a specific format, consider using a JavaScript snippet! This guide provides an overview of the GetDateComponents.js snippet, which returns an object con...
-
Email testing and validation
You can test key user journeys in your web or mobile app that involve email interactions using mabl Mailbox. With mabl Mailbox, there's no need for scripting or complex setups, and you can rest as...
-
Creating a mabl Mailbox address
This article explains how to create a mabl Mailbox address for temporary email addresses and permanent email addresses: Temporary email addresses are generated as variables in the mabl Trainer an...
-
Using custom email prefixes with mabl Mailbox addresses
In mabl, you can create multiple distinct email addresses and tag them with a custom prefix to make them easy to differentiate. Custom prefixes can be useful if you need to query the results conta...
-
Element assertions
When creating a browser or mobile test, asserting on page elements ensures that your application is behaving as expected. In the mabl Trainer, you can create element assertions to validate an eleme...
-
Creating variables in the mabl Trainer
By storing data extracted from your test environment in variables, you can use the values in subsequent test steps to make your test more flexible and robust. The mabl Trainer supports generating v...
-
Using variables in the mabl Trainer
When building a browser or mobile test in the Trainer, variables are essential for creating dynamic test steps. This article provides an overview of using variables in the Trainer, including how to...
-
Save conflicts
mabl's product structure allows teams to collaborate on tests and reuse flows across the workspace. However, if you and a colleague are both editing the same flow or test at the same time, you can...
-
Echo steps
With echo steps, you can print logs to test run output in browser and mobile tests. Echo steps are useful in the following circumstances: Describing the intent behind steps and flows for other me...