PDA

View Full Version : GUI Test Runner for CppUnit



3dch
17th September 2006, 12:38
New GUI test runner for CppUnit test case execution. Is a derivative of the
QtTestRunner (http://cppunit.sourceforge.net/cppunit-wiki/QtTestRunner) but with an enhanced user interface and based on Qt4 model/view framework. Download from http://qxrunner.systest.ch/

jacek
17th September 2006, 15:09
Looks nice. Can it work also with QTestLib?

3dch
17th September 2006, 17:07
Could be the next improvement!

Next steps will be to privide qmake files so library creation from the command line is supported. Hope to have this finished in a few days.

Ernst

vinay@ishnatek.com
9th August 2011, 09:36
Hello friends, i am new to Qt. I am working on unit testing. Can somebody please help me in GUI unit testing. I couldn't find sample programs. I want to keep test case separate from source code files.

rajesh41
20th September 2011, 13:28
hello

A developer is much more likely to run a test that has encapsulated how to set up and test a report than he is to launch the application by hand and try to track down who knows how to do that particular test.