ISTQB :: SAMPLE PAPER - 1


  1. We split testing into distinct stages primarily because:

    1. Each test stage has a different purpose.
    2. It is easier to manage testing in stages.
    3. We can run different tests in different environments.
    4. The more stages we have, the better the testing.

Ans: a

  1. Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

    1. Regression testing
    2. Integration testing
    3. System testing
    4. User acceptance testing

Ans: a

  1. Which of the following statements is NOT correct?

    1. A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage.
    2. A minimal test set that achieves 100% path coverage will also achieve 100% statement coverage.
    3. A minimal test set that achieves 100% path coverage will generally detect more faults than one that achieves 100% statement coverage.
    4. A minimal test set that achieves 100% statement coverage will generally detect more faults than one that achieves 100% branch coverage.

Ans: d

  1. Which of the following requirements is testable?

A.    The system shall be user friendly.
B.    The safety-critical parts of the system shall contain 0 faults.
C.    The response time shall be less than one second for the specified design load.
D.   The system shall be built to be portable.

Ans: c

  1. Analyze the following highly simplified procedure:

Ask: "What type of ticket do you require, single or return?"
IF the customer wants ‘return’
Ask: "What rate, Standard or Cheap-day?"
IF the customer replies ‘Cheap-day’
Say: "That will be £11:20"
ELSE
Say: "That will be £19:50"
ENDIF
ELSE
Say: "That will be £9:75"
ENDIF
Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given.

A.    3
B.    4
C.    5
D.   6

Ans: a

  1. Error guessing:

    1. Supplements formal test design techniques.
    2. Can only be used in component, integration and system testing.
    3. Is only performed in user acceptance testing.
    4. Is not repeatable and should not be used.

Ans: a

  1. Which of the following is NOT true of test coverage criteria?

    1. Test coverage criteria can be measured in terms of items exercised by a test suite.
    2. A measure of test coverage criteria is the percentage of user requirements covered.
    3. A measure of test coverage criteria is the percentage of faults found.
    4. Test coverage criteria are often used when specifying test completion criteria.

Ans: C

  1. In prioritizing what to test, the most important objective is to:

    1. Find as many faults as possible.
    2. Test high risk areas.
    3. Obtain good test coverage.
    4. Test whatever is easiest to test.

Ans: B

  1. Given the following sets of test management terms (v-z), and  activity descriptions (1-5), which one of the following best pairs the two sets?

V - Test control
W - Test monitoring
X - Test estimation
Y - Incident management
Z - Configuration control

1 - Calculation of required test resources
2 - Maintenance of record of test results
3 - Re-allocation of resources when tests overrun
4 - Report on deviation from test plan
5 - Tracking of anomalous test results

A.    V-3,w-2,x-1,y-5,z-4
B.    V-2,w-5,x-1,y-4,z-3
C.    V-3,w-4,x-1,y-5,z-2
D.   V-2,w-1,x-4,y-3,z-5

Ans: C

  1. Which one of the following statements about system testing is NOT true?

    1. System tests are often performed by independent teams.
B.    Functional testing is used more than structural testing.
    1. Faults found during system tests can be very expensive to fix.
    2. End-users should be involved in system tests.

Ans: d

  1. Which of the following is false?

    1. Incidents should always be fixed.
    2. An incident occurs when expected and actual results differ.
    3. Incidents can be analyzed to assist in test process improvement.
    4. An incident can be raised against documentation.

Ans: a

  1. Enough testing has been performed when:

    1. Time runs out.
    2. The required level of confidence has been achieved.
    3. No more faults are found.
    4. The users won’t find any serious faults.

Ans: B

  1. Which of the following is NOT true of incidents?

    1. Incident resolution is the responsibility of the author of the software under test.
    2. Incidents may be raised against user requirements.
    3. Incidents require investigation and/or correction.
    4. Incidents are raised when expected and actual results differ.

Ans: a

  1. Which of the following is not described in a unit test standard?

A.    Syntax testing
B.    Equivalence partitioning
C.    Stress testing
D.   Modified condition/decision coverage

