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 can run on a continuous headless build machine (running Jenkins).
The main point is create a QQmlEngine, create a QQmlComponent for that engine, instanciate it and set a script as rootContext. This may not be the best solution but integrate well with our other Google tests core application (no QT inside our core, only C/C++). On Fri, Jun 19, 2015 at 8:47 AM, Van Looy Detlev < detlev.vanl...@student.uantwerpen.be> 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 of projects, I wanted to > try asking here if anyone is working on / knows about any projects which > could help me. > > Feel free to contact me with any relevant information which could point me > in the right direction! > > Thank you in advance, > Detlev Van Looy > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest