Convert Manual Test Case → Automation Skeleton
convert-manual-to-automationConverts manual test cases into Appium, Java, and TestNG automation scripts following Page Object Model architecture. Provide the feature navigation path and manual test steps to generate structured automation code.
Instructions
Converts manual test cases into well-structured Appium + Java + TestNG automation scripts following POM architecture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| existingCode | No | Existing automation code for context (optional). Paste any relevant Page Objects, BaseTest, or utility classes. | |
| manualTestCase | Yes | The manual test case(s) to convert into automation code | |
| featureNavigation | Yes | Navigation path from Calendar Tab to the feature entry point, e.g. 'Calendar Tab → Settings → Notifications → Feature Starts' |