<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with test-automation]]></title><description><![CDATA[A list of topics that have been tagged with test-automation]]></description><link>https://forum.qt.io/tags/test-automation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 23:55:40 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/test-automation.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[QTester - automation for qt quick]]></title><description><![CDATA[<p dir="auto">I have been building a test automation tool for Qt Quick applications and it is now available. Posting here in case it is useful to anyone doing GUI test automation on Qt.</p>
<p dir="auto">What it does<br />
Record user interactions against a running Qt Quick application and replay them as tests. Alongside the UI layer it also exposes the C++ backend: reading and writing Q_PROPERTY values, invoking Q_INVOKABLE methods. Tests come out as Python, so they are editable and reviewable like any other code rather than locked in a proprietary format. Runs headless for CI, and produces HTML reports.</p>
<p dir="auto">How it works<br />
The target application links a static library which opens a TCP listener, and the recorder and test runner connect to that. No runtime injection. That means adding a line to your build, but it works on statically linked and hardened embedded targets where injection-based approaches tend to fall over.</p>
<p dir="auto">Not in yet<br />
Drag and drop recording and playback, and screenshot capture on failure. Both are planned.</p>
<p dir="auto">More information at <a href="https://qtester.eu" target="_blank" rel="noopener noreferrer nofollow ugc">https://qtester.eu</a><br />
Happy to answer technical questions here.</p>
]]></description><link>https://forum.qt.io/topic/164923/qtester-automation-for-qt-quick</link><guid isPermaLink="true">https://forum.qt.io/topic/164923/qtester-automation-for-qt-quick</guid><dc:creator><![CDATA[dragosm]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>