Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
1
Like
4
Comments
Is there a market for a unit test generation software?
by
appaxx
I think about writing a software that automates large parts of unit test writing.
I had a same idea in my mind sometime back but somehow went with the other one from my list of ideas.
I believe lot of developers out there aren't interested in writing unit tests. I think this would be a good addition to their toolset.
Thanks for giving your thoughts on this :) I think of a product where you can build unit tests only by selecting the input and the asserts and it returns you the tests for a specific language and framework. Lots of work but doable. What was your approach?
I thought of building a tool which would scan thru the codebase and write unit tests to test out all the functionalities developed.
Look into fuzz testing.