Hello all,
Is there any SW to generate unit tests in C and embedded applications? The reason I am asking is that my boss told me he heard from someone that "You need a tool to analyze the code and create 80% of all relevant testcases automatically, the remaining 20% you use all your time and focus on", else it would take "too much time".
I am very skeptic about this statement and can't see clearly what kind of tests that could be auto generated and if they would be any good at all.
I can, however, see that it would be possible to generate interface unit tests automatically for the API:s.
So can someone enlighten me on this issue?