Description: Everyone who uses JUnitTesting knows about the "green bar". Qt has great possibilietes for Unit Testing but i missed the green bar. If you want to know more about Unit Testing in Qt take a look at: http://doc.trolltech.com/4.2/qtestlib-manual.html and http://doc.trolltech.com/4.2/qtestlib-tutorial.html
INSTALL: qmake (from qt 4, in (k)ubuntu for example qmake-qt4) make as root: make install (or checkinstall)
USAGE: Write your testclass and compile it. Start the program and click on Choose test Binary... Choose the compiled binary. Select options and tests to run Click on start.Last changelog:
v 0.1 --initial release
v0.2 - Possibility to use options - Select test(s) to run
Ratings & Comments
0 Comments