Creating STF project
To create an STF project, in Carbide do the following:
- Select File > New > Other.
- Select Carbide Extensions > Test Frameworks > Symbian Test Framework and click Next, as shown below:

- Set the project name, path and builder, and click Next, as shown below:

- Select one or more Symbian SDKs to be used as the build configuration, as shown below:

- Set the test class properties:

then click Next.
- Define the test classes and methods. You can Add, Edit, or Delete them, or Bind them with headers or libraries:

Add method:

Edit method:

Delete method:

Bind:

- Click Finish.
The test class is created and can be viewed in the Project Explorer.
Creating test class
To create an STF test class for an existing project, right-click the project, then select Test Frameworks > Generate STF Class.... Then follow steps 3 to 7 shown above to finish the creation.
Related concepts