Your Ad Here

Thursday, January 14, 2010

Testing Frequently Asked Questions

 
What is Traceability Matrix?

When you write test cases from a requirement document or use case document, you should remain sensitive towards the coverage of the requirement and converting them to testable items. The test cases are designed keeping in mind about the requirements coverage. If there are areas not covered in the test case, it will go untested. In order to verify whether all the requirements are being tested or not, Traceability Matrix is created. It maps requirements to the test cases.

http://testheed.blogspot.com/2010/02/traceability-matrix-how-to-map.html

What is TDD?

Test Driven Development methodology of software development is one of the most popular flavor of agile methodology. Other popular flavors of agile are Scrum, Extreme Programing (XP), Function Driven development (FDD) etc. The main principle behing TDD is to write unit test cases first and then code the unit of the module so that the unit passes the test. TDD saves a lot of time and money in finding the sofwtare defects at the later stage of software development. Farther the testing cycle falls, higher would be the cost to fix the issue.

http://testheed.blogspot.com/2010/02/how-to-work-in-tdd-methodology-of.html

- More to come. Please be patient.

No comments:

Post a Comment