CPSC270A
Software Eng & Project Design

Activity 18

Test Count App

Create integration tests for the count app.

Details

The app should build off of the app from a previous activities that used state to count button presses by adding the following:

  1. a file that instuments the app.

  2. a file that runs tests for the count text including:

    1. the count initially being 0.

    2. the count being 1 after a single tap

    3. the count being 2 after two taps.