Thursday, July 9, 2009

C) List and describe the documents associated with the testing phase of software development?

Simple, these are your test cases which you should have written up during the planning and design phase. Each test case will test a particular functionality in the end system, what is the expected output given input, testing for validity and range checking of values etc.





Another component is usually things like testing procedures, how to test, regression testing documentation, unit testing documentation, in-process and internal audits etc.





The idea is that the documents will show what tests need to be done, how they were done, the expected outputs of the tests and if those are in line with business expectations.





Hope this information helps!


No comments:

Post a Comment