Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt Unit test framework
Qt 6.11 is out! See what's new in the release blog

Qt Unit test framework

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 533 Views 2 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.
  • A Offline
    A Offline
    AnujKumar
    wrote on last edited by
    #1

    Hi, We are developing a QT QML project for the Boot2Qt 6.2.1 Toradex Verdin-iMX8MP tool chain and the code will run on a board loaded with embedded linux. Our code has QML based GUI and QT C++ backend to control the embedded peripherals (ADC, DAC, PWM, Motors etc). We need to use QT's unit test framework to test the front end QML GUI and backend QT C++ code. I found there are 2 QT Unit test frameworks 1. QT Test 2. Qt Quick Test. Please suggest which one to use to test the GUI and backend. Please also share some tutorial/blog links to use the framework as I am the beginner.

    Thanks,
    Anuj

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

      Qt test is for the C++ part, Qt Quick test is for QML.

      You can also use external tools for unit testing (google test, squish).

      (Z(:^

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        In addition to what @sierdzio wrote, Qt's documentation for each module gives you examples to get you started.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

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