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-
Azure Pipelines integration (VSTS)
Integrate your mabl tests directly into your Azure Pipelines builds inside Azure DevOps. Use the mabl pipeline task to automatically trigger plans associated with a specific environment and/or app...
-
Troubleshooting API tests
If your API test failed or produced an unexpected outcome, here are some steps you can take to isolate the issue: Investigate failed steps Find the last passing test Add console log statements Co...
-
Plan run output
When a plan executes in the cloud, mabl schedules and runs the tests according to the plan’s configured settings. You can review a plan's run history on the plan details page in the app. To review ...
-
mabl static IP addresses
All mabl test traffic originates through a fixed set of IP addresses. By adding mabl's static IP addresses to a firewall allowlist, permitlist, or whitelist, you can give mabl access to non-public ...
-
Custom HTTP headers
You can configure mabl browser tests to pass custom HTTP headers with each request in plan runs and in local ad hoc runs. These custom headers may be used for authentication or to exercise some sp...
-
How performance test execution works
While performance tests use the same mabl cloud infrastructure as functional tests, the way they execute is slightly different. This article explains how performance test execution works, from star...
-
DataTables
When automating user scenarios, it is common to have a test that needs to run multiple times with different sets of data. For example, think about validating whether an ecommerce app correctly cal...
-
Using the performance sandbox
mabl performance tests use existing functional tests in your workspace to simulate load on your application. If you want to try performance testing but don't have the approved services to run load...
-
Postman integration
With the mabl Postman integration, you can convert existing Postman Collections into mabl API tests and export mabl tests back to Postman. This two-way integration helps your team to take advanta...
-
Finding the correct element in browser tests
Finding the correct element during test execution can present an interesting challenge. With dynamic content and often many similar elements on a web page, it becomes all the more important to ensu...