Thursday, October 8, 2009

Interesting testing

QTestLib is a framework provided by Nokia to create unit tests for applications developed using Qt.

It's a lightweight library, with several features like test initialization and cleanup, benchmarking and data driven testing. One thing it provides I found very useful it's the ability to simulate GUI events, both clicking a sequence of keys or generating mouse events (clicking, double clicking, moving) .