R.H.Aswin Kumar wrote:
Hi,
I am new to this team. Can any one explain me in detail - Junit.

It's one of the main test frameworks for java, there being three

junit 3.8.x:   http://junit.org
junit 4.x        http://junit.org
testng          http://testng.org/

There's lots of articles on those sites, and others on Sun's and IBM's developer sites on the frameworks. Ant can run the tests and create pretty reports, but the key thing is writing tests that are designed to break your application in interesting ways.

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to