Link to home
Start Free TrialLog in
Avatar of DrWarezz
DrWarezz

asked on

Testing Applications

Hey all,

can anyone recommend any good methodology/software for testing java applications?

Such as debugging utilities, and any thing else? For example, if you were making some software for a client, and you obviously need to test it, what would you use?

Thanks in advance,
[r.D]
ASKER CERTIFIED SOLUTION
Avatar of petmagdy
petmagdy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
JUnit is embeded into sevral IDEs like Eclipse and netbeans and easy to use, here are some sample and tutorials:
http://junit.netbeans.org/JUnit_tutorial.html
http://quilt.sourceforge.net/tutorials/junit.html
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sudhakar_koundinya
sudhakar_koundinya

SOLUTION
Avatar of Dejan Pažin
Dejan Pažin
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DrWarezz

ASKER

Hey all,

Thanks very much for these. I shall split the points, as I'm sure I will end up using at least most of these. :-)

Thanks!
[r.D]