The construction of object-oriented software begins with the creation of__________________?

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

Explanation: It is due to the evolutionary nature of the OO software engineering paradigm, these models begin as relatively informal representations of system requirements and evolve into detailed models of classes, class connections and relationships, system design and allocation, and object design.

Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed ?

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

Explanation: Smoke testing is designed as a pacing mechanism for time-critical projects, allowing the software team to assess its project on a frequent basis.

Which of the following issues must be addressed if a successful software testing strategy is to be implemented ?

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

Explanation: All the mentioned options are carried out for the purpose.

ITG stands for___________________?

ITG stands for___________________?

A. instantaneous test group
B. integration testing group
C. individual testing group
D. independent test group

Explanation: The role of an independent test group (ITG) is to remove the inherent problems
associated with letting the builder test the thing that has been built.

Which of the following errors should not be tested when error handling is evaluated ?

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

Explanation: Actually, error description does not provide enough information to assist in the location of the cause of the error.

Which of the following is not regression test case ?

Which of the following is not regression test case ?

A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function

Explanation: Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture or playback tools

By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?

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

Explanation: It answers questions like: “When are we done with testing?”.