Lancelot Graphics Testing: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(The Lancelot system for regression testing of Qt graphics rendering)
 
No edit summary
Line 1: Line 1:
[[Category:Developing_Qt::QA]]


TBW
The Lancelot system is an extension of the QTest unit test framework. Its purpose is to help catch regressions in Qt's graphics rendering. It facilitates rendering a suite of test scenes, and comparing the produced output images with the images produced from a previous rendering run. When differences are detected, a simple web-based report is generated. The report shows the produced "before" and "after" images, and highlights the differences.

Revision as of 12:46, 8 November 2017


The Lancelot system is an extension of the QTest unit test framework. Its purpose is to help catch regressions in Qt's graphics rendering. It facilitates rendering a suite of test scenes, and comparing the produced output images with the images produced from a previous rendering run. When differences are detected, a simple web-based report is generated. The report shows the produced "before" and "after" images, and highlights the differences.