Loading…
CppCon 2020 has ended
Wednesday, September 16 • 09:00 - 10:00
Quickly Testing Qt Desktop Applications with Approval Tests

Log in to save this to your schedule, view media, leave feedback and see who's attending!

Feedback form is now closed.
You've inherited some Qt GUI code: it's valuable, but it doesn't have tests, and it wasn't designed to be testable, so you need to start refactoring. But you can't refactor safely until the code has tests, and you can't add tests without refactoring! How can you ever break out of this loop?

The talk will review the challenges and potential sources of error that are specific to code that uses the Qt cross-platform graphical user interface library, and then describe how to guard against them.

There are many options for unit-testing Qt code, including Qt Test, Google Test and Catch. As well as covering those, and general principles for applying them, I will present a small but surprisingly effective C++11 library for applying "Approval Tests" to cross-platform Qt code.

Finally, the talk will briefly cover some other tools that can aid with inspecting and maintaining Qt code, which can in turn improve testability.

Attendees will discover some quick, practical techniques to help write unit tests and integration tests for Qt code.

Speakers
avatar for Clare Macrae

Clare Macrae

Director, Clare Macrae Consulting Ltd
Clare has worked in software development for over 30 years, and in C++ for 20 years. Since 2017, she has used her spare time to work remotely with Llewellyn Falco on [ApprovalTests.cpp](https://github.com/approvals/ApprovalTests.cpp), to radically simplify testing of legacy code... Read More →


Wednesday September 16, 2020 09:00 - 10:00 MDT
Fuzzing/Testing
  • Testing