Eva Ferreira
- Total activity 363
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 183
Articles
Recent activity by Eva Ferreira-
Logging into your app
Many testing scenarios require logging into an application before validating its functionality. In mabl, you can automate logins by recording steps in the Trainer. When these tests run in the clou...
-
Variable assertions
With variable assertions, you can validate the value of a variable against an expected value. Some common use cases for variable assertions include: Modifying a variable with mathematical operati...
-
Migrating from Selenium
If you're coming to mabl from Selenium, you can import your existing set of Selenium tests to mabl via the mabl CLI. The mabl CLI can migrate tests to mabl from all Selenium frameworks and programm...
-
Filtering steps in test output
When viewing test output for a specific run, use the step filter to quickly identify issues and get a better understanding of your test. You can use the preset filter types, such as "Warning," "J...
-
Testing localhost with mabl Link
With mabl Link, you can run tests against your local environment, including localhost and 127.0.0.1, using mabl's secure and scalable cloud infrastructure. One benefit of testing local changes wit...
-
Custom scripts in API tests
If your API testing goals include requirements that cannot be accomplished through mabl’s low-code functionality, you can write custom scripts. In mabl, custom scripts are composed of one or more A...
-
Best practices for assertions
Assertions are critical for building effective automated tests that yield meaningful results. If the goal of writing tests is to ensure that specific functionality works in a way that matches defi...
-
URL assertions
A URL assertion can confirm that your test is on the right web page during test execution. Some examples of use cases for URL assertions include:After clicking on a link, asserting that the test ha...
-
mabl Labs
On the mabl Labs page, you can opt into and give feedback on current early access programs for features and capabilities before they become generally available. Enabling new features To get starte...
-
Selenium Java Agent
With the Selenium Java Agent, you can migrate your Java-based Selenium tests to mabl without making any change to code. The Selenium Java Agent is a JVM agent that loads at runtime and intercepts R...