??? 12/12/06 11:04 Read: times |
#129330 - Automation can help Responding to: ???'s previous message |
Erik Malund said:
Just try this mental experiment:
You have created something that 'works', but will fail if interrupt b happens while interrupt a is executing lines 47 thru 49 and interrupt a happened while the main was executing lines 333 thru 334 in module y. NOW, write a testing procedure that will catch such a bug That is exactly where automated "testing" can help - it may well be the only way to reliably generate that specific set of stimuli Of course it won't be easy, and the necessary equipment won't be cheap... |