Eva Ferreira

  • Total activity 353
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 178

Articles

Recent activity by Eva Ferreira Recent activity Votes
  • Using loops

    With loops, you can repeat a sequence of test steps within a single test run, either a set number of times or for as long as a condition is true. Loops are useful when your test needs to perform th...

  • 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: Confi...

  • 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...

  • Snippet components

    When creating a snippet for a browser or mobile test, the snippet editor starts with a predefined mablJavaScriptStep function. Understanding how to write your code within this predefined function i...

  • 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...

  • 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 and...

  • 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 contai...

  • 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 elem...