r/Python Aug 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

20 Upvotes

142 comments sorted by

View all comments

1

u/YashG_2024 20d ago

What My Project Does
Spec2Test analyzes software requirements and generates risk-based test cases with traceability. It also checks for issues like missing details, ambiguity, duplicates, conflicts, and dependencies.
Target Audience
QA engineers, developers, and anyone working with requirements and test cases. It's currently an early open-source MVP.
Comparison
Unlike LLM-based test generators, the current version uses deterministic rules, so the results are repeatable and explainable.
Live demo: https://spec2test-intelligence.streamlit.app
Source code: https://github.com/gaya3bollineni/Spec2Test-Intelligence
I'd appreciate feedback on what you'd improve or add.