# Application Data

Users can access the Application Data page by selecting the Application Data icon located on the TestWheel Dashboard page

![Application Data](https://docs.testwheel.com/application-data/images/applnData_Dashboard.png)

### **Selecting Application** <a href="#selecting-application" id="selecting-application"></a>

Upon clicking the Application Data icon on the dashboard, users will be directed to the Application Data page. Here, they can choose the desired Application from the dropdown list of web applications and click on the View button to load the Application data page.

![Application Data](https://docs.testwheel.com/application-data/images/applnData_slctAppln.png)

### **Creating the First Test Data** <a href="#creating-the-first-test-data" id="creating-the-first-test-data"></a>

Upon clicking the *View* button, Application Data page will be Loaded with Four New Tabs listed bleow.

## **1. Authenticaton** <a href="#id-1-authenticaton" id="id-1-authenticaton"></a>

Within the Authentication Tab, users are required to specify the Environment of the application to be tested using the dropdown menu. Additionally, they must input the Target Test URL into the designated URL input box. To proceed to the next tab, UI Property, users should click on the Next button.

<figure><img src="https://docs.testwheel.com/application-data/images/applnData_Auth.png" alt=""><figcaption></figcaption></figure>

## **2. UI Property** <a href="#id-2-ui-property" id="id-2-ui-property"></a>

Within the UI Property tab, users should select the Add New button to create a new test case. Upon clicking, they will be prompted to input the Data Sheet Name into the provided input box. Subsequently, users should proceed to fill in the UI Property Table below.

* Enter the property name
* Select the type of locator
* &#x20;Enter the value of the locator
* Select the Selenium Action
* Enter the ID value
* Enter the Description
* Enter the Expected result
* Enter the Pass Result
* Enter the Fail Result

<figure><img src="https://docs.testwheel.com/application-data/images/applnData_UIProp.PNG" alt=""><figcaption></figcaption></figure>

After filling the table click on the Submit Button to save your UI Property Data with TestWheel and click on the Next button to enter Test Scenario Data

## **3. Test Scenario Details** <a href="#id-3-test-scenario-details" id="id-3-test-scenario-details"></a>

In the Test Scenario tab, users are required to input the Test Scenario Data by selecting the Add New button. Upon clicking, they should choose the previously entered Data Sheet Name from the UI Property page, then select the appropriate Sheet Name and input the Data Table Name. Users should also indicate their preference regarding running the scenario by selecting the appropriate radio button for the Run Switch choosing Yes to run the scenario or No otherwise. Finally, users can save the data in TestWheel by clicking the Submit button.

<figure><img src="https://docs.testwheel.com/application-data/images/applnData_TestScenario.PNG" alt=""><figcaption></figcaption></figure>

## **4. User Data** <a href="#id-4-user-data" id="id-4-user-data"></a>

In User Data tab, user should select the Scenario ID from the Test Scenario drop down and select the Data Set from the drop down and Enter the Scenario data in the first table and Test Object Name and Test Object Value in the second table.

<figure><img src="https://docs.testwheel.com/application-data/images/applnData_UserData.PNG" alt=""><figcaption></figcaption></figure>

### **Editing the Uploaded Test Data** <a href="#editing-the-uploaded-test-data" id="editing-the-uploaded-test-data"></a>

User can use Application Data to perform Edit and Delete opertaions for the uploaded Excel documents for respective applications and Trigger the Test from Application page


---

# 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/application-data.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.
