qmlbook / qt6book

The Qt 6 Book - A book about QML
https://www.qt.io/product/qt6/qml-book
Other
347 stars 113 forks source link

Missing QML Unit Test chapter #206

Open Daguerreo opened 2 years ago

Daguerreo commented 2 years ago

The book is great but is completely missing how to deal with QML unit test though.

The documentation has some examples but they are too basic and difficult to extend to a little more complex situation (eg: testing an input field with a validator has not been trivial to do just following the documentation)