Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Find what you need - explore our website and developer resources
18 October 2022
When you make larger changes to your code base, you likely want to validate there are no side effects.
Unit testing the complete code base is of course the golden standard, but somewhat unrealistic in most cases.
The next best is a comprehensive set of Squish test cases, but when you are about to make a large change to your application, your focus might likely not be towards building that.
A solution that comes from the box "better than nothing" is to run your original and modified applications side by side and comparing them.
For that I create a small application which makes it easy to take a screenshot of each and compares them.
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv/tree/master/Qt-Widgets-and-more/screenshot-comparison
All QML tips and tricks videos : https://www.youtube.com/playlist?list=PL6CJYn40gN6jWHP5krsQrVGyYtKh3A3be
All Qt Widgets and more videos:
https://www.youtube.com/playlist?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Upgrade your applications from Qt 5 to Qt 6 with KDAB’s migration services. Get a free migration assessment and join a hands-on workshop to prepare your team for a successful transition!
Learn more