Q. : if (condition1 && (condition2 function1()))
statement1;
else
statement2;
A. Decision coverage
B. Condition coverage
C. Statement coverage
D. Path Coverage
B is correct
<<<<<< =================== >>>>>>
Q.: _________ reviews are often held with just the programmer who wrote the code and one or two other programmers or testers.
A. Formal Reviews
B. Peer Reviews
C. Semi Formal Reviews
D. All of the above
B is correct
<<<<<< =================== >>>>>>
Q.: In ________ testing test cases i.e input to the software are created based on the specifications languages
A. State Transition Testing
B. Random Testing
C. Syntax Testing
D. Penetration testing
C is correct
<<<<<< =================== >>>>>>
Q.: Stochastic testing is an example of which test approach or strategy?
A. Model-based
B. Analytical
C. Methodical
D. Heuristic
A is correct
<<<<<< =================== >>>>>>
Q.: Verification activities during design stages are
A. Reviewing and Inspecting
B. Inspecting and Testing
C. Reviewing and Testing
D. Reviewing, Inspecting and Testing.
A is correct
<<<<<< =================== >>>>>>
Q.: Based on the IEEE Standard for Software test Documentation (IEEE Std 829-1998), which of the following sections is part of the test summary report?
a) Test summary and report identifier of Summary
c) Variances
d) Anomalies
e) Comprehensive assessment
f) Approvals
A. a, b, e and f
B. a, b, c, d and f
C. a, b, c, e and f
D. a, b, c and f
c is correct
<<<<<< =================== >>>>>>
Q.: What is the name of a temporary software component that is used to call another component for testing purposes?
A. Domain
B. Use case
C. Stub
D. Driver
D is correct
<<<<<< =================== >>>>>>
Q.: Size of a project is defined in terms of all the following except
A. Person days
B. Person hours
C. Calendar months
D. None of the above
C is correct
<<<<<< =================== >>>>>>
Q.: Testing responsibilities:
Tester 1 � Verify that the program is able to display images clearly on all 10 of the monitors in the lab
Tester 2 - Make sure the program instructions are easy to use Security concerns are important for which type of applications
Tester 3 � Verify that the calculation module works correctly by using both scripts and ad hoc testing. Which term is used to refer to the testing that is performed by
Tester 3 in the above scenario?
A. Unit testing
B. Algorithm specific testing
C. Compatibility testing
D. Black box testing
D is correct
<<<<<< =================== >>>>>>
Q.: Objective of review meeting is
A. To identify problems with design
B. To solve the problems with design
C. Both A. and B
D. None of the above.
C is correct
<<<<<< =================== >>>>>>
Q.: What is the KEY difference between preventative and reactive approaches to testing?
A. Preventative tests and reactive tests are designed as early as possible.
B. Preventative tests are designed early; reactive tests are designed after the software has been produced.
C. Preventative testing is always analytical; reactive testing is always heuristic.
D. Preventative tests are designed after the software has been produced; reactive tests are designed early in response to review comments.
B is correct
<<<<<< =================== >>>>>>
Q.: What determines the level of risk?
A. The cost of dealing with an adverse event if it occurs.
B. The probability that an adverse event will occur.
C. The amount of testing planned before release of a system.
D. The likelihood of an adverse event and the impact of the event.
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following types of defects is use case testing MOST LIKELY to uncover?
i) Defects in the process flows during real-world use of the system.
ii) Defects in the interface parameters in integration testing.
iii) Integration defects caused by the interaction and interference of different components.
iv) Defects in the system as it transitions between one state and another.
A. ii, iii.
B. i, iii.
C. iii, iv.
D. i, ii
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is MOST important in the selection of a test approach?
A. Availability of tools to support the proposed techniques.
B. The budget allowed for training in proposed techniques.
C. Available skills and experience in the proposed techniques.
D. The willingness of the test team to learn new techniques.
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a purpose of the review planning phase?
A. Log defects.
B. Explain the documents to the participants.
C. Gather metrics.
D. Allocate the individual roles.
D is correct
<<<<<< =================== >>>>>>
Q.: A defect arrival rate curve:
A. Shows the number of newly discovered defects per unit time
B. Shows the number of open defects per unit time.
C. Shows the cumulative total number of defects found up to this time.
D. Any of these, depending on the company.
A is correct
<<<<<< =================== >>>>>>
Q.: We can achieve complete statement coverage but still miss bugs because:
A. The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch.
B. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control.
C. We are not required to test code that customers are unlikely to execute.
D. All of the above
A and B Both are correct
<<<<<< =================== >>>>>>
Q.: Maintenance releases and technical assistance centers are examples of which of the following costs of quality?
A. External failure
B. Internal failure
C. Appraisal
D. Prevention
A is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment