Skip to main content

Environments

You must configure an environment for Qualiti to generate and execute tests against. Understanding how to configure and use these environments to match your testing strategy will make Qualiti's AI and tests more valuable.

Each Project needs at least one environment for tests to run against. It's common to have multiple like DEV and STAGE, but you can have as many as you'd like to fit your needs.

tip

We recommend disabling mechanisms like two-factor authentication (2FA), captchas, etc., that prevent automation in these environments. You may want to create a dedicated environment for test automation.

To add a Testing Environment, follow these steps:

  1. Click Add New on the Setup page
  2. Click on the Testing Environment radio button
  3. Enter a name
  4. Set the concurrency (default is 10)
  5. Enter the URL of the site you want to test on
info

Concurrency is the number of tests that are executed at the same time, but weaker environments, like localhost, may only be able to handle 4-6.

Use an Environment

Environments are used to tell a Test Case or Test Plan which environment to target. You can select an environment when you: