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 Recent activity Votes
  • Test data-driven variables

    With data-driven testing you can parameterize your tests across different inputs that are loaded at runtime. When you are creating and editing these tests, “test data-driven variables” can serve as...

  • Validating API responses

    When creating an API test, it is important to add assertions on the response of individual API requests to validate that the API returns the expected result. For example, you may want to assert th...

  • Workspace support access

    When debugging test runs or configuration issues, you can grant the mabl Support Team access to your workspace for assistance purposes by enabling Support access. Workspace owners can manage suppo...

  • Environment variables

    In mabl, you can define variables at the environment level and use them across multiple tests. Environment variables are great for defining environment-specific URLs, API endpoints, and API keys s...

  • Bitbucket integration

    Use the mabl integration with Bitbucket Cloud to integrate mabl tests into your Bitbucket pipeline workflows. With the mabl Bitbucket integration, you can: Run automated mabl tests for visual, fu...

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

  • Copying tests between workspaces

    With multiple workspaces, you can set up mabl for independent teams within your organization. Depending on your team’s workflow, you may want to provide new workspaces with a set of starter tests o...

  • 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 reports Plan reports Slack and Te...

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