Adding test cases
New test cases can be added when new functions are added to a class.
For example, when a new function is added to a class, do the following to add corresponding test case:
- Open the header file of the class.
- In outline view, right click the newly added function and select Test Frameworks > Generate SymbianUnitTest Cases.... Multiple functions can be selected by holding "CTRL" key when left clicking. A window like below will pop-up:

- (Optional) Click Next to set the properties of added test cases.

- (Optional) Check the "Preview changes" checkbox, the click Next. The SUT of ITE plugin will generate dummy test cases for you to modify.


- Click Finish to apply changes.