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 Recent activity Votes
  • Email notifications

    If you prefer to receive results of recent plan runs in your inbox, you can configure mabl to send one of the following types of email notifications: Workspace report - a status report on all acti...

  • Link on Windows

    When running the Link Agent on a Windows machine, we recommend the following steps to ensure the most reliable Link Agent configuration. Note For an optimal setup experience, we recommend running...

  • How Intelligent Wait works

    Resilient tests with intelligent timing Automated test execution has historically faced two core problems: the maintainability problem and the state problem. Maintainability often revolves around ...

  • Flow data-driven variables

    To pass data into a flow, we recommend using flow parameters because they give you more control over every flow instance and prevent unintentional updates. However, if you don’t use flow parameters...

  • Managing flows

    This article shows you how to manage flow details in the mabl app, including how to… Change a flow's name Add flow labels Search for flow by label Restore a flow to a previous version Compare diff...

  • When to use CSS selectors vs. XPath expressions

    When creating a custom find step, you might be wondering if it's advantageous to use CSS selectors or XPath expressions for element selection. While both are powerful tools used to access web eleme...

  • Exporting tests from the CLI

    With the mabl tests export command, you can export mabl tests in the following formats: Playwright (Typescript) Selenium (Selenium IDE format) JSON CSV This command is helpful when you need to coll...

  • How auto-heal works

    You are probably testing software that changes on a regular basis. Some changes are major and require old tests to be rewritten. But many changes, such as relabeling a button or layout adjustments,...

  • Variables in API tests

    With variables, you can assert on dynamic values, compare values from one response to another, generate random values, do data-driven testing, and handle other scenarios that require working with d...

  • Testing in the shadow DOM

    In web apps, a shadow DOM creates a hidden DOM tree of elements that is attached to an element in the main DOM tree. Developers use shadow DOMs as a way to isolate web components, making them easie...