> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testgenai.com/llms.txt
> Use this file to discover all available pages before exploring further.

> TestGenAI lets you manage multiple projects, each with its own test case configuration. This guide will show you how to create a new project, customize its settings, and manage your existing projects.

# Project

## 1. Create a New Project

You can create a new project in two ways:

### Option 1: From Project Dropdown

1. **Hover over the current project name** at the top-left of the sidebar to reveal the dropdown arrow.
2. Click the **down arrow icon** to open the project list.
3. Select **Create new project** from the dropdown.

<img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/01.project-lists.png?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=3ecea2c3e4b4b28c4010b544da145fd1" alt="Create new project from dropdown" title="" style={{ width:"52%" }} width="712" height="666" data-path="01.project-lists.png" />

### Option 2: From Project List

1. Click **View all Projects** in the sidebar to open the projects overview.
2. Click the **New Project** button to start creating a new project.

<img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/Projects.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=af60a12f54f44a4a1aaf8cf54511045f" alt="Projects Jp" width="1814" height="791" data-path="images/Projects.jpg" />

***

## 2. Project Setup Fields

### 2.1. Basic Information

Fill out the following fields in the **Create a new project** form:

* **Name** (required):\
  The project’s name.
* **Description** (optional):\
  Describe the project to help AI understand the context (e.g., “A CRM system for sales teams...”).
* **Test cases Languages:**\
  Select one or more languages for test case generation. The first language selected will be the default.

<img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/02.create-projects-01.png?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=2b1ee6411fb28bb12636e23ed670d6c4" alt="New project form - basic info" width="2400" height="2336" data-path="02.create-projects-01.png" />

<img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/02.create-projects-02.png?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=3072b3ade6fc98ab8a296bae5ea2a696" alt="02 Create Projects 02 Pn" width="1868" height="3032" data-path="images/02.create-projects-02.png" />

### 2.2. Advanced Settings

Expand **Advanced Settings** to configure how AI generates your test cases. If you do not configure these settings, the default configuration will be used.

#### a. Writing Style & Tone

* Define the writing style, tone, and language for your test cases.
* Use templates, default, or specify your own preferences.

#### b. Test Coverage Strategy

* Specify which types of testing to cover (e.g., UI Testing, Functional Testing, Data Validation).
* Use templates or write a custom strategy.

#### c. Priority Levels

Set criteria for four priority levels:

* **Critical Priority**: What makes a test case critical?
* **High Priority**
* **Medium Priority**
* **Low Priority**

For each level, describe when a test case should be assigned that priority.

#### d. Exclusion Rules

* Define what should **not** be tested (features to skip, cases to exclude, etc.).
* AI will avoid generating test cases for these.

#### e. Test Steps Detail Level

* Specify how detailed the test steps should be (high-level steps or fine-grained instructions).

Once all required and any desired optional fields are complete, click **Create** to add your new project.

## 3. Viewing and Managing Projects

* Click **View all Projects** in the sidebar to see all your projects.
* For each project card, click the three-dot menu (**...**) to:
  * **Rename** the project
  * Access **Settings** to edit configurations at any time
  * **Delete Project** if no longer needed

<img src="https://mintcdn.com/xbirds/WPpcbVAOl1-n98YT/project-options.png?fit=max&auto=format&n=WPpcbVAOl1-n98YT&q=85&s=c8a4efb8ce9acbb5bdae6d90716c3f63" alt="Project management actions" width="1906" height="732" data-path="project-options.png" />

You can always revisit and **edit** your project’s settings to adapt as your requirements evolve.

> **Tip:**\
> Customize advanced settings for the best AI-generated test cases. You can update project settings anytime.

<Warning>
  **Impact Notice**

  The updated settings will only apply to new features created after this change

  When regenerating existing features, new settings will apply, but previous test cases will remain unchanged
</Warning>

***
