Buy Questpond's video subscriptions on
huge discount
.
Online: 2347
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What are three test cases you should go through in unit testing
Posted by
deccansoft
on 9/23/2010 | Category:
C# Interview questions
| Views: 7143
1.Positive test cases (correct data, correct output).
2.Negative test cases (broken or missing data, proper handling).
3.Exception test cases (exceptions are thrown and caught properly).
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Methods in Debug and trace class ___________
Next question > :
How do you debug an ASP.NET Web application
Comments or Responses
Login to post response
More Interview Questions
How do you debug an ASP.NET Web application
Why are there five tracing levels in System.Diagnostics.TraceSwitcher
What’s the difference between the Debug class and Trace class
What does assert() method do
What debugging tools come with the .NET SDK
Can we overload contructors
Can we force the activation of Garbage Collection if yes How?
__________ DialogBox : It always remains on top of the owner form but ...