Q.: Cost of the reviews will not include.
A. Review process itself
B. Metrics analysis
C. Tool support.
D. Process improvement.
C is correct
<<<<<< =================== >>>>>>
Q.: Regression testing always
A. Testing whether a known software fault been fixed.
B. Executing a large number of different tests.
C. Testing whether modifications have introduced adverse side effects.
D. Using a test automation tool.
C is correct
<<<<<< =================== >>>>>>
Q.: Capture and replay facilities are least likely to be used to _______
A. Performance testing
B. Recovery testing
C. GUI testing
D. User requirements.
D is correct
<<<<<< =================== >>>>>>Q.: Which tool will be used to test the flag memory leaks and unassigned pointers
A. Dynamic analysis tool
B. Static Analysis tool.
C. Maintenance tool.
D. Configuration tool.
A is correct
<<<<<< =================== >>>>>>
Q.: Cyclomatic complexity is used to calculate
A. Number of independent paths in the basis set of a program
B. Number of binary decisions + 1
C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once
D. Number of branches and decisions
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is not included in Test Plan.
A. Features to be tested.
B. Environmental needs.
C. Suspension criteria.
D. Expected results.
D is correct
<<<<<< =================== >>>>>>
Q.: Software quality is not relevant to _______
A. Correctness
B. Usability
C. Viability
D. Reusability.
C is correct
<<<<<< =================== >>>>>>
Q.: Match the following:
1. Test estimation
2. Test control
3. Test monitoring
a. Measures of tracking process
b. Effort required to perform activities
c. Reallocation of resources
A. 1-b, 2-c, 3-a
B. 1-b, 2-a, 3-c
C. 1-c, 2-a, 3-b
D. 1-a, 2-b, 3-c
A is correct
<<<<<< =================== >>>>>>
Q.: When do you stop testing?
A. When the specified number of faults are found.
B. When the test completion criteria are met.
C. When all high and medium priority tests are complete.
D. When all statements have been executed
B is correct
<<<<<< =================== >>>>>>
Q.: What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1;
else y=y+1;
while(x>y)
{
y=x*y; x=x+1;
} A. 1
B. 2
C. 3
D. 4
B is correct
<<<<<< =================== >>>>>>
Q.: Which one of the following examples describes a typical benefit of static analysis supported by tools?
A. Static analysis supported by tools may find defects prior to manual test execution.
B. Static analysis supported by tools prevents business analysts and requirement engineers building software models (e.g. state transition diagrams), which do not match the requirements.
C. By using static analysis tools user acceptance testing can be shortened because the users need to execute less tests.
D. By performing static analysis of the code supported by tools the need for the developers doing unit testing is decreased.
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following are true of software development models?
a. Component Integration testing is present in all good development models.
b. Acceptance testing can take place before system testing starts.
c. Acceptance testing should only start when system testing is complete.
d. There may be fewer than four test levels in a V-model.
A. b and d
B. a and b
C. b and c
D. c and d
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a review process activity?
A. Individual preparation
B. Writing test conditions
C. Developing a test plan
D. Executing test scripts
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following are white-box test design techniques?
a. Decision table testing.
b. Decision coverage.
c. Boundary value analysis.
d. Error guessing.
e. Statement testing.
A. a and e
B. b and d
C. b and e
D. e and d
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following matches the activity (i to iv) to its most suitable type of tool (p to s)?
i. Analysis of code structure.
ii. Generation of test cases.
iii. Simulation of the environment in which a component is run.
iv. Analysis of test metrics.
p. Test management.
q. Test design tool.
r. Static analysis tool.
s. Test harness.
A. i-s, ii-p, iii-r, iv-q
B. i-r, ii-q, iii-s, iv-p
C. i-r, ii-s, iii-p, iv-q
D. i-q, ii-r, iii-s, iv-p
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements about functional testing is correct?
A. Functional test cases are derived from specifications
B. Functional test cases are derived from an examination of the code
C. Functional testing ensures error free software
D. Functional testing should be done before the Inspection process
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following account for most of the failures in a system?
A. They will be found in the smallest modules
B. They will be evenly distributed among all modules
C. They will be found in the largest modules
D. They will be found in a small proportion of modules
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a project risk?
A. There are non-standard implementations of some features
B. We may not be able to get a contractor to join the test team as planned
C. The response times of the software may not be fast enough
D. The contract has a legal loophole which has affected the company's profit
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following software work products would NOT TYPICALLY be examined using static analysis techniques?
a. Design specification.
b. Component's code.
c. Software model.
d. Test procedure.
e. Non-functional requirements specification.
A. a, c and d
B. a, d and e
C. b, c and d
D. a, b and e
B is correct
<<<<<< =================== >>>>>>
Q.: An automated air-conditioner is programmed to turn its heating
unit on when the temperature falls below 17 Deg. C and to turn its
refrigeration unit on when the temperature exceeds 26 Deg. C. The
air-conditioner is designed to operate at temperatures between -10 Deg. C
and +40 Deg. C. Given the above specification, which of the following
sets of values shows that the equivalence partition test design
technique has been used correctly?
A. �11 Deg. C, -1 Deg. C, 18 Deg. C, 27 Deg. C, 51 Deg. C
B. �11 Deg. C, -1 Deg. C, 12 Deg. C, 18 Deg. C, 27 Deg. C, 51 Deg. C
C. -11 Deg. C, 18 Deg. C, 51 Deg. C
D. -1 Deg. C, 12 Deg. C, 18 Deg. C, 27 Deg. CA is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment