Re: [Interest] FW: TDD in QML

2014-05-05 Thread Ben Lau
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

[Interest] FW: TDD in QML

2014-05-04 Thread Luca Bonifacio
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