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
  • Bamboo integration

    Use the mabl Bamboo Integration Plugin to automatically trigger mabl plans associated with a specific mabl environment or application to run as a build stage. With the mabl Bamboo plugin, you can:...

  • Troubleshooting connectivity issues

    If mabl fails to connect to your application when running a test, you may need to take additional steps. Confirm network settings Many connectivity issues arise from the fact that the test environ...

  • Reviewing API tests

    API tests can be triggered locally and in the cloud. This guide describes the output generated by both types of test runs. Local runs When an API test runs locally, its output is captured in a loc...

  • Measuring coverage in web apps

    Building reliable and comprehensive automated test coverage helps ensure your application is working as expected. In mabl, you can review a web application’s test coverage and determine which pages...

  • JavaScript testing frameworks

    With the mabl-cli node package, you can run mabl tests locally in a JavaScript testing framework, such as Jest. This article explains how to run browser tests by importing the createBrowserTestsRun...

  • HTTP basic auth

    If your test environment is protected by HTTP basic auth, you can configure your tests to send those credentials at the HTTP layer with all requests to your test site during execution. This article...

  • Managing plans

    Plans are an essential part of automated testing in mabl. They define when, where, and how you'd like to run a group of tests using mabl's cloud-based infrastructure. This article explains how to m...

  • Running tests with DataTable scenarios

    When you run a test with a DataTable, you can validate the reliability of your application across a range of different scenarios. Whether you want to test out one scenario locally or run multiple s...

  • Data-driven variables

    With data-driven variables, you can configure your tests to pass in dynamic variable values at run time, resulting in more flexible, scalable tests. This article describes the different types of da...

  • Types of variables

    Variables are an essential step to creating robust, flexible tests. From extracting text from a page to sharing variables across tests, mabl offers a variety of variable types to help you meet you...