Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QT/QML Testing
QtWS25 Last Chance

QT/QML Testing

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 405 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    QtQmlLearner
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      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.

      (Z(:^

      Q 1 Reply Last reply
      3
      • sierdzioS sierdzio

        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.

        Q Offline
        Q Offline
        QtQmlLearner
        wrote on last edited by
        #3

        @sierdzio And how about Boost Test???

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          I don't know it but I don't suppose it will allow you to test QML. It is a different language, after all.

          (Z(:^

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved