# Manual Test Case

Turn manual effort into automation with **TestWheel**! Our **Manual Test Case** module lets you easily import your manually written test cases — either by uploading Excel sheets or pulling them directly from the **Azure** and **Jira** ticketing tool. With the power of AI, TestWheel instantly generates functional automation scripts, helping you test smarter and faster.\
\
To get Started with Manual Test Case you should select the Select the Manual Test Icon from the side menu bar in Dashboard page. Upon clicking it will direct the user to the Manual Test Page.\
\ <br>

<figure><img src="/files/pKikwA5rIFmdgGrx1dFh" alt=""><figcaption><p>Manual Test Case icon from Dashboard Page</p></figcaption></figure>

## Select Application

From the **Application** dropdown, select the application you created on the **Applications** page. The selected application should be a **Web Application**, depending on where you want to perform functional testing by importing manual test cases.

Once an application is selected, a list of available **Test Names** will be displayed in the dropdown. Selecting a **Test Name** will populate the table below with its corresponding manual test cases.\
If no **Test Names** exist for the selected application, the dropdown will remain empty. In that case, click the **Upload Test Case** button to import and load the manual test cases for the chosen application.\
\ <br>

<figure><img src="/files/4w0akSQG4CgU798z48wD" alt=""><figcaption><p>Upload Test Case Button</p></figcaption></figure>

## Excel Based Upload Test Case

In the **Excel-Based Upload Test Case** process, users must first download the sample Excel sheet provided on the screen. After entering the manual test cases into the sheet, users should upload the completed Excel file along with specifying a **Test Name**, and then click the **Upload** icon.\
Once uploaded, all the test cases from the Excel sheet will be imported into **TestWheel** and displayed in the **Manual Test Case** screen.<br>

<br>

<figure><img src="/files/7qjsThd7x0tlGjaEnooD" alt=""><figcaption></figcaption></figure>

## Azure Import Test Case

In the **Azure Import Test Case** process, users can directly import their test cases from the **Azure** **DevOps** tool into the TestWheel application to perform **functional testing**. Before starting the import process, users must configure and save their **Azure DevOps** details in the **Integration** page. To begin, select **Azure** as the import type. The system will then guide you through the following steps **Select the Board, Choose the Test Plan, Select the Test Suite, View and select the available Test Cases**. After selecting the required test cases, provide a **Test Name** and click the **Submit** button. The selected test cases will then be successfully imported and displayed on the Manual Test Case screen, where they can be used for further functional testing.\ <br>

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

## Jira Import Test Case

In the **Jira Import Test Case** process, users can directly import their test cases from the Jira tool into the **TestWheel** application to perform **functional testing**. Before starting the import process, users must **configure** and save their **Jira details** in the **Integration** page. To begin, select **Jira** as the import type. Once selected, the configured **Project Key** will be displayed. The system will then guide you through the following steps, **Select the Project, Enter the Zephyr Token, View and select the available Test Cases**. After selecting the required test cases, provide a **Test Name** and click the **Submit** button. The selected test cases will then be successfully imported and displayed on the **Manual Test Case** screen, where they can be used for further functional testing.

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

## Automate Manual Test Case

Once the user imports manual test cases using either method, clicking the **Automate** button will initiate AI processing to automatically generate the corresponding automation test scripts.\
After the scripts are successfully generated, the user will receive an email notification confirming the completion. The user can then proceed to perform **Functional Testing** by triggering the automated tests from the **Applications** page.<br>

<figure><img src="/files/nZmYdLkfPbZmfpFcdu6u" alt=""><figcaption><p>Automate Test Case Button</p></figcaption></figure>


---

# 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://docs.testwheel.com/manual-test-case.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.
