Re: Unit Testing is vital

Hello,

Yes i afree that Unit test is useful. And test driven development(write first test and then code) helps a lot in some cases.  But i am wondering if unit test can be apply to anything? How to test a Client object which has a socket and connect to a Server? That would means two tests which are dependent of eachother. I have read that it is a good practice to keep tests independent from each others.? I am not very familiar with unit tests If someone could give me more information about how to handle this things?

Unit tests target only classes. What about subsystems and systems tests? How do you test calitko as the whole?

What about usability test?

What about stress testing? trying to crash calitko by any way.

regards

seb

Would you like to post a relpy?


This post is a reply to:
Unit Testing is vital
Dear all I just witnessed first hand the power of Unit Testing again... so wanted to share with you all... also as it is all so fresh in my mind ;-) We (more...)

Follow-ups:
Re: Re: Unit Testing is vital
Hi Sebastien, I’m also relatively new to unit testing but anyway, here is how I get it (I hope someone more experienced with unit testing would comment as well). Regarding sockets and (more...)