Meeting 14: Integration Testing

Today we will take a look at integration testing and QtTest.

Links:

Exercise 14: Qt Testing

GitHub Invitation URL: exercise14

Steps:

  1. Clone the assignment for today after accepting the GitHub invitation at the link above. The repository contains five files:
  1. Build and run your application. Manually test that when the button is clicked the radio button toggles on/off.

  2. Add a code to test_toggle_widget.cpp to test that when the button is clicked the radio button toggles on/off.

  3. Run your tests and check they pass.

  4. Now, use git to commit the source files changed to the local repository.

  5. Finally, use git push to synchronize the repository with that on GitHub.

You have completed the Exercise.