Noeud:Designing a Test Suite, Noeud « Next »:, Noeud « Previous »:Why write tests?, Noeud « Up »:Software Testing with Autotest



Designing a Test Suite

Any experienced programmer knows her job stretches much further than merely typing instructions in a programming language. Just as programmers need pressure and experience to appreciate the importance of documenting their code, they need to be educated about the importance of testing. Writing tests is usually considered as a waste of time, and sometimes even a loss of "productivity".

Unfortunately, most test suites are often simply shell scripts written by hand, which is indeed not very "productive". There exist a few testing frameworks that ease the maintenance, in particular Autotest. They make it possible to design a test suite.