The construction of object-oriented software begins with the creation of__________________?
(A) design model
(B) analysis model
(C) code levels
(D) both design and analysis model
Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed ?
(A) Regression Testing
(B) Integration testing
(C) Smoke testing
(D) Validation testing
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
What is normally considered as an adjunct to the coding step____________________?
(A) Integration testing
(B) Unit testing
(C) Completion of Testing
(D) Regression Testing
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
ITG stands for___________________?
(A) instantaneous test group
(B) integration testing group
(C) individual testing group
(D) independent test group
Which of the following errors should not be tested when error handling is evaluated ?
(A) Error description is unintelligible
(B) Error noted does not correspond to error encountered
(C) Error condition causes system intervention prior to error handling
(D) Error description provide enough information to assist in the location of the cause of the error
Software mistakes during coding are known as__________________?
(A) errors
(B) failures
(C) bugs
(D) defects
Name an evaluation technique to assess the quality of test cases ?
(A) Mutation analysis
(B) Validation
(C) Verification
(D) Performance analysis