Skip to main content

Add / Edit / Delete a Test Project

This guide will walk you through adding, editing, and deleting Test Projects in Thunders.

Written by Razi FEZZANI
Updated over 3 weeks ago

Add a Test Project

There are two ways of adding a new project

1. Navigate to Projects List

There are two ways of accessing the Projects list.

a. Through the Top-left Projects Menu

b. Through the Projects tab inside Organization Settings

2. Create New Project

Click the "Add New Project" button to start the creation process.

3. Enter Web App UR

Provide your web application's URL then click on “Analyse Website”

Thunders will use this to extract key details for Test Case generation.

Note: Mobile and API project types will be available in future releases.

4. Choose your AI / project language

→ It’s the language of the product you are testing (website, app, platform...).

  • It does not matter to Thunders, since the AI is multilingual.

  • Thunders can understand and interact with applications in any language.

👉 More détails available in this documentation

6. Create your Project

Click on “Create your Project” to finalize your Test Project creation.

Edit a Test Project

To modify your Test Project settings:

  1. Locate the project settings button in the sidebar

  2. Click to open the project settings view

  3. Update the desired project details (General, Configuration, Page load settings, Variables)

  4. Click on save

Project Variables

Project Variables allow you to define credentials and variables at the project level. These values will be available across all environments in the project.

To manage Project Variables:

  1. Open the Project Settings from the sidebar

  2. Navigate to the Variables tab

  3. In this tab, you can manage two types of variables:

Project Credentials

Define sensitive values as project credentials and reference them in your tests using [CREDENTIAL_KEY] to insert the value you saved securely.

  • Click Add Credentials to add a new credential

  • Enter the credential key (uppercase letters, numbers, and underscores only) and its secret value

  • Click Save Changes

Project Variables (Static)

Set a project variable once, then call it in your tests using [VARIABLE_KEY] to insert the saved value automatically.

  • Click Add Variables to add a new variable

  • Enter the variable key (uppercase letters, numbers, and underscores only) and its value

  • Click Save Changes

Note: Environment-specific variables will override project-level variables when they share the same key. This allows you to set default values at the project level and customize them per environment as needed.

Delete a Test Project

To remove a Test Project from your workspace:

  1. Click the project settings button in the sidebar of the project.

  2. Locate the delete button in the bottom left corner

  3. Click the delete button

  4. Confirm deletion in the popup by clicking "Delete"

Did this answer your question?