Which ONE of the following statements does NOT describe how testing contributes to higher quality?
A. Performing a review of the requirement specifications before implementing the system can enhance quality
B. The testing of software demonstrates the absence of defects
C. Properly designed tests that pass reduce the level of risk in a system
D. Software testing identifies defects, which can be used to improve development activities.
When considering the roles of test leader and tester, which of the following tasks would NOT typically be performed by a tester?
A. Prepare and acquire the test data
B. Set up and check the test environment
C. Write test summary reports
D. Review tests developed by others
You are testing an e-commerce system The system accepts four different types of Credit Cards; each card has its own rules for valid and invalid numbers. The following is a portion of the Decision Table
for Order Management.:
The combination of the conditions Valid Card Number (NO) + Purchase Approved (YES) is not feasible. You wish to perform a test which completely covers all the combinations of equivalence partitioning tor the different types of credit card, according to the rules shown in the above Decision Table How many test cases do you need?
A. 8
B. 4
C. 16
D. 12
Consider the following excerpt from a defect report:
To recreate the failure we used test file TST_01_TC_16.dat which is available in the common shared
folder''.
Which incident report objective does this excerpt satisfy?
A. Provides developers with information to isolate the failure
B. Provides ideas for test process improvement
C. Does not belong in an incident report.
D. Provides test leaders with information to report test progress
Which test design technique can be used for effectively testing system requirements consisting of logical conditions?
A. Boundary value analysis
B. Use case testing
C. Equivalence partitioning
D. Decision table testing
The following condition is given:
Integer x, y; IFx>0ANDx< 100
y = y + x; END-IF
Using boundary analysis for x. which test cases are required?
A. -1,0.1,99.100, 101
B. -1,0. 100,101
C. -500,-10,0.1,99.100.101,500
D. 0, 1.99, 100
Which of the following would be the LEAST likely to be used as the basis fcr a test exit criteria?
A. Cost of testing performed so far
B. Number of unfixed defects
C. Confidence of testers in tested code
D. Test schedules
Consider the following Pseudo code: How many minimum lea cases are required to cover 100% Statement coverage and Decision coverage?
A. 1 for Statement. 5 for Decision
B. 1 for Statement. 2 for Decision
C. 5 for Statement. 1 for Decision
D. 2 for Statement, 5 for Decision
A holiday club restricts those booking the holiday, to people between the ages of 18 and 30 inclusive. Using three-point boundary values, what ages would be required to test the lower and upper boundary?
A. 17, 18, 19, 29, 30, 31.
B. 17, 18, 19, 30, 31, 32.
C. 18, 19, 20, 28, 29, 30.
D. 16, 17, 18, 30, 31, 32.
Which of the following BEST describes how configuration management supports the test process?
A. It enables the tester to reproduce the tested item through unique identification and version control.
B. It enables the tester to systematically design test conditions, cases and data.
C. It enables incidents to be tracked from discovery and classification to correction and confirmation of the solution.
D. It helps the test manager to decide how best to integrate and coordinate the testing activities into the software life cycle.