Ans: C

  1. Which of the following is false?

A.    In a system two different failures may have different severities.
B.    A system is necessarily more reliable after debugging for the removal of a fault.
C.    A fault need not affect the reliability of a system.
D.   Undetected errors may lead to faults and eventually to incorrect behavior.

Ans: B

  1. Which one of the following statements, about capture-replay tools, is NOT correct?

A.    They are used to support multi-user testing.
B.    They are used to capture and animate user requirements.
C.    They are the most frequently purchased types of CAST tool.
D.   They capture aspects of user behavior.

Ans: B

  1. How would you estimate the amount of re-testing likely to be required?

A.    Metrics from previous similar projects
B.    Discussions with the development team
C.    Time allocated for regression testing
D.   A & b

Ans: D

  1. Which of the following is true of the V-model?

A.    It states that modules are tested against user requirements.
B.    It only models the testing phase.
C.    It specifies the test techniques to be used.
D.   It includes the verification of designs.

Ans: D

  1. The oracle assumption:

A.    Is that there is some existing system against which test output may be checked.
B.    Is that the tester can routinely identify the correct outcome of a test.
C.    Is that the tester knows everything about the software under test.
D.   Is that the tests are reviewed by experienced testers.

Ans: B

  1. Which of the following characterizes the cost of faults?

A.    They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases.
B.    They are easiest to find during system testing but the most expensive to fix then.
C.    Faults are cheapest to find in the early development phases but the most expensive to fix then.
D.   Although faults are most expensive to find during early development phases, they are cheapest to fix then.

Ans: a

  1. 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.

Ans: D

  1. Which of the following is a form of functional testing?

A.    Boundary value analysis
B.    Usability testing
C.    Performance testing
D.   Security testing

Ans: a

  1. 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

Ans: B

  1. 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

Ans: C

  1. Which of the following is NOT a white box technique?

A.    Statement testing
B.    Path testing
C.    Data flow testing
D.   State transition testing

Ans: D

  1. 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.

Ans: C

  1. 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

Ans: C

  1. 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.

Ans: a

  1. 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

Ans: C

  1. 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.

Ans: D

  1. Which one of the following describes the major benefit of verification early in the life cycle?

A.    It allows the identification of changes in user requirements.
B.    It facilitates timely set up of the test environment.
C.    It reduces defect multiplication.
D.   It allows testers to become involved early in the project.

Ans: C

  1. Integration testing in the small:

A.    Tests the individual components that have been developed.
B.    Tests interactions between modules or subsystems.
C.    Only uses components that form part of the live system.
D.   Tests interfaces to other systems.

Ans: B

  1. Static analysis is best described as:

A.    The analysis of batch programs.
B.    The reviewing of test plans.
C.    The analysis of program code.
D.   The use of black box testing.

Ans: C

  1. Alpha testing is:

A.    Post-release testing by end user representatives at the developer’s site.
B.    The first testing that is performed.
C.    Pre-release testing by end user representatives at the developer’s site.
D.   Pre-release testing by end user representatives at their sites.

Ans: C

  1. A failure is:

A.    Found in the software; the result of an error.
B.    Departure from specified behavior.
C.    An incorrect step, process or data definition in a computer program.
D.   A human action that produces an incorrect result.

Ans: B

  1. 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.    £4800; £14000; £28000
B.    £5200; £5500; £28000
C.    £28001; £32000; £35000
D.   £5800; £28000; £32000

Ans: D

  1. The most important thing about early test design is that it:

A.    Makes test preparation easier.
B.    Means inspections are not required.
C.    Can prevent fault multiplication.
D.   Will find all faults.

Ans: C

  1. Which of the following statements about reviews is true?

A.    Reviews cannot be performed on user requirements specifications.
B.    Reviews are the least effective way of testing code.
C.    Reviews are unlikely to find faults in test plans.
D.   Reviews should be performed on specifications, code, and test plans.

Ans: D

  1. Test cases are designed during:

A.    Test recording.
B.    Test planning.
C.    Test configuration.
D.   Test specification.

Ans: D

  1. A configuration management system would NOT normally provide:

A.    Linkage of customer requirements to version numbers.
B.    Facilities to compare test results with expected results.
C.    The precise differences in versions of software component source code.
D.   Restricted access to the source code library.

Ans: B

  1. Software testing activities should start

A.    As soon as the code is written
B.    During the design stage
C.    When the requirements have been formally documented
D.   As soon as possible in the development life cycle

Ans: D

  1. Faults found by users are due to:

A.    Poor quality software
B.    Poor software and poor testing
C.    Bad luck
D.   Insufficient time for testing

Ans: B

  1. What is the main reason for testing software before releasing it?

A.    To show that system will work after release
B.    To decide when the software is of sufficient quality to release
C.    To find as many bugs as possible before release
D.   To give information for a risk based decision about release

Ans: D

  1. Which of the following statements is not true?

A.    Performance testing can be done during unit testing as well as during the testing of whole system
B.    The acceptance test does not necessarily include a regression test
C.    Verification activities should not involve testers (reviews, inspections etc)
D.   Test environments should be as similar to production environments as possible

Ans: C

  1. When reporting faults found to developers, testers should be:

A.    As polite, constructive and helpful as possible
B.    Firm about insisting that a bug is not a “feature” if it should be fixed
C.    Diplomatic, sensitive to the way they may react to criticism
D.   All of the above

Ans: D

  1. In which order should tests be run?

A.    The most important tests first
B.    The most difficult tests first(to allow maximum time for fixing)
C.    The easiest tests first(to give initial confidence)
D.   The order they are thought of

Ans: A

  1. The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?

A.    The documentation is poor, so it takes longer to find out what the software is doing.
B.    Wages are rising
C.    The fault has been built into more documentation, code, tests, etc
D.   None of the above

Ans: C

  1. Which is not true-The black box tester

A.    Should be able to understand a functional specification or requirements document
B.    Should be able to understand the source code.
C.    Is highly motivated to find faults
D.   Is creative to find the system’s weaknesses

Ans: B

  1. A test design technique is

A.    A process for selecting test cases
B.    A process for determining expected outputs
C.    A way to measure the quality of software
D.   A way to measure in a test plan what has to be done

Ans: A

  1. Testware (test cases, test dataset)

A.    Needs configuration management just like requirements, design and code
B.    Should be newly constructed for each new version of the software
C.    Is needed only until the software is released into production or use
D.   Does not need to be documented and commented, as it does not form part of the released software system

Ans: A

  1. An incident logging system

A.    Only records defects
B.    Is of limited value
C.    Is a valuable source of project information during testing if it contains all incidents
D.   Should be used only by the test team.

Ans: C

  1. Increasing the quality of the software, by better development methods, will affect the time needed for testing (the test phases) by:

A.    Reducing test time
B.    No change
C.    Increasing test time
D.   Can’t say

Ans: A

  1. Coverage measurement

A.    Is nothing to do with testing
B.    Is a partial measure of test thoroughness
C.    Branch coverage should be mandatory for all software
D.   Can only be applied at unit or module testing, not at system testing

Ans: B

  1. When should you stop testing?

A.    When time for testing has run out.
B.    When all planned tests have been run
C.    When the test completion criteria have been met
D.   When no faults have been found by the tests run

Ans: C

  1. Which of the following is true?

A.    Component testing should be black box, system testing should be white box.
B.    If u find a lot of bugs in testing, you should not be very confident about the quality of software
C.    The fewer bugs you find, the better your testing was
D.   The more tests you run, the more bugs you will find.

Ans: B

  1. What is the important criterion in deciding what testing technique to use?

A.    How well you know a particular technique
B.    The objective of the test
C.    How appropriate the technique is for testing the application
D.   Whether there is a tool to support the technique

Ans: B

  1. If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage?

If x=3 then
Display_messagex;
If y=2 then
Display_messagey;
Else
Display_messagez;
Else
Display_messagez;

A.    1
B.    2
C.    3
D.   4

Ans: C

  1. Using the same code example as question 17,how many tests are required to
Achieve 100% branch/decision coverage?

A.    1
B.    2
C.    3
D.   4

Ans: C

  1. Which of the following is NOT a type of non-functional test?

A.    State-Transition
B.    Usability
C.    Performance
D.   Security

Ans: A

  1. Which of the following tools would you use to detect a memory leak?

A.    State analysis
B.    Coverage analysis
C.    Dynamic analysis
D.   Memory analysis

Ans: C

  1. Which of the following is NOT a standard related to testing?

A.    IEEE829
B.    IEEE610
C.    BS7925-1
D.   BS7925-2

Ans: B

  1. Which of the following is the component test standard?

A.    IEEE 829
B.    IEEE 610
C.    BS7925-1
D.   BS7925-2

Ans: D

  1. Which of the following statements are true?

A.    Faults in program specifications are the most expensive to fix.
B.    Faults in code are the most expensive to fix.
C.    Faults in requirements are the most expensive to fix
D.   Faults in designs are the most expensive to fix.

Ans: C

  1. Which of the following is not the integration strategy?

A.    Design based
B.    Big-bang
C.    Bottom-up
D.   Top-down

Ans: A

  1. Which of the following is a black box design technique?

A.    Statement testing
B.    Equivalence partitioning
C.    Error- guessing
D.   Usability testing

Ans: B

  1. A program with high cyclometic complexity is almost likely to be:

A.    Large
B.    Small
C.    Difficult to write
D.   Difficult to test

Ans: D

  1. Which of the following is a static test?

A.    Code inspection
B.    Coverage analysis
C.    Usability assessment
D.   Installation test

Ans: A

  1. Which of the following is the odd one out?

A.    White box
B.    Glass box
C.    Structural
D.   Functional

Ans: D

  1. A program validates a numeric field as follows:

Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected
Which of the following input values cover all of the equivalence partitions?

A.    10,11,21
B.    3,20,21
C.    3,10,22
D.   10,21,22

Ans: C

  1. Using the same specifications as question 29, which of the following covers the MOST boundary values?

A.    9,10,11,22
B.    9,10,21,22
C.    10,11,21,22
D.   10,11,20,21

Ans: B

  1. A deviation from the specified or expected behavior that is visible to endusers is called:

A.    An error
B.    A fault
C.    A failure
D.   A defect

Ans: C

  1. Regression testing should be performed:

V) every week
W) After the software has changed
X) As often as possible
Y) When the environment has changed
Z) When the project manager says

A.    V & w are true, x, y & z are false
B.    W, x & y are true, v & z are false
C.    W & y are true, v, x & z are false
D.   W is true, v, x, y & z are false

Ans: C

  1. IEEE 829 test plan documentation standard contains all of the following Except

A.    Test items
B.    Test deliverables
C.    Test tasks
D.   Test specifications

Ans: D

  1. When should testing be stopped?

A.    When all the planned tests have been run
B.    When time has run out
C.    When all faults have been fixed correctly
D.   It depends on the risks for the system being tested

Ans: D

  1. Order numbers on a stock control system can range between 10000 and 99999 inclusive. Which of the following inputs might be a result of designing tests for only valid equivalence classes and valid boundaries?

A.    1000, 50000, 99999
B.    9999, 50000, 100000
C.    10000, 50000, 99999
D.   10000, 99999, 100000

Ans: C

  1. Consider the following statements about early test design:

                               i.            Early test design can prevent fault multiplication
                             ii.            Faults found during early test design are more expensive to fix
                          iii.            Early test design can find faults
                           iv.            Early test design can cause changes to the requirements
                              v.            Early test design normally takes more effort

A.    I, iii & iv are true; ii & v are false
B.    Iii & iv are true; i, ii & v are false
C.    I, iii, iv & v are true; ii is false
D.   I & ii are true; iii, iv & v are false

Ans: A

  1. Non-functional system testing includes:

A.    Testing to see where the system does not function correctly
B.    Testing quality attributes of the system including performance and usability
C.    Testing a system function using only the software required for that function
D.   Testing for functions that should not exist

Ans: B

  1. Which of the following is NOT part of configuration management?

A.    Auditing conformance to ISO 9000
B.    Status accounting of configuration items
C.    Identification of test versions
D.   Controlled library access

Ans: A

  1. Which of the following is the main purpose of the integration strategy for integration testing in the small?

A.    To ensure that all of the small modules are tested adequately
B.    To ensure that the system interfaces to other systems and networks
C.    To specify which modules to combine when, and how many at once
D.   To specify how the software should be divided into modules

Ans: C

  1. What is the purpose of a test completion criterion?

A.    To know when a specific test has finished its execution
B.    To ensure that the test case specification is complete
C.    To set the criteria used in generating test inputs
D.   To determine when to stop testing

Ans: D

  1. Consider the following statements:

I. An incident may be closed without being fixed.
Ii. Incidents may not be raised against documentation.
Iii. The final stage of incident tracking is fixing.
Iv. The incident record does not include information on test environments.

A.    I is true, i, iii and iv are false
B.    I is true, ii, iii and iv are false
C.    I and iv are true, ii and iii are false
D.   I and ii are true, iii and iv are false

Ans: B

  1. Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage?

Read p
Read q
IF p+q > 100 THEN
Print "Large"
ENDIF
IF p > 50 THEN
Print "p Large"
ENDIF

A.    1 test for statement coverage, 3 for branch coverage
B.    1 test for statement coverage, 2 for branch coverage
C.    1 test for statement coverage, 1 for branch coverage
D.   2 tests for statement coverage, 2 for branch coverage

Ans: B

  1. Consider the following statements:

I. 100% statement coverage guarantees 100% branch coverage.
Ii. 100% branch coverage guarantees 100% statement coverage.
Iii. 100% branch coverage guarantees 100% decision coverage.
Iv. 100% decision coverage guarantees 100% branch coverage.
V. 100% statement coverage guarantees 100% decision coverage.

A.    Ii is True; i, iii, iv & v are False
B.    I & v are True; ii, iii & iv are False
C.    Ii & iii are True; i, iv & v are False
D.   Ii, iii & iv are True; i & v are False

Ans: D

  1. Functional system testing is:

A.    Testing that the system functions with other systems
B.    Testing that the components that comprise the system function together
C.    Testing the end to end functionality of the system as a whole
D.   Testing the system performs functions within specified response times

Ans: C

  1. Incidents would not be raised against:

A.    Requirements
B.    Documentation
C.    Test cases
D.   Improvements suggested by users

Ans: D

  1. Which of the following items would not come under Configuration Management?

A.    Operating systems
B.    Test documentation
C.    Live data
D.   User requirement documents

Ans: C

  1. Maintenance testing is:

A.    Updating tests when the software has changed
B.    Testing a released system that has been changed
C.    Testing by users to ensure that the system meets a business need
D.   Testing to maintain business advantage

Ans: B

  1. What can static analysis NOT find?

A.    The use of a variable before it has been defined
B.    Unreachable (“dead”) code
C.    Memory leaks
D.   Array bound violations

Ans: C

  1. Which of the following techniques is NOT a black box technique?

A.    State transition testing
B.    CSAJ
C.    Syntax testing
D.   Boundary value analysis

Ans: B

  1. Beta testing is:

A.    Performed by customers at their own site
B.    Performed by customers at the software developer's site
C.    Performed by an Independent Test Team
D.   Performed as early as possible in the lifecycle

Ans: A

  1. Given the following types of tool, which tools would typically be used by developers, and which by an independent system test team?

I. Static analysis
Ii. Performance testing
Iii. Test management
Iv. Dynamic analysis

A.    Developers would typically use i and iv; test team ii and iii
B.    Developers would typically use i and iii; test team ii and iv
C.    Developers would typically use ii and iv; test team i and iii
D.   Developers would typically use i, iii and iv; test team ii

Ans: A

  1. 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.   Pesting from a business perspective

Ans: D

  1. Which of the following statements about component testing is FALSE?

A.    Black box test design techniques all have an associated test measurement technique
B.    White box test design techniques all have an associated test measurement technique
C.    Cyclomatic complexity is not a test measurement technique
D.   Black box test measurement techniques all have an associated test design technique

Ans: A

  1. Which of the following statements is NOT true?

A.    Inspection is the most formal review process
B.    Inspections should be led by a trained leader
C.    Managers can perform inspections on management documents
D.   Inspection is appropriate even when there are no written documents

Ans: D

  1. A typical commercial test execution tool would be able to perform all of the following, EXCEPT:

A.    Calculating expected outputs
B.    Comparison of expected outcomes with actual outcomes
C.    Recording test inputs
D.   Reading test values from a data file

Ans: A

  1. The difference between re-testing and regression testing is:

A.    Re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects
B.    Re-testing looks for unexpected side-effects; regression testing ensures the original fault has been removed
C.    Re-testing is done after faults are fixed; regression testing is done earlier
D.   Re-testing is done by developers; regression testing is done by independent testers

Ans: A

  1. Expected results are:

A.    Only important in system testing
B.    Only used in component testing
C.    Most useful when specified in advance
D.   Derived from the code

Ans: C

  1. What type of review requires formal entry and exit criteria, including metrics:

A.    Walkthrough
B.    Inspection
C.    Management review
D.   Post project review

Ans: B

  1. Which of the following uses Impact Analysis most?

A.    Component testing
B.    Non-functional system testing
C.    User acceptance testing
D.   Maintenance testing

Ans: d

  1. What is NOT included in typical costs for an inspection process?

A.    Setting up forms and databases
B.    Analyzing metrics and improving processes
C.    Writing the documents to be inspected
D.   Time spent on the document outside the meeting

Ans: C

  1. Which of the following is NOT a reasonable test objective:

A.    To find faults in the software
B.    To prove that the software has no faults
C.    To give confidence in the software
D.   To find performance problems

Ans: B

  1. Which expression best matches the following characteristics of the review processes:

1. Led by the author
2. Undocumented
3. No management participation
4. Led by a moderator or leader
5. Uses entry and exit criteria

S) Inspection
T) Peer review
U) Informal review
V) Walkthrough

A.    S = 4 and 5, t = 3, u = 2, v = 1
B.    S = 4, t = 3, u = 2 and 5, v = 1
C.    S = 1 and 5, t = 3, u = 2, v = 4
D.   S = 4 and 5, t = 1, u= 2, v = 3

Ans: A

  1. Which of the following is NOT part of system testing?

A.    Business process-based testing
B.    Performance, load and stress testing
C.    Usability testing
D.   Top-down integration testing

Ans: D

  1. Which statement about expected outcomes is FALSE?

A.    Expected outcomes are defined by the software's behavior
B.    Expected outcomes are derived from a specification, not from the code
C.    Expected outcomes should be predicted before a test is run
D.   Expected outcomes may include timing constraints such as response times

Ans: A

  1. The standard that gives definitions of testing terms is:

A.    ISO/IEC 12207
B.    BS 7925-1
C.    ANSI/IEEE 829
D.   ANSI/IEEE 729

Ans: B

  1. The cost of fixing a fault:

A.    Is not important
B.    Increases the later a fault is found
C.    Decreases the later a fault is found
D.   Can never be determined

Ans: B

  1. Which of the following is NOT included in the Test Plan document of the Test Documentation Standard?

A.    What is not to be tested
B.    Test environment properties
C.    Quality plans
D.   Schedules and deadlines

Ans: C

  1. 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.    Yes, because both help detect faults and improve quality
D.   Yes, because testing includes all non-constructive activities

Ans: C

  1. Which of the following is not part of performance testing?

A.    Measuring response times
B.    Recovery testing
C.    Simulating many users
D.   Generating many transactions

Ans: B

  1. Error guessing is best used:

A.    After more formal techniques have been applied
B.    As the first approach to deriving test cases
C.    By inexperienced testers
D.   After the system has gone live

Ans: A

No comments:

Post a Comment