QT/QML Testing
Solved
QML and Qt Quick
-
Hi everyone,
I need help in testing the qt/qml codes. So i want some clarity like "Which testing mechanism shall i use"? QTest or GTest or any other type of testing.
I am well aware of Qtest but i am not sure about gtest. Which is the best testing mechanism and why should i go for it? -
You won't be able to test QML code with Google test suite. You can only do it with QTest module or an external test suite like Squish.
-
You won't be able to test QML code with Google test suite. You can only do it with QTest module or an external test suite like Squish.
@sierdzio And how about Boost Test???
-
I don't know it but I don't suppose it will allow you to test QML. It is a different language, after all.