Wednesday 16 August 2017

TrafficControl: Some Resources on qTest/Google Test

Qt Applications are normally tested with Google Test plugin or Qt Test. I should learn to master handle both of them.

Qt Test:
There is some official documentation:
http://doc.qt.io/qtcreator/creator-autotest.html
http://doc.qt.io/qt-5/qtest-tutorial.html
http://doc.qt.io/qt-5/qtest-overview.html

Also, there are some blog posts:
http://imaginativethinking.ca/qtest-101-writing-unittests-qt-application/

An old but useful video from the 2010 dev days and also some Qt videos below:







Google Test
I need to learn Google Test and Google Mock Test

The documentation on the Git repo is very useful.

Christian Adam has provided a blog post covering background and a example of setting up a simple test.

Further, a slideshow from a webinar can be found here.

No comments:

Post a Comment