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

In the below example, what will be the output?

0 Answers  


posted in online test

1 Answers  


What problems will occur when you don?t use layout managers?

1 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,






What is the importance of hashcode() and equals() methods?

0 Answers  


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

0 Answers  


How java is similar to c?

0 Answers  


Can we have a try block without catch block?

0 Answers  


What is factor r?

0 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


What is sortedset in java?

0 Answers  


Categories