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
