How to test Vb.net application?

  • Thread starter Thread starter thirumalairajan
  • Start date Start date
T

thirumalairajan

Dear friends,

I am in a testing team. I have to test a VB.net (Visual studio 2005)
application.

How can I test it?.

Is there any tools available? Please give me an immediate solution.

regards,
Thirumalai
 
your question is kind of vague here. What are you testing for?
Effeciency? Speed? What does the app do? Is it an web app or a windows
forms app? you test asp.net projects different than you test a windows
forms app.

please provide some more details.

thank you

dkode
 
Do whatever you're not supposed to do. The programmer generally thinks in
terms of what the app is supposed to do, and how the user is supposed to use
it. Most errors occur as a result of a programmer not anticipating the
eventuality that some moron will do everything wrong. A good app handles
this gracefully.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
We got a sick zebra a hat,
you ultimate tuna.
 
Back
Top