# Create New Scenarios

***“Create New Scenarios”*** directs the user to the screen where a new scenario definition is made in the system.

The following steps are followed to create a new scenario;

1. Select a project from the main Plans screen.

<figure><img src="/files/VsAed7zYT4gloIkHAizb" alt=""><figcaption></figcaption></figure>

2. Click the ***Create New Scenario*** button.

<figure><img src="/files/XNkdm8aDez3ZIMsLYvmA" alt=""><figcaption></figcaption></figure>

3. a. Enter the following fields on the Test Scenario Form screen;

* Project Name (selected from main Scenarios page)
* Scenario Name
* Description
* Expected Result
* Test Steps
* Group Name
* Repository URL (Whichever link will be used for the test code, that value is entered.)
* Source File (Which test code to run is selected here.)
* System Parameters (Whichever parameter will be added, those values should be entered.)
* Max Execution Time
* Enabled

<figure><img src="/files/C4AUxszAmENaNMJExfol" alt=""><figcaption><p>Test Scenario Form 1</p></figcaption></figure>

<figure><img src="/files/YhrjkdOIhikbSbCoZ5yT" alt=""><figcaption><p>Test Scenario Form 3</p></figcaption></figure>

b. Enter the test steps one by one in the ***Test Steps*** field and click the Add button.

![](/files/5Cm7bBiY6WVHfWdISdw3)

c. Enter the related values one by one in the ***System Parameters*** field and click the Add button. Added values can be deleted and edited.

![](/files/bMoifm8zw6j3JMBGYBCB)

4. a. Click the ***Save*** button to save the scenario.                                                                             b. Click the ***Cancel*** button to cancel the scenario definition process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testinium.gitbook.io/testinium-enterprise/scenarios/scenarios/create-new-scenarios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
