Click to See Complete Forum and Search --> : Testing


Shiv Kumar G.M.
October 22nd, 2001, 06:05 AM
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.

Andrew_Fryer
October 22nd, 2001, 06:56 AM
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

Shiv Kumar G.M.
October 22nd, 2001, 11:01 PM
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.

Andrew_Fryer
October 23rd, 2001, 02:07 AM
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 :-)

Shiv Kumar G.M.
October 23rd, 2001, 05:39 AM
Thanks for ur suggestion

Regards,
Shivakumar G.M.