Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

QtCS2017 UnitTesting

From Qt Wiki
Jump to navigation Jump to search


  • Running tests
    • Assuming synchroneous
    • QWaitFor, QWaitForWindowActive etc. are used a lot, sometimes perhaps with little understanding?
      • Specific to UI testing
      • Need to handle asynchroneous behaviour better
      • Use (more) mocks?
  • Testing framework (used for Qt development)