Component Testing for C
When you first create Component Testing for C test node with the Component Testing Wizard, Test RealTime produces a .ptu test script template based on the source under test.
To write the test script, you can use the Text Editor provided with Test RealTime.
Component Testing for C uses the C Test Script Language. Full reference information for this language is provided in the Reference section.
To learn about |
See |
Basic .ptu test script instructions |
|
Initializing and testing variable values |
|
Simulating stub functions |
|
Catching exceptions |
|
Other specific C testing notions |
Related Topics