Hi, Is anyone else using JUnit for testing? I'm about to start using it and would welcome comments on your experiences. How good is junit at testing RMI, for instance? Thanks, Steve
Enrico Mannarino
Ranch Hand
Joined: Dec 14, 2001
Posts: 133
posted
0
Hi Steve, I was planning to do it, but I'll think I just test with the GUI and lock/unlock. Enrico
Kalichar Rangantittu
Ranch Hand
Joined: Jan 15, 2002
Posts: 240
posted
0
JUnit is a cool api of easy test cases. It saves the hassle of trying to do it from scratch. I would recommend it absolutely
Never be satisfied with anything less than the best and you will surely pass the test...
Steve Granton
Ranch Hand
Joined: Jan 13, 2002
Posts: 200
posted
0
Hi, Thanks - I've used it at the office for our applications but I've not used it with RMI. Specifically, has anyone had any good or bad experiences trying to run JUnit tests for RMI? Cheers, Steve