AutoManual TestCase Generator
📌 Overview
AutoManual TestCase Generator is a VS Code extension that automatically generates manual test cases while you interact with a website.
It captures user actions (navigation, clicks, inputs, form submissions, etc.) and converts them into structured test case steps — ready for QA documentation.
No more writing test cases manually in Excel/Docs! 🚀
✨ Features
- 🌐 Embedded Browser (Playwright-powered) – Navigate websites inside VS Code.
- 📝 Automatic Test Case Capture – Every action generates a manual test case.
- 📊 Modern Test Case Table – View, filter, and edit test cases inside VS Code.
- 📂 Export Options – Save test cases to CSV / Excel.
- 🎨 Clean UI – Dark/Light mode support with modern design.
- ⚡ Supported Actions:
- Navigation (page load)
- Clicks (buttons, links, elements)
- Form Inputs (text fields, passwords)
- Dropdown selections
- Checkbox & Radio buttons
- Hover / Tooltip triggers
- File uploads
- Form submissions
- Scroll actions
- Alerts / Popups
- Keyboard shortcuts / keypresses
- Drag & Drop actions
🚀 Getting Started
1. Install Extension
- Search for AutoManual TestCase Generator in VS Code Marketplace.
- Launch
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
Select “Start Manual Test Case Generator”.
- Use
A side panel opens with a browser + test case table.
Navigate your target site, perform actions.
Test cases are generated live in the table.
- Export
Edit “Expected Output” or “Actual Output” fields as needed.
Export to CSV / pdf with one click.