1
4 Comments

Is there a market for a unit test generation software?

I think about writing a software that automates large parts of unit test writing.

on February 10, 2020
  1. 1

    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.

    1. 1

      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?

      1. 1

        I thought of building a tool which would scan thru the codebase and write unit tests to test out all the functionalities developed.

  2. 1

    Look into fuzz testing.