Q.: The standard that gives definitions of testing terms is:
A. ISO/IEC 12207
B. BS7925-1
C. BS7925-2
D. ANSI/IEEE 829
E. ANSI/IEEE 729
B is correct
<<<<<< =================== >>>>>>
Q.: What are the main objectives of software project risk management?
A. Increase focus on preventive processes and improve tester job satisfaction
B. Reduce the probability of occurrence and decrease the potential impact
C. Control contractor problems and minimize the impact of corporate politics
D. Increase the probability of project success regardless of the cost involved
B is correct
<<<<<< =================== >>>>>>Q.: Consider the following state transition diagram of a two-speed hair dryer, which is operated by pressing its one button. The first press of the button turns it on to Speed 1, second press to Speed 2 and the third press turns it off.

Which of the following series of state transitions below will provide 0-switch coverage?
A. A,C,B
B. B,C,A
C. A,B,C
D. C,B,A
C is correct
<<<<<< =================== >>>>>>
Q.: How many test cases are needed to achieve 100 % decision coverage?
If (p = q) {
s = s + 1;
if (a < S) {
t = 10;
}
} else if (p > q) {
t = 5;
}
A. 3
B. 6
C. 5
D. 4
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements about the component testing standard is false:
A. Black box design techniques all have an associated measurement technique
B. White box design techniques all have an associated measurement technique
C. Cyclomatic complexity is not a test measurement technique
D. Black box measurement techniques all have an associated test design technique
E. White box measurement techniques all have an associated test design technique
A is correct
<<<<<< =================== >>>>>>
Q.: Could reviews or inspections be considered part of testing:
A. No, because they apply to development documentation
B. No, because they are normally applied before testing
C. No, because they do not apply to the test documentation
D. Yes, because both help detect faults and improve quality
E. Yes, because testing includes all non-constructive activities
D is correct
<<<<<< =================== >>>>>>
Q.:The main focus of acceptance testing is:
A. Finding faults in the system
B. Ensuring that the system is acceptable to all users
C. Testing the system with other systems
D. Testing for a business perspective
E. Testing by an independent test team
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following can help testers understand the root causes of defects from previous projects?
A. Ishikawa diagram
B. Cause-and-effect diagram
C. Lessons learned
D. Fishbone diagram
C is correct
<<<<<< =================== >>>>>>
Q.: Which technique is appropriate to test changes on old and undocumented functionalities of a system?
A. Specification-based technique
B. Black-box technique
C. White-box technique
D. Data driven testing technique
C is correct
<<<<<< =================== >>>>>>
Q.: Non-functional system testing includes:
A. Testing to see where the system does not function properly
B. Testing quality attributes of the system including performance and usability
C. Testing a system feature using only the software required for that action
D. Testing a system feature using only the software required for that function
E. Testing for functions that should not exist
B is correct
<<<<<< =================== >>>>>>
Q.: Which ADDITIONAL test level could be introduced into a standard V-model after system testing?
A. System Integration Testing
B. Acceptance Testing
C. Regression Testing
D. Component Integration Testing
A is correct
<<<<<< =================== >>>>>>
Q.: A system under development contains complex calculations and
decision logic, and it is assessed as high risk because of the relative
inexperience of the development team in the application domain. Which of
the following would be the MOST appropriate choice of test design
technique for component testing?
A. Decision testing.
B. Statement testing
C. State transition testing
D. Equivalence partitioningA is correct
<<<<<< =================== >>>>>>
Q.: Which of the following software work product can be used as a basis for testing?
A. Incremental scenarios
B. Design documents
C. Undocumented features
D. V-model specifications
B is correct
<<<<<< =================== >>>>>>
Q.: Match the test design techniques to the correct descriptions.
S. Black-box technique
T. White-box technique
U. Structural-based technique
V. Specification-based technique
1. Selecting test cases based on documentation
2. Ignoring the internal structure of the system
A. S1, S2, U1 and U2
B. T1, T2, U1 and U2
C. S1, S2, V1 and V2
D. T1, T2, V1 and V2
C is correct
<<<<<< =================== >>>>>> Q.: Which ordering of the list below gives increasing levels of test independence?
a. Tests designed by a fellow-member of the design team.
b. Tests designed by a different group within the organization.
c. Tests designed by the code author.
d. Tests designed by different organization.
A. c, a, b, d.
B. d, b, a, c
C. c, a, d, b.
D. a, c, d, b.
A is correct
<<<<<< =================== >>>>>>
Q.: During which activity of the Fundamental Test Process test process do you review the test basis?
A. Evaluating exit criteria and reporting.
B. Test implementation and execution
C. Test analysis and design
D. Test planning and control
C is correct
<<<<<< =================== >>>>>>
Q. 780: Which of the following are structure-based techniques?
Q. 780: Which of the following are structure-based techniques?
a. Decision table testing
b. Boundary value analysis
c. Multiple condition coverage
d. Use case testing
e. Decision testing
A. a and c.
B. b and d.
C. b and e.
D. c and e. D is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment