Explain the three test cases in unit testing?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is asp net c#?

0 Answers  


Name some properties of thread class.

0 Answers  


What is the difference between CreateObject() and GetObject()?

0 Answers   CGI,


What are the different types of assembly?

0 Answers  


How many bytes is an int c#?

0 Answers  


What does firstordefault mean in c#?

0 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


Explain static class members.

0 Answers  


For read-only operation which property you have to designated?

0 Answers   Siebel,


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What is tpl in c#?

0 Answers  


Categories