<div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-rss"><div class="field-items"><div class="field-item even">
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.
H
Weiterlesen...