QT/QML Testing
-
wrote on 24 Jan 2020, 03:23 last edited by
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.
wrote on 24 Jan 2020, 07:13 last edited by@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.
2/4