Testing !!! - how to learn it ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey
I read a few books about C#, and wrote many programs. But ( please don't
kill me ), I've never tested them in a corporation way. I am curious why the
authors don't say a word about testing programs or to be honest they are
doing it very rare. Now I would like to learn how to do it, beacause I feel
like a very newbie without that skill. I don't mean debuging. I mean testing,
writing scripts to test that programs. I don't know how a professionals test
their programs but I would like to learn about it. Please tell me about good
books, and the free resources are always the most valulable ( webcasts,
training movies, articles, tutorials , give me all you have ).
Jarod
 
Jarod said:
Hey
I read a few books about C#, and wrote many programs. But ( please don't
kill me ), I've never tested them in a corporation way. I am curious why the
authors don't say a word about testing programs or to be honest they are
doing it very rare. Now I would like to learn how to do it, beacause I feel
like a very newbie without that skill. I don't mean debuging. I mean testing,
writing scripts to test that programs. I don't know how a professionals test
their programs but I would like to learn about it. Please tell me about good
books, and the free resources are always the most valulable ( webcasts,
training movies, articles, tutorials , give me all you have ).
Jarod
google NUnit, it will give you a good start.
 
Hi,

I'm new to C# but experianced in programming. Precide the tests that you do
yourself, you have to give your program to some managers in your company.
They are mostly very stupid and will find very strange bugs.

This is in my experiance the best test a application can go true :) I mostly
do so, it is really the final test before it go to customar :)
 
Back
Top