Running Test Suites and Test Cases

A test suite allows you to run all the test cases within it at one go, instead of having to run each individual test case separately. Running a test case means playing the user event sequence within it.

To run a test case or test suite:

  1. Start your application on the Emulator or a target device.
  2. Open the manifest.mf file of the project.
  3. Select the test case or suite you want to play.
  4. In the toolbar, click Play.

Where to Go Next