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
  • Using CSS and XPath

    In mabl, you can create custom find steps that find elements on the page using a CSS query or an XPath expression. There are two types of custom find steps: Find a specific element: Perform an a...

  • Adding and deleting workspaces

    The workspace is the broadest grouping within the mabl application. Workspaces group applications, environments, credentials, tests, plans, and more into a set for the purpose of providing appropri...

  • GitLab Integration

    Use the mabl GitLab integration to automatically trigger mabl plans associated with a specific mabl environment and/or application to run as a stage in your GitLab pipeline. With the mabl GitLab p...

  • Exporting run artifacts from the CLI

    You can export all artifacts from a single browser test run using the mabl CLI command mabl test-runs export. This command is useful if you want to collect archival data for audit and retention pu...

  • Test statuses

    Starting mabl is acquiring the resources to start running the test. Running The test run is in progress. When a browser test has a "running" status, you may watch the results live. Passed The test...

  • Insights

    mabl generates insights when it notices significant changes in the behavior of your application. You can use the mabl insights page to: Determine the current state of your application - monitor ...

  • Running mabl Link on Kubernetes

    Running mabl Link on a Kubernetes cluster simplifies your testing infrastructure. Jobs deployed to Kubernetes automatically pull the mabl Link Docker image, which eliminates concerns over runtime ...

  • Adjusting page interaction speed

    When you run browser tests against your application, mabl uses Intelligent Wait to determine whether your application has reached the correct state before interacting with it. In most cases, Intell...

  • Test data-driven variables

    With data-driven testing you can parameterize your tests across different inputs that are loaded at runtime. When you are creating and editing these tests, “test data-driven variables” can serve as...

  • Validating API responses

    When creating an API test, it is important to add assertions on the response of individual API requests to validate that the API returns the expected result. For example, you may want to assert th...