Q.: Test planning has which of the following major tasks?
i. Determining the scope and risks, and identifying the objectives of testing.
ii. Determining the test approach (techniques,test items, coverage, identifying and
interfacing the teams involved in testing , testware)
iii. Reviewing the Test Basis (such as requirements,architecture,design,interface)
iv. Determining the exit criteria.
A. i,ii,iv are true and iii is false
B. i,,iv are true and ii is false
C. i,ii are true and iii,iv are false
D. ii,iii,iv are true and i is false
A is correct
<<<<<< =================== >>>>>>
Q.: Deciding How much testing is enough should take into account :-
i. Level of Risk including Technical and Business product and project risk
ii. Project constraints such as time and budget
iii. Size of Testing Team
iv. Size of the Development Team
A. i,ii,iii are true and iv is false
B. i,,iv are true and ii is false
C. i,ii are true and iii,iv are false
D. ii,iii,iv are true and i is false
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following will be the best definition for Testing:
A. The goal / purpose of testing is to demonstrate that the program works.
B. The purpose of testing is to demonstrate that the program is defect free.
C. The purpose of testing is to demonstrate that the program does what it is supposed to do.
D. Testing is executing Software for the purpose of finding defects.
D is correct
<<<<<< =================== >>>>>>
Q.: Minimum Tests Required for Statement Coverage and Branch Coverage:
Read P
Read Q
If p+q > 100 then
Print "Large"
End if
If p > 50 then
Print "pLarge"
End if
A. Statement coverage is 2, Branch Coverage is 2
B. Statement coverage is 3 and branch coverage is 2
C. Statement coverage is 1 and branch coverage is 2
D. Statement Coverage is 4 and Branch coverage is 2
C is correct
<<<<<< =================== >>>>>>
Q. 295: Match every stage of the software Development Life cycle with the Testing Life cycle:
i. Hi-level design a Unit tests
ii. Code b Acceptance tests
iii. Low-level design c System tests
iv. Business requirements d Integration tests
A. i-d , ii-a , iii-c , iv-b
B. i-c , ii-d , iii-a , iv-b
C. i-b , ii-a , iii-d , iv-c
D. i-c , ii-a , iii-d , iv-b
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a part of Test Closure Activities?
i. Checking which planned deliverables have been delivered
ii. Defect report analysis.
iii. Finalizing and archiving testware.
iv. Analyzing lessons.
A. i , ii , iv are true and iii is false
B. i , ii , iii are true and iv is false
C. i , iii , iv are true and ii is false
D. All of above are true
C is correct
<<<<<< =================== >>>>>>
Q.: What principles do "avoiding author bias" and "communicating problems constructively" represent?
A. Preventive testing and reactive testing
B. Experience-based testing and interoperability testing
C. Independent testing and good interpersonal skills
D. Criticism avoidance and effective relationships
C is correct
<<<<<< =================== >>>>>>
Q.: Which test is OFTEN the responsibility of the customers or users of the system?
A. Usability testing
B. Functional testing
C. Maintenance testing
D. Acceptance testing
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements is true of static analysis:
A. Compiling code is not a form of static analysis.
B. Static analysis need not be performed before imperative code is executed.
C. Static analysis can find faults that are hard to find with dynamic testing.
D. Extensive statistic analysis will not be needed if white- Box testing is to be performed.
A is correct
<<<<<< =================== >>>>>>
Q.: In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class?
A. $5800; $28000; $32000
B. $0; $200; $4200
C. $5200; $5500; $28000
D. $28001; $32000; $35000
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following activities would improve how a tool is deployed within an organization?
a. Roll out the tool across the organisation as quickly as possible to all users.
b. Conduct periodic lessons learnt reviews with tool users.
c. Provide technical support to the test team for each type of tool.
d. If a tool is not being used, withdraw it and look for an alternative.
e. Make sure processes are improved to reflect a new tool.
A. a, b and c
B. a, c and d
C. c, d and e
D. b, c and e
D is correct
<<<<<< =================== >>>>>>
Q.: Place the stages of the Fundamental Test Process in the usual order (by time).
a. Test closure activities.
b. Analysis and design.
c. Planning and control.
d. Implementation and execution.
e. Evaluating exit criteria and reporting.
f. Access software testing genius website
f. Access software testing genius website
A. c, b, d, e, a
B. c, b, e, d, a
C. c, b, d, a, e
D. b, c, d, e, a
A is correct
<<<<<< =================== >>>>>>
Q.: If a system has been tested and only a few defects have been found, what can we conclude about the state of the system?
a. The system may be defect free but the testing done cannot guarantee that this is true.
b. The system is defect free and further testing would therefore be a waste of resources.
c. It depends what the system is designed to do.
d.
Further testing should be considered but this should be focussed on
areas of highest risk because it would not be possible to test
everything.
e. Testing should be curtailed because it is yielding no value.
A. a, c and d
B. b, c and d
C. a, d and e
D. b, c and e
A is correct
<<<<<< =================== >>>>>>
Q.: What would USUALLY have a set of input values and execution conditions? A. Test basis
B. Test case
C. Test objective
D. Test control
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following defects would NORMALLY be identified by a static analysis tool?
A. The response time for the search function exceeded the agreed limit
B. The design specification had many grammatical errors
C. The component's code had variables that were used but had not been declared
D. The component was found to be the source of the memory leak
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements describe why error guessing is a useful test design technique?
a. It can help derive test cases based on analysis of specification documents.
b. It can identify tests not easily captured by formal techniques.
c. It can make good use of tester's experience and available defect data.
d. It is a cheaper alternative to more formal test design techniques.
A. a and b
B. b and c
C. c and d
D. a and c
B is correct
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following activities should be considered before purchasing a tool for an organization?
a. Ensure that the tool does not have a negative impact on existing test processes.
b. Produce a business justification examining both costs and benefits.
c. Determine whether the vendor will continue to provide support for the tool.
d. Introduce tool deployment activities into the testing schedule.
A. a and d
B. b and c
C. c and d
D. a and c
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following would NOT NORMALLY be considered for a testing role on a project?
A. System operator
B. Developer
C. Configuration manager
D. Performance specialist
C is correct
<<<<<< =================== >>>>>>
Q.: Which one of the following provides the BEST description of test design?
A. Identification of the features which should be tested
B. Specification of the test cases required to test a feature
C. Specification of the order in which test cases should be executed
D. Creation of a test suite B is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment