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 the test run multiplier

    You can edit plans to spin up multiple instances of a single test. We call this feature a "run multiplier," since it creates several test runs and lets you verify that there are no unexpected erro...

  • Training tests with DataTables

    This article explains how to train your tests against DataTable scenarios. Before you start If you're editing an existing test, make sure the test is associated with the DataTable(s) first. Selec...

  • Flows

    Some testing scenarios require recording the same set of steps to get your application in a specific state, such as logging into an application, setting up or tearing down test data, or navigating ...

  • Create a custom find step

    In mabl, you can create custom find steps that find elements on the page using a Playwright locator, CSS query, or XPath expression. This article explains when and how to use custom find steps. Whe...

  • Managing tests

    As your test automation strategy evolves, you may need to make changes to your existing set of mabl tests. This article shows you how to manage tests in the mabl app, including how to… Change a te...

  • GitLab Integration

    Use the mabl GitLab integration to automatically trigger mabl plans associated with a specific mabl environment and/or application to run as a stage in your GitLab pipeline. With the mabl GitLab p...

  • Test statuses

    Starting mabl is acquiring the resources to start running the test. Running The test run is in progress. When a browser test has a "running" status, you may watch the results live. Passed The test ...

  • Insights

    mabl generates insights when it notices significant changes in the behavior of your application. You can use the mabl insights page to: Determine the current state of your application - monitor s...

  • Running mabl Link on Kubernetes

    Running mabl Link on a Kubernetes cluster simplifies your testing infrastructure. Jobs deployed to Kubernetes automatically pull the mabl Link Docker image, which eliminates concerns over runtime c...

  • Adjusting page interaction speed

    When you run browser tests against your application, mabl uses Intelligent Wait to determine whether your application has reached the correct state before interacting with it. In most cases, Intell...