Component Testing for C
This section covers some of the more complex notions behind Component Testing for C.
To learn about |
See |
Macro definition conditions |
|
Testing the main() function of C programs |
|
Initializing and testing pointer variables |
Initializing Pointer Variables while Preserving the Pointed Value |
Testing pointers against structure elements which are also pointers |
|
Working around the ambiguity of the C language between arrays and pointers |
|
Writing cleaner .ptu test scripts |
|
Using SERVICES and FAMILY statements. |