Re: Understanding of simpletest utility



Since you are moving toward Tcl, you should investigate DejaGNU, which
is an extension based on the Expect extension. I used it years ago to
design tests for our Telecom API.

1) Get familiar with Tcl;
2) Look at Expect - which is strongly recommended for command
line-driven processes.
3) DejaGNU adds a test reporting/recording mechanism around Expect.

Good Luck.

.


Quantcast