Running the test cases
You can run test cases on a Symbian OS emulator from the Carbide.c++ environment.
To run the test cases, do the following:
- In Project Explorer, select the project you want to work with.
- On the main toolbar of Carbide, click Build to build your project for the target configuration.
- Then click Run to start the emulator.
- To run the test case, do either of the following:
- Start the Symbian Eshell application under the Installations menu.
- Launch STIF UI application in S60 releases, from the following location: \s60\tools\commontools\stifui. For more information, see S60 STIF UI User's Guide in the tool's directory.
- The test will pass by default.
Example of a test case run in EShell
This example illustrates how test cases are run using the EShell application.
- Start the Symbian Eshell application.
- Give the
consoleui
command.
- Select Case menu and press Enter (or the right arrow button).
- Select Start new case and press Enter (or the right arrow button).
The test cases you created in Carbide are listed in the view. In this example, startRecordingCase01TestL, startRecordingCase02TestL, and so on.
- To run the test cases, press Enter (or the right arrow button).

- The test cases will pass.