0

I need to find the code coverage metrics values for my QT based GUI code. Please suggest any tool which would allow to create a test case and generate the coverage values.

Thanks,

Nayan

  • 1
    Request of tools, tutorials, libraries or similar are off-topic in SO. Please read the following for best questions: [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – eyllanesc Aug 03 '17 at 17:55
  • I need feedback from the expert users regarding this and I feel the question is very clearly stated. – Nayan Mehta Aug 03 '17 at 18:04
  • As I said your question is not correct for OS because it is off-topic, read the link I showed you. – eyllanesc Aug 03 '17 at 18:06

1 Answers1

0

GCOV can be used to get statement and branch coverage

ref :Qt and gcov, coverage files are not generated

other tool is TUG

ref: http://pedromateo.github.io/tug_qt_unit_testing_fw/