Cpp Unit Plugin for QT creator
Unsolved
General and Desktop
-
Hi,
I want to unit test my classes for my application
I want to use Cpp Unit framework to test the classes of application developed.
I developed my GUI Application using the QT Framework.
Can anyone help me how to install it on Windows platform and use cpp unit framework for unit testing ?
Is there any plugin or package is there for Cpp unit for Qt framework?Thanks
Ayush -
Hi and welcome to devnet,
Since you are using Qt for your application, why not use the QtTest module ?