Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QML Code Coverage Analysis

Tags:

qt-quick

qml

Are there any tools for performing code coverage analysis on QML code? Is such a question even applicable to a declarative language like QML?

like image 533
Paul Carlisle Avatar asked Feb 10 '14 17:02

Paul Carlisle


1 Answers

There was a talk recently on QtCon about C++ and QML code coverage. https://conf.qtcon.org/en/qtcon/public/events/407 (Open the page and click on video link to watch)

The talk was by Harri Porten who is co-founder and co-CEO of froglogic GmbH, a company which sells automated GUI testing tools. They also have a blog post about QML code coverage http://blog.froglogic.com/2014/10/measuring-qml-coverage/

like image 183
psyched Avatar answered Oct 12 '22 23:10

psyched