Software Testing Methodologies Assignment Questions UNIT-1
Software Testing Methodologies Assignment Questions UNIT-1
ASSIGNMENT QUESTIONS
UNIT-1
1. Why is it impossible for a tester to find all the bugs in a system? Why
might it not be necessary for a program to be completely free of defects
before it is delivered to its customers?
2. To what extent can testing be used to validate that the program is fit for its
purpose. Discuss?
3. What is meant by integration testing? Goals of Integration Testing?
4. Explain white-box testing and behavioral testing?
5. State and explain various dichotomies in software testing?
6. Discuss about requirements, features and functionality bugs.
7. What are control and sequence bugs? How they can be caught?
8. Consider the following flow - graph? Select optimal number of paths to
achieve C1+C2 (statement coverage + branch coverage).
UNIT-3
F(A,B,C,D) = P(4,5,6,7,8,12,13)+d(1,15)