Showing posts with label Unit Testing. Show all posts
Showing posts with label Unit Testing. Show all posts

What is the attribute that need to be added for a class to be tested in Unit Testing?

Wednesday, November 4, 2009


[TestClass]


www.codecollege.NET

What is the attribute that need to be added for a method to be tested in Unit Testing?


[TestMethod]


www.codecollege.NET

What is the Expansion of (STLC)?

Saturday, August 22, 2009


Software Testing Life Cycle.


www.codecollege.NET

What are test cases you should go through in unit testing?

Wednesday, July 8, 2009






You need to check 3 test cases, which are the following,

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)





Blog Widget by LinkWithin