TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Digambar Malla
NA
5
3.9k
Unit Testing using Nunit
May 11 2013 1:53 PM
Suppose I have a method:
Public int Sum(int a,int b)
{
return a+b;
}
I want to know what is the test case coding n how it is done using Nunit and upon which part of the logic, Unit Testing is done ?
Reply
Answers (
0
)
Need dumps for this topic 70-483 and 70-484
Entity Framework and ADO.net