Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone report experiences with HWUT for unit testing?

Tags:

c

unit-testing

  • Can anyone report experiences with that HWUT tool (http://hwut.sourceforge.net)?
  • Has anyone had experiences for some longer time?
  • What about robustness?
  • Are the features like test generation, state machine walking, and Makefile generation useful?
  • What about execution speed? Any experience in larger projects?
  • How well does code coverage measurments perform?
like image 947
Frank-Rene Schäfer Avatar asked Sep 15 '15 08:09

Frank-Rene Schäfer


2 Answers

I have been using HWUT since several years for software unit testing for larger automotive infotainment projects. It is easy to use, performance is great and it does indeed cover state machine walkers, test generation and make-file generation, too. Code coverage is working well. What I really like about HWUT are the state machine walker and test generation, since they allow to create a large amount test cases in very short time. I highly recommend HWUT.

like image 97
mhammer3 Avatar answered Sep 20 '22 04:09

mhammer3


Much faster than commercial tools, which can save a lot of time for larger projects!

like image 45
Paco Avatar answered Sep 20 '22 04:09

Paco