Qt Test limitations and workarounds
Pros and cons
Why use Qt Test for unit testing and TDD (test-driven development)?
- small testing framework (about 6K lines of source code);
- seamless integration with QtCreator development environment;
- full support of Qt framework including classes/types and signal/slots;
- simple to start and use.
However, there are some drawbacks …