Q.1.
Which of the following is not a sqa plan for a project
Q.2.
Which of the following is not part of performance testing?
Q.3.
Which of the following is not a static testing technique?
Q.4.
Unreachable code would best be found using
Q.5.
Defect Management Process does not include
Q.6.
Impact analysis helps to decide
Q.7.
Which of the following is a form of functional testing?
Q.8.
Static testing, the product is tested by humans using just the source code and not the executables or binaries.
Q.9.
Main() { float me = 1.double you = 1.if(me==you) printf("yes"); else printf("No"); }
Q.10.
Which term is used to define testing?
Q.11.
Integration bugs occur when the interfaces are integrated in between the assumed tested components
Q.12.
Of the following tree structure, which is, efficient considering space and time complexities?
Q.13.
What is the type of the algorithm used in solving the 8 Queens problem ?
Q.14.
In coin problem where to occur Data Defect
Q.15.
Reporting Discrepancies as incidents is a part of which phase?
Q.16.
Generate test data to make the program enter the sequential block, to make it go through the entire block
Q.17.
All defects result in failure.
Q.18.
A test harness is a
Q.19.
A city field in software accepts 3 toalpha characters only. Using BVA technique what will be the possible number of combinations?
Q.20.
___________ loops fall between single and nested loops with respect to test cases