It is not just with Visual Basic, ANY language you have to test.
Why?
The software lifecycle is never complete. Consider that all your users of your software are stupid, they will break your program. You have to ensure that your program can handle stupidity.
Also, if your program relies on any outside influences (for instance: if your program reads data from an XML file) what if the author of that xml file changes the nodes?
|