Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
(a) In the subsystem testing approach, what are the test requirements for the following validated precondition? (5 points)
On failure: throw an invalid-input exception.
(b) Suppose the above validated precondition is implemented in a program as follows,
if (not A or not B))
then throw an invalid-input exception
Discuss whether or not the test requirements in (a) achieve branch coverage and multi-condition coverage for this statement? (10 points)
This Question is not yet answered!
Related Answered Questions
Related Open Questions