how u do unit testing?
Answers were Sorted based on User's Feedback
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 |
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 |
What is time complexity algorithm?
Can we pass a primitive type by reference in java? How
Difference String and String Buffer
Explain different types of wrapper classes in java?
why java uses class level type casting ?
How to run a JAR file through command prompt?
What is integer parseint?
Convert Binary tree to linked list.
What is the main function in java?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
What is a lightweight component?
Does every java program need a main?