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 |
Explain about the select method with an example?
What is boolean flag in java?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
Is a class an object?
what is difference between throw and throws in exception?
Write a program to print 15 random numbers using foreach of java 8?
How many types of parsers are there?
What is final variable?
What is equlas() and hashcode() contract in java? Where does it used?
what is the use of clone() in real time scenario?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
What is boolean keyword in java?