In fact, it is quite troublesome to do TDD over QML. Although Qt has
provided the Qt Quick Test module, it don't support dummydata like Qt
Quick Designer. I have tried to run tst_xxx.qml via the C++ test framework
but it can not use the TestCase object. It depends on QTestRootObject which
is a pri
Hi guys
Is there somebody which has some experiences by doing TDD with QML? How do you
mock QML components?
-Original Message-
From: Alan Alpert [mailto:4163654...@gmail.com]
Sent: Samstag, 3. Mai 2014 01:30
To: Luca Bonifacio
Subject: Re: [Interest] Project structure for multi-platfor