Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Unit Testing using Nunit
Digambar Malla
11y
927
1
Reply
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 ?
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Need dumps for this topic 70-483 and 70-484
Using XSD.exe generated classes to create xml documents