AmolMagar2000/AI-Powered-Test-Case-Generator ? reverse-engineered prompt

Reverse engineered prompt

Build me a clean Streamlit app for QA teams that can generate test cases from a user story or requirements, and also turn selected test cases into Selenium automation code in Java with TestNG.

I want two main parts in the app, one for creating and managing test cases, and one for generating automation code. Let users add test cases manually, or paste a requirement and have AI create several good test cases with priority, steps, expected results, and preconditions. It should also let me select multiple test cases, edit or delete them, and export everything to Excel.

For the automation part, I want it to take the selected test cases and generate production ready Java Selenium code, either as one combined test class or separate test files, and package the result as a ZIP download. Support simple file uploads like PDFs, Word docs, spreadsheets, and images for context. Use Gemini through an API key from the environment, and make the UI look modern and easy to use. If you need current library details, look up the latest docs online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab