| Author |
How different is Agile tesing from Junit
|
Balakrishnan Viswanathan
Greenhorn
Joined: Mar 03, 2008
Posts: 23
|
|
Hi All
To start with, I haven't used much tools for testing in our project. But, heard that JUnit is a good tool. Can you please let us know how different is Agile from this?
Thanks
Balakrishnan
|
SCJP 1.4, SCWCD 1.5
|
 |
Tina Ma
Ranch Hand
Joined: Nov 29, 2007
Posts: 194
|
|
Agile is a technique or a methodology or an approach of developing software, and the Junit is like a framework to program test-cases.
For making an idea about the agile technique everybody talks about today click over to : http://en.wikipedia.org/wiki/Agile_software_development
|
Tina
SCJP 1.4, SCWCD 1.4
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Balakrishnan,
Agile is a process. JUnit is a tool. That's like asking how Java differs from agile. It doesn't make sense - they are completely different.
Most Agile Java projects do use JUnit though.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Janet Gregory
Author
Ranch Hand
Joined: Jan 25, 2009
Posts: 31
|
|
Junit is usually used by programmers for their unit testing, but I have seen the framework extended so that higher level functional testing can use the same framework. This requires a fair bit of work by the team.
Janet
|
Co-author, with Lisa Crispin: Agile Testing: A Practical Guide for Testers and Agile Teams (Addison-Wesley, 2009) www.janetgregory.ca
|
 |
 |
|
|
subject: How different is Agile tesing from Junit
|
|
|