Qt Test limitations and workarounds Submitted by st on Thu, 28/05/2020 - 12:17 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, too.TestingQt | C++ Read more about Qt Test limitations and workaroundsst's blogAdd new comment3049 reads