CHAPTER 16Unit Testing

With software complexity on the rise and development schedules tightening all the time, developers are constantly seeking out new ways to more efficiently create and develop their applications. Because testing tends to be a task that consumes vast amounts of the allotted schedule, it shouldn't come as a surprise that considerable thought has been put into how to streamline the testing process.

One commonplace strategy that has arisen as a result of this work is known as unit testing, which is about testing all sections of a project independently to ensure that they work according to specification. When putting the parts together, you will know that each section works as expected, making the final testing and debugging ...

Get Foundations of Qt Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.