GurleenKor/RAGTestCaseGenerator ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple app that lets me upload one or more requirement documents and then generates useful test cases from them.
I want it to read the document, pull out the relevant requirements, and create clear test cases for each part of the spec. The output should include positive, negative, boundary, and edge case scenarios, and it should stay grounded in the document instead of making things up.
Please make it feel like a QA helper for people who do requirement based testing, so the results are easy to review and trace back to the source text. If it needs current library or API details, look them up online and use the best modern approach. I’d like the whole flow to be simple, upload a file, get back well organized test cases, and be able to use it on changing requirements without a lot of manual work.
Are you gonna build this?
make sure you review the code using coderabbit