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-
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...
-
Updating the mabl Desktop App
The mabl Desktop App should be regularly updated to take advantage of mabl's newest functionality, improvements, and bug fixes. The app shows a banner prompting you to update the Desktop App when a...
-
Setting up your network for mabl
Some organizations may need to take additional steps to make mabl compatible with their network. This guide outlines the permissions required for using mabl and how to exclude mabl test traffic fr...