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
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
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