Re: [Interest] Projects using Qt Quick Test

2015-06-19 Thread Gerry Boland
On 19/06/15 13:47, Van Looy Detlev wrote: > Hello, > > For my master thesis I am building a tool which helps with maintenance > of QML interface tests. > In order to validate my approach I am in need of (open source) projects > using Qt Quick Test. > As I am having a hard time finding these kinds

Re: [Interest] Projects using Qt Quick Test

2015-06-19 Thread Jérôme Godbout
I don't known any such framework or lib, but we have done our own along Google Test facility in C++ that create the test root engine and Qml engine. We can load any qml script and probe it with some function to validate property on objects. We also made the window display optional so those tests ca