✍️Manual Test Case

This Page Describes about the Manual Testing Module in TestWheel application

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 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.

Manual Test Case icon from Dashboard Page

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.

Upload Test Case Button

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.

Excel Based Upload Screen

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. To begin, users must enter their Azure DevOps URL along with their Personal Access Token (PAT). By clicking the Validate button, TestWheel will fetch all the manual test cases associated with the user. After validation, clicking the Upload button will import the selected test cases, which will then be displayed on the Manual Test Case screen.

Azure Import Screen

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.

Automate Test Case Button

Last updated