Design
baksaas.asc
Associated article: Computer-Aided Software Testing
Tags: Tools Design
_COMPUTER-AIDED SOFTWARE TESTING_
by Birger Baksaas
[Listing One]
void APPstoreMainID(Widget W, /* I: Widget of MainWindow */
char *ProcessName) /* I: Name of the property */
{
/* Code to initialization the test system within the application. Stores
the Main Widget window ID as a ...


