71Que:Name an evaluation technique to assess the quality of test cases.
|
a.Mutation analysis |
b.Validation |
c.Verification |
d.Performance analysis |
Answer: (a).Mutation analysis
72Que:Test should be conducted for every possible
|
a.data |
b.case |
c.variable |
d.all of the mentioned |
Answer: (d).all of the mentioned
73Que:Which of the following is not a part of bug report?
|
a.Test case |
b.Output |
c.Software Version |
d.LOC |
74Que:Which of the following is not a part of Execution Flow during debugging?
|
a.Step Over |
b.Step Into |
c.Step Up |
d.Step Out |
75Que:Cyclomatic Complexity method comes under which testing method.
|
a.Yellow box |
b.White box |
c.Gray box |
d.Black box |
76Que:Which is a black box testing technique appropriate to all levels of testing?
|
a.Acceptance testing |
b.Regression testing |
c.Equivalence partitioning |
d.Quality assurance |
Answer: (c).Equivalence partitioning
77Que:Which of the following is the way of ensuring that the tests are actually testing code?
|
a.Control structure testing |
b.Complex path testing |
c.Code coverage |
d.Quality assurance of software |
Answer: (c).Code coverage
78Que:Effective testing will reduce _______ cost.
|
a.maintenance |
b.design |
c.coding |
d.documentation |
79Que:Which of the following is a common pointer problem?
|
a.Data sharing errors |
b.Accessing data elements of the wrong type |
c.Attempting to use memory areas after freeing them |
d.All of the mentioned |
Answer: (d).All of the mentioned
80Que:Standard Enforcer is a
|
a.Static Testing Tool |
b.Dynamic Testing |
c.Static & Dynamic Testing |
d.None of the mentioned |
Answer: (a).Static Testing Tool