Questions and CORRECT Answers
A web developer or QA tester encounters an error. What is the best practice to initiate resolution
of this error? - CORRECT ANSWER - Reproducing the error
Which action should a developer take after the review of a bug report? - CORRECT
ANSWER - Talk directly with the QA engineer.
Question 14 : Given a phase in the software development process, the student identifies the
testing process that belongs in that phase.Which test should be used during the system design
phase? - CORRECT ANSWER - Integration
What is a value of testing? - CORRECT ANSWER - To increase the probability of
uncovered defects
What are the necessary parts of a test case, according to the software testing principles? -
CORRECT ANSWER - 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? - CORRECT ANSWER - It
validates input conditions that produce defined requirements.
What is the definition of functional system testing? - CORRECT ANSWER - Testing the
end-to-end functionality of the system as a whole
Which action describes a realistic verification step? - CORRECT ANSWER - Compare the
input to the system design phase of its input to the program design phase
Given a testing scenario, the student chooses appropriate test types.Which test type should be
used to compare the program to its initial requirements? - CORRECT ANSWER -
Acceptance