Eva Ferreira

  • Total activity 370
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 187

Articles

Recent activity by Eva Ferreira Recent activity Votes
  • Reporting API - Export results to CSV in Node

    Use the following Node.js script example with the mabl Reporting API batch results endpoint to retrieve a set of test run results and transform them into a CSV format. Setup To execute the example...

  • Commenting on branched versions

    When working with branches, it’s critical to be able to collaborate with your team as closely as possible to build alignment on changes. You can create and resolve comment threads for changes made...

  • Generating Custom GitHub Events

    You can integrate mabl events with your GitHub Workflows. This allows mabl to trigger your custom workflows inside GitHub based on events occurring in mabl. Once configured in Settings > Integrati...

  • Triggering tests from the mabl CLI

    In the mabl CLI, you can trigger tests to run on your local machine or integrate test execution directly into your CI/CD process. The mabl CLI is not an execution environment, but rather a tool tha...

  • Reviewing performance tests

    When a performance test completes, mabl provides a comprehensive breakdown of your application's behavior under load. This article covers how to navigate the performance output, interpret high-lev...

  • Monitor app performance over time

    Looking to monitor for performance regressions in your app? Or just want to understand your app’s baseline performance for your users? In mabl, you can review performance metrics collected from tes...

  • Associating a test with a DataTable

    When you associate a test with a DataTable, you can train and run the test with different scenarios. This article explains how to associate new and existing tests with DataTables. Generating a Da...

  • Creating API requests

    In the API Test Editor, you can create, configure, and send requests to the API under test. There are two ways to create a request in the API Test Editor: Use the step builder Import step from cUR...

  • How to make your tests easier to understand

    At mabl, we believe that quality is best managed as a team. To get the most out of your mabl tests and improve overall collaboration, we recommend prioritizing “test readability.” The following bes...

  • PDF testing

    For many applications, testing PDFs is an important step in validating end-to-end user journeys. In mabl, you can automate the validation of PDF files and their contents, including capturing screen...