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
Forum Updated to NodeBB v4.3 + New Features

QT/QML Testing

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 424 Views 1 Watching
  • 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 24 Jan 2020, 03:23 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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 24 Jan 2020, 06:43 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 24 Jan 2020, 07:13
      3
      • S sierdzio
        24 Jan 2020, 06:43

        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 24 Jan 2020, 07:13 last edited by
        #3

        @sierdzio And how about Boost Test???

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 24 Jan 2020, 07:35 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

          2/4

          24 Jan 2020, 06:43

          • Login

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