-
Testing
Hello gurus,
I have a made project using VB 6.0 and Access 2000. All coding is done.
How do you test the project. Is there any tools. I am right now testing, by giving different types of data at different times and testing.
Any others are there?
Thanks for any suggestions/tools.
Regards,
Shivakumar G.M.
-
Re: Testing
Hello,
What I tend to do is test individual modules starting from the highest and working down to the lowest. The benefit is that if there is a problem in a lower level module then you can assume it is not in one of the functions it is calling as these have been tested previously.
Andrew
-
Re: Testing
Hello gurus,
This is fine, but I would like to know if there is any free testing tool, because many of times, I've heard, there is such a tool, but I have not used it. If anyone knows, please help out.
Regards,
Shivakumar G.M.
-
Re: Testing
Hello,
I don't think there will be any free tools out there that you will be able to use - simply because each and every program is of varying levels of complexity and one generic program could not test all of these.
You could write your own test programs, but then you have to make sure that the test program works by testing it :-)
-
Re: Testing
Thanks for ur suggestion
Regards,
Shivakumar G.M.