how u do unit testing?

Answers were Sorted based on User's Feedback



how u do unit testing?..

Answer / davis

every single entity of a software is tested individually in
unit testing before they r integrated together...

Is This Answer Correct ?    4 Yes 1 No

how u do unit testing?..

Answer / gajendra

We can use the following tool for unit testing

i.e JUnit.

It is an opensource framework .Check with junit.org

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

Explain about complier design(phases)

0 Answers   Aditi Placement Service,


What is an abstract class and abstract method?

5 Answers  


when to use ArrayList and when to use HashMap in webApplication.

1 Answers  


What do you mean by platform independence of Java?

0 Answers  


What is sorting algorithm in java?

0 Answers  






Explain Event handling in AWT?

1 Answers   Infosys, TCS,


What do you understand by the term wrapper classes?

0 Answers  


How is java created?

0 Answers  


Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?

7 Answers   Ericsson,


What is percentage in java?

0 Answers  


Write code of any action class?

0 Answers  


What modifiers can be used with a local inner class?

2 Answers  


Categories