GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 2 of 664    Print  
How to do unit test on java?Is there any automate process avilable?

  
Total Answers and Comments: 7 Last Update: October 10, 2007     Asked by: rajkumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 04, 2005 07:16:18   #1  
Kalpana Naidu        

RE: How to do unit test on java?Is there any automate...
Unit test is mostly done by developers because unit test requires the knowledge of internal logic of application code as testers are not aware of code so unit testing is not done by testers.
 
Is this answer useful? Yes | No
October 14, 2005 01:32:40   #2  
Satya Prakash Member Since: October 2005   Contribution: 2    

RE: How to do unit test on java?Is there any automate...

Unit testing is done by developer to make sure that his/her code does the intended work. (This is more like expecting results and making sure that the actual results match the expected ones)

Unit testing is done at the module level. The testers are no way concerned to unit testing. But now a days companies have a seperate department called Dev Testing that is more involved in these kind of unit testing.


 
Is this answer useful? Yes | No
October 26, 2005 02:14:22   #3  
Brahmaiah        

RE: How to do unit test on java?Is there any automate...
Unit testing is done by developers as well as test driven developers with some tools like jUnit
 
Is this answer useful? Yes | No
April 07, 2007 02:04:52   #4  
Narender Reddy Member Since: November 2006   Contribution: 13    

RE: How to do unit test on java?Is there any automate...
For any type of application unit testing is done by the developers. because white box testing require knowledege on the internal logic of the program
 
Is this answer useful? Yes | No
May 22, 2007 01:27:03   #5  
P Phani Sankar Pogaru        

RE: How to do unit test on java?Is there any automate...
Unit testing is done with the help of families related to X-Unit like JUnit HTTPUnit.

Junit is basically to test the java classes. If you want to test jsp or servlets or jsf we need to use either httpunit or cactus these are the tools built on top of junit which is built on top of xunit.

 
Is this answer useful? Yes | No
October 04, 2007 03:36:42   #6  
rahulwani22 Member Since: October 2007   Contribution: 8    

RE: How to do unit test on java?Is there any automate...
Unit Testing is generaly done by Developer at the end of complited first module
by using the following stapes to solve the complexity of code or program.
  • Path Testing:
  • Node Testing/leaf Testing:

 
Is this answer useful? Yes | No
October 10, 2007 02:34:51   #7  
suresh        

RE: How to do unit test on java?Is there any automate...
Generally unit testing is conducted by developers. unit testing means internal logic of given module. for java we use JUnit tool to test java modules

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape