Saturday, June 9, 2007

Software Testing Practice Exam - 3


21 Which of the following should NOT normally be an objective for a test?
a)To find faults in the software.
b)To assess whether the software is ready for release.
c)To demonstrate that the software doesn’t work.
d)To prove that the software is correct.

22 Which of the following is a form of functional testing?
a)Boundary value analysis
b)Usability testing
c)Performance testing
d)Security testing

23 Which of the following would NOT normally form part of a test plan?
a)Features to be tested
b)Incident reports
c)Risks
d)Schedule

24 Which of these activities provides the biggest potential cost saving from the use of CAST?
a)Test management
b)Test design
c)Test execution
d)Test planning

25 Which of the following is NOT a white box technique?
a)Statement testing
b)Path testing
c)Data flow testing
d)State transition testing

26 Data flow analysis studies:
a)possible communications bottlenecks in a program.
b)the rate of change of data values as a program executes.
c)the use of data on paths through the code.
d)the intrinsic complexity of the code.

27 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%
To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
a)£1500
b)£32001
c)£33501
d)£28000

28 An important benefit of code inspections is that they:
a)enable the code to be tested before the execution environment is ready.
b)can be performed by the person who wrote the code.
c)can be performed by inexperienced staff.
d)are cheap to perform.

29 Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?
a)Actual results
b)Program specification
c)User requirements
d)System specification

30 What is the main difference between a walkthrough and an inspection?
a)An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.
b)An inspection has a trained leader, whilst a walkthrough has no leader.
c)Authors are not present during inspections, whilst they are during walkthroughs.
d) A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.


Question number Correct answer


21D 22A 23B 24C 25D 26C 27C 28A 29C 30D

For Software testing related question :
http://amaging-question.blogspot.com

For Software job
http://amaging-jobs.blogspot.com/

No comments:

Post a Comment