Q.: The ________ and ________ are used within individual workbenches to produce the right output products.
A. Tools and techniques
B. Procedures and standards
C. Processes and walkthroughs
D. Reviews and update
B is correct
<<<<<< =================== >>>>>>
Q.: Which aspects of testing will establishing traceability help?
A. Configuration management and test data generation
B. Test case specification and change control
C. Test condition and test procedure specification
D. Impact analysis and requirements coverage
D is correct
<<<<<< =================== >>>>>>
Q.: The principle of Cyclomatic complexity, considering L as edges or links, N as nodes, P as independent paths
A. L-N +2P
B. N-L +2P
C. N-L +P
D. N-L +P
A is correct
<<<<<< =================== >>>>>>
Q.: FPA is used to
A. To measure the functional requirements of the project
B. To measure the size of the functionality of an Information system
C. To measure the functional testing effort
D. To measure the functional flow
B is correct
<<<<<< =================== >>>>>>
Q.: A _____ is the step-by-step method followed to ensure that standards are met
A. SDLC
B. Project Plan
C. Policy
D. Procedure
D is correct
<<<<<< =================== >>>>>>
Q.: Which is not a test Oracle
A. The existing system (For a bench mark)
B. The code
C. Individual�s knowledge
D. User manual
B is correct
<<<<<< =================== >>>>>>
Q.: PDCA is known as
A. Plan, Do, Check, Act
B. Plan, Do, Correct, Act
C. Plan, Debug, Check, Act
D. Plan, Do, Check, Accept
A is correct
<<<<<< =================== >>>>>>
Q.: Which is the non-functional testing
A. Performance testing
B. Unit testing
C. Regression testing
D. Sanity testing
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a MAJOR test planning task?
A. Determining the exit criteria
B. Measuring and analyzing results
C. Implementing corrective actions
D. Monitoring and documenting progress
A is correct
<<<<<< =================== >>>>>>
Q.: Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.
A. Load Testing
B. Integration Testing
C. System Testing
D. Usability Testing
A is correct
<<<<<< =================== >>>>>>
Q.: The use of test automation would provide the best return on investment for which of the following?
A. Unit testing
B. Usability testing
C. Regression testing
D. Acceptance testing
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements is TRUE?
A. Component integration testing tests the interactions between different systems and is done after component testing.
B. Component integration testing tests the interactions between different systems and may be done after system testing.
C. Component integration testing tests the interactions between software components and is done during acceptance testing.
D. Component integration testing tests the interactions between software components and is done after component testing.
D is correct
<<<<<< =================== >>>>>>Q.: Which of the following can be used to measure progress against the exit criteria?
W. Number of test cases that passed or failed
X. Number of detects found in a unit of code
Y. Dates for milestones and deliverables
Z. Subjective confidence of testers in the product
A. W, X, Y and Z
B. W, X and Y
C. W and X
D. W, X and Z
A is correct
<<<<<< =================== >>>>>>
Q.: The use of test automation would provide the best return on investment for which of the following?
A. Unit testing
B. Usability testing
C. Regression testing
D. Acceptance testing
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements is TRUE?
A. Component integration testing tests the interactions between different systems and is done after component testing.
B. Component integration testing tests the interactions between different systems and may be done after system testing.
C. Component integration testing tests the interactions between software components and is done during acceptance testing.
D. Component integration testing tests the interactions between software components and is done after component testing.
D is correct
<<<<<< =================== >>>>>>Q.: Which of the following can be used to measure progress against the exit criteria?W. Number of test cases that passed or failed
X. Number of detects found in a unit of code
Y. Dates for milestones and deliverables
Z. Subjective confidence of testers in the product
A. W, X, Y and Z
B. W, X and Y
C. W and X
D. W, X and Z
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a fundamental principle of software defect prevention?
A. Software quality engineering must evaluate all errors.
B. A balance of white-box and black-box testing is necessary.
C. A single root cause taxonomy should be used by all projects.
D. Feedback to the individuals who introduced the defect is essential.
D is correct
<<<<<< =================== >>>>>>
Q.: The best time to influence the quality of a system design is in the _______.
A. Planning Phase
B. Analysis Phase
C. Design Phase
D. Testing Phase
A is correct
<<<<<< =================== >>>>>>
Q.: Which combination of p, q and r values will ensure 100 % statement coverage?
if (p = q) {
r = r + 1;
if (r < 5) {
s = 10;
}
} else if (p > q) {
s = 5;
}
A. p=5,q=5,r=5
p=5,q=4,r=-1
B. p=5,q=1,r=3
p=4,q=4,r=5
C. p=3,q=3,r=3
p=-1,q=-2,r=3
D. p=-1,q=-1,r=0
p= -2, q= -1,r=0
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following BEST describes the task partition between test manager and tester?
A.
The test manager plans, organizes and creates the test specifications,
while the tester implements, prioritizes and executes tests.
B.
The test manager plans, monitors and controls the testing activities,
while the tester designs, executes tests and evaluates the results.
C.
The test manager plans testing activities and chooses the standards to
be followed, while the tester chooses the tools and controls their use.
D. The test manager reviews tests developed by others, while the tester selects tools to support testing.
B is correct
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following might be a concern of a test group relying on a test design tool?
A. The tool may not generate sufficient tests for verifying all aspects of the test object.
B. The tool�s playback function may not work the same for all testers� workstations.
C. The tool might take too much time to run, putting the schedule at jeopardy.
D. The tool�s test logs may require that the test group upgrade the server memory
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements about the benefits of deriving test cases from use cases are true?
I. Deriving test cases from use cases is helpful for system and acceptance testing.
II. Deriving test cases from use cases is helpful only for automated testing
III. Deriving test cases from use cases is helpful for unit testing.
IV. Deriving test cases from use cases is helpful for testing the interaction and interference between different components.
A. I
B. I and II.
C. III
D. I and IV
D. I and IV
D is correct
<<<<<< =================== >>>>>>
Q.: In a formal inspection process, which is TRUE?
A. Failures can be found when the correct inspectors are included.
B. Metrics are included in the inspection process.
C. The checking rate is related to the number of pages of the inspected document.
D. Its purpose is to get some benefit in an inexpensive way
B is correct<<<<<< =================== >>>>>>
No comments:
Post a Comment