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)