In the previous sections and their corresponding examples, we saw some simple testing cases and solved them using the Qt Test functions. We learned about data-driven and GUI testing, and how to combine both to replay GUI events and perform more complicated GUI tests. The same approaches that we learned in each case, can be further extended to apply to much more complex test cases. What we'll learn in this section is making sure tests are performed automatically when we build a project. Of course, depending on the time it takes for the test and our preferences, we may want to easily skip automatic testing temporarily, but, ultimately, we will need our tests to be easily performed when we build our projects. To be able to ...
testcase projects
Get Computer Vision with OpenCV 3 and Qt5 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.