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
  • Auto-login flows

    mabl has the ability to log into many applications automatically, given that all you need to login are a username and password. This guide explains how to use auto-login flows in browser tests and ...

  • Quick-edit mode

    If you want to make updates to a browser or mobile test that don't involve interacting with the application under test or Trainer playback, you can select Quick edit instead of opening the full ma...

  • Using loops

    With loops, you can set up a sequence of test steps to repeat using a fixed number or a variable. This article explains how to work with loops in the mabl, including how to… Create a loop Access th...

  • Mobile web testing guidelines

    Testing the responsive web design of your application is important for validating that users have a consistently great experience across mobile devices. In mabl, you can train and run mobile web te...

  • Creating mobile web tests

    In mabl, you can validate your web app across different devices with mobile web tests. Unlike mobile app tests, which interact with a native Android or iOS application, mobile web tests interact w...

  • Conditional steps

    With conditionals, you can create flexible testing scenarios that run different test steps depending on the circumstances. Some examples include: Providing alternative paths when certain condition...

  • Adding wait steps

    In some testing scenarios, you may want to configure additional waits before executing subsequent test steps. In browser and mobile tests, there are three ways to configure additional waits: Conf...

  • Working with snippets in the mabl Trainer

    Depending on your testing goal, you can leverage JavaScript snippets in the mabl Trainer to:  Interact with the application Define a variable Evaluate a conditional With these techniques, you can c...

  • Snippet components

    When creating a snippet for a browser or mobile test, the Snippet Editor starts with a predefined mablJavaScriptStep function. Understanding how to write your code within this predefined function i...

  • JavaScript snippet examples

    JavaScript snippets are great for handling more complex testing scenarios within mabl. This article highlights a few practical examples of snippets in use. Browser back Remove a value from a strin...