QtCS2017 UnitTesting: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 15:20, 9 October 2017


  • 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)