I have a basic Question. How is this Junittesting is different from tools like Winrunner and Load Runner? What advantages does this Junit Offer. Can Somebody pelase enlighten me reagrding this ? Regards Ramu Meda ramu@hp.com
Regards<br />Ramu Meda<br />moderator of yahoo groups scdjws_meda,scjp_meda,scwcd_meda,scbcd_meda,java-architect,ooad_meda, weblogic_meda, oracle9isql_meda, oracle9idbf1_meda<br /> <br />You will find Excellent resources there !
The tools you mentioned sound more like load testing tools, which exercise your application as a black box and collect metrics based on the responsiveness of the user/networking interface. JUnit is a framework for developing unit tests, white-box tests, which exercise very focused parts of your application. Take a look at this.