CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Testing

  1. #1
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    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.


  2. #2
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    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


  3. #3
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    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.


  4. #4
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    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 :-)


  5. #5
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: Testing

    Thanks for ur suggestion

    Regards,
    Shivakumar G.M.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured