Testing !!! - how to learn it ?

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
 
J

Jianwei Sun

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.
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top