Pre-Assessment Flashcards
Which kind of plan should be in place to proactively face and resolve the risks of the development process?
a) Migration
b) Master
c) Maintenance
d) Mitigation
d) Mitigation
What is a key testing principle of designing tests?
a) Test cases should include invalid and unexpected input conditions.
b) Testing is conducted at the end of the development process.
c) Test cases should be designed to pass.
d) Systems tests are a collection of developers’ unit and integration tests.
a) Test cases should include invalid and unexpected input conditions.
Which criterion should be used to decide which testing technique to use?
a) How well you know a particular technique
b) The objective of the test
c) How appropriate the technique is for testing the application
d) Whether there is a tool to support the technique
c) How appropriate the technique is for testing the application
What is the purpose of a test completion criterion?
a) To know when a specific test has finished its execution
b) To ensure that the test case specification is complete
c) To set the criteria used in generating test inputs
d) To determine when to stop testing
d) To determine when to stop testing
What is the definition of functional system testing?
a) Testing that the system functions with other systems
b) Testing that the components that comprise the system function together
c) Testing the end-to-end functionality of the system as a whole
d) Testing the system performs functions within specified response times
c) Testing the end-to-end functionality of the system as a whole
Which statement describes part of a formal coding review process?
a) The programmer narrates, statement by statement the logic of the program.
b) When an error is found, the review team attempts to resolve the error during the process.
c) Historically common errors are not considered in the review process.
d) The moderator does not need to be a competent programmer.
a) The programmer narrates, statement by statement the logic of the program.
What are the necessary parts of a test case, according to the software testing principles?
a) A description of the correct output of the program for a set of input data
b) A description of data processing into information
c) A description of the type of testing technique used
d) A description of the input data into the program
a) A description of the correct output of the program for a set of input data
How does a test verify that a program meets requirements?
a) It validates conditions that guarantee the absence of all errors.
b) It validates input conditions that produce defined requirements.
c) It validates that the components of the system function together.
d) It validates a subset of the programs test cases against the requirements.
b) It validates input conditions that produce defined requirements.
Which testing approach should increase software quality?
a) Reducing test time
b) Keeping the same test time for all testing phases
c) Increasing test time
d) Following well-established procedures and appropriate testing tools
d) Following well-established procedures and appropriate testing tools
Which type of review is used to identify discrepancies from specifications or standards?
a) Technical
b) Circulation
c) Walkthrough
d) Peer
a) Technical
Which type of review is recommended when reviewers are geographically separated and teleconferencing is impossible?
a) Buddy
b) Circulation
c) Walkthrough
d) Inspection
b) Circulation
There is a requirement to verify the usability of a product as it is being delivered to ensure overall design and functionality without regard to the internal functioning of the code.
Which quality method meets this requirement?
a) Code inspection
b) Black box testing
c) White box testing
d) Peer reviews
b) Black box testing
QA purposes a formal group meeting where the programmer narrates, statement by statement, the logic of a program as an error detection technique.
Which quality method meets this proposal?
a) Peer review
b) Black box testing
c) Code inspection
d) Grey box testing
c) Code inspection
Management has requested that the development team have a moderator review their newest module of code.
Which type of review is being asked for?
a) Walkthrough
b) Informal
c) Inspection
d) End user
c) Insepction
An informal review of a module of code has been completed. The development team has decided to evaluate the module from an end user perspective.
Which method should be used to determine if the code meets quality standards?
a) Human
b) Black box
c) Inspection
d) White box
b) Black box
Which test should be used during the system design phase?
a) Integration
b) Module
c) System
d) Acceptance
a) Integration