QtCS2017 UnitTesting

From Qt Wiki
Revision as of 15:20, 9 October 2017 by Fredrik de Vibe (talk | contribs) (Created page with "* QTestLib has some legacy ** Need to use a class for test functions ** QASSERT and QCOMPARE all over, but little description ** Written with various flavours of QTestLib ** h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)