Software Testing set 5

41Que:Unit testing is done by
a.Users
b.Developers
c.Customers
d.None of the mentioned
42Que:Behavioral testing is
a.White box testing
b.Black box testing
c.Grey box testing
d.None of the mentioned
43Que:Which of the following is black box testing ?
a.Basic path testing
b.Boundary value analysis
c.Code path analysis
d.None of the mentioned
44Que:Which of the following is not used in measuring the size of the software ?
a.KLOC
b.Function Points
c.Size of module
d.None of the mentioned
45Que:Software Debugging is a set of activities that can be planned in advance and conducted systematically.
a.TRUE
b.FALSE
c.Can’t say
d.None of the above
46Que:Which of the following is not a software testing generic characteristics?
a.Different testing techniques are appropriate at different points in time
b.Testing is conducted by the developer of the software or an independent test group
c.Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
d.None of the mentioned
47Que:ITG stands for
a.instantaneous test group
b.integration testing group
c.individual testing group
d.independent test group
48Que:By collecting ________ during software testing, it is possible to develop meaningful guidelines to halt the testing process.
a.Failure intensity
b.Testing time
c.Metrics
d.All of the mentioned
49Que:Which of the following issues must be addressed if a successful software testing strategy is to be implemented?
a.Use effective formal technical reviews as a filter prior to testing
b.Develop a testing plan that emphasizes “rapid cycle testing.”
c.State testing objectives explicitly
d.All of the mentioned
50Que:Test cases should uncover errors like
a.Nonexistent loop termination
b.Comparison of different data types
c.Incorrect logical operators or precedence
d.All of the mentioned