

InterviewSolution
Saved Bookmarks
1. |
A document that specifies how many times and with what data the program must be run in order to thoroughly test it.(a) addressing plan(b) test plan(c) validation plan(d) verification planI got this question in an interview.My question is based upon Machine Languages topic in portion Computer Languages of Computer Fundamentals |
Answer» RIGHT option is (b) test plan Easy explanation: Test plan is the A document that SPECIFIES how many times and with what data the program must be run in ORDER to thoroughly test it. It comes under TESTING. |
|