ISTQB-2010-2011-7

37 Questions | Attempts: 146
Share

SettingsSettingsSettings
ISTQB Quizzes & Trivia

Questions and Answers
  • 1. 

    Q. 341: 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

    Correct Answer
    D. To give information for a risk based decision about release
  • 2. 

    Q. 342: 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

    Correct Answer
    A. Needs configuration management just like requirements, design and code
  • 3. 

    Q. 345: 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 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

    Correct Answer
    B. 9,10,21,22
  • 4. 

    Q. 346: Which of the following is not the integration strategy?

    • A.

      Design based

    • B.

      Big-bang

    • C.

      Bottom-up

    • D.

      Top-down

    Correct Answer
    A. Design based
  • 5. 

    Q. 347: 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

    Correct Answer
    C. Dynamic analysis
  • 6. 

    Q. 348: 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.

    Correct Answer
    C. Faults in requirements are the most expensive to fix
  • 7. 

    Q. 349: Increasing the quality of the software, by better development methods, willaffect the time needed for testing (the test phases) by:

    • A.

      Reducing test time

    • B.

      No change

    • C.

      Increasing test time

    • D.

      Can’t say

    Correct Answer
    A. Reducing test time
  • 8. 

    Q. 350: Which of the following is a black box design technique?

    • A.

      Statement testing

    • B.

      Equivalence partitioning

    • C.

      Error- guessing

    • D.

      Usability testing

    Correct Answer
    B. Equivalence partitioning
  • 9. 

    Q. 351: 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

    Correct Answer
    D. All of the above
  • 10. 

    Q. 352: 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

    Correct Answer
    C. Verification activities should not involve testers (reviews, inspections etc)
  • 11. 

    Q. 353: 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

    Correct Answer
    B. The objective of the test
  • 12. 

    Q. 354: 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

    Correct Answer
    C. When the test completion criteria have been met
  • 13. 

    Q. 355: 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

    Correct Answer
    B. Is a partial measure of test thoroughness
  • 14. 

    Q. 357: Which of the following is the component test standard?

    • A.

      IEEE 829

    • B.

      IEEE 610

    • C.

      BS7925-1

    • D.

      BS7925-2

    Correct Answer
    D. BS7925-2
  • 15. 

    Q. 358: 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

    Correct Answer
    C. 3,10,22
  • 16. 

    Q. 359: 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

    Correct Answer
    B. Should be able to understand the source code.
  • 17. 

    Q. 360: Which of the following is a static test?

    • A.

      Code inspection

    • B.

      Coverage analysis

    • C.

      Usability assessment

    • D.

      Installation test

    Correct Answer
    A. Code inspection
  • 18. 

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

    • A.

      Large

    • B.

      Small

    • C.

      Difficult to write

    • D.

      Difficult to test

    Correct Answer
    D. Difficult to test
  • 19. 

    Q. 362: Which of the following is the odd one out?

    • A.

      White box

    • B.

      Glass box

    • C.

      Structural

    • D.

      Functional

    Correct Answer
    D. Functional
  • 20. 

    Q. 363: Which of the following techniques are black box techniques?

    • A.

      State transition testing, code testing, agile testing

    • B.

      Equivalence partitioning, state transition testing, decision table testing

    • C.

      System testing, acceptance testing, equivalence partitioning

    • D.

      System integration testing, system testing, decision table testing

    Correct Answer
    B. Equivalence partitioning, state transition testing, decision table testing
  • 21. 

    Q. 364: A number of critical bugs are fixed in software. All the bugs are in one module, related to reports. The test manager decides to do regression testing only on the reports module.

    • A.

      The test manager should do only automated regression testing.

    • B.

      The test manager is justified in her decision because no bug has been fixed in other modules

    • C.

      The test manager should only do confirmation testing. There is no need to do regression testing

    • D.

      Regression testing should be done on other modules as well because fixing one module may affect other modules

    Correct Answer
    D. Regression testing should be done on other modules as well because fixing one module may affect other modules
  • 22. 

    Q. 365: Which of the following statements contains a valid goal for a functional test set?

    • A.

      A goal is that no more failures will result from the remaining defects

    • B.

      A goal is to find as many failures as possible so that the cause of the failures can be identified and fixed

    • C.

      A goal is to eliminate as much as possible the causes of defects

    • D.

      A goal is to fulfil all requirements for testing that are defined in the project plan.

    Correct Answer
    B. A goal is to find as many failures as possible so that the cause of the failures can be identified and fixed
  • 23. 

    Q. 366: What makes an inspection different from other review types?

    • A.

      It is led by a trained leader, uses formal entry and exit criteria and checklists

    • B.

      It is led by the author of the document to be inspected

    • C.

      It can only be used for reviewing design and code

    • D.

      It is led by the author, uses checklists, and collects data for improvement

    Correct Answer
    A. It is led by a trained leader, uses formal entry and exit criteria and checklists
  • 24. 

    Q. 367: Why does the boundary value analysis provide good test cases?

    • A.

      Because it is an industry standard

    • B.

      Because errors are frequently made during programming of the different cases near the ‘edges’ of the range of values

    • C.

      Because only equivalence classes that are equal from a functional point of view are considered in the test cases

    • D.

      Because the test object is tested under maximal load up to its performance limits

    Correct Answer
    B. Because errors are frequently made during programming of the different cases near the ‘edges’ of the range of values
  • 25. 

    Q. 368: If a program is tested and 100% branch coverage is achieved, which of thefollowing coverage criteria is then guaranteed to be achieved?

    • A.

      100% Equivalence class coverage

    • B.

      100% Condition coverage and 100% Statement coverage

    • C.

      100% Statement coverage

    • D.

      100% Multiple condition coverage

    Correct Answer
    B. 100% Condition coverage and 100% Statement coverage
  • 26. 

    Q. 369: A defect management system shall keep track of the status of every defectregistered and enforce the rules about changing these states. If your task is to test thestatus tracking, which method would be best?

    • A.

      Logic-based testing

    • B.

      Use-case-based testing

    • C.

      State transition testing

    • D.

      Systematic testing according to the V-model

    Correct Answer
    C. State transition testing
  • 27. 

    Q. 370: In system testing...

    • A.

      Both functional and non-functional requirements are to be tested

    • B.

      Only functional requirements are tested; non-functional requirements are validated in a review

    • C.

      Only non-functional requirements are tested; functional requirements are validated in a review

    • D.

      Only requirements which are listed in the specification document are to be tested

    Correct Answer
    A. Both functional and non-functional requirements are to be tested
  • 28. 

    Q. 371: Integration testing has following characteristicsI. It can be done in incremental mannerII. It is always done after system testingIII. It includes functional testsIV. It includes non-functional tests

    • A.

      I, II and III are correct

    • B.

      I is correct

    • C.

      I, III and IV are correct

    • D.

      I, II and IV are correct

    Correct Answer
    C. I, III and IV are correct
  • 29. 

    Q. 372: Which of the following activities differentiate a walkthrough from a formalreview?

    • A.

      A walkthrough does not follow a defined process

    • B.

      For a walkthrough individual preparation by the reviewers is optional

    • C.

      A walkthrough requires meeting

    • D.

      A walkthrough finds the causes of failures, while formal review finds the failures

    Correct Answer
    B. For a walkthrough individual preparation by the reviewers is optional
  • 30. 

    Q. 373: Why is testing necessary?

    • A.

      Because testing is good method to make there are not defects in the software

    • B.

      Because verification and validation are not enough to get to know the quality of the software

    • C.

      Because testing measures the quality of the software system and helps to increase the quality

    • D.

      Because testing finds more defects than reviews and inspections.

    Correct Answer
    C. Because testing measures the quality of the software system and helps to increase the quality
  • 31. 

    Q. 374: In foundation level syllabus you will find the main basic principles of testing.Which of the following sentences describes one of these basic principles?

    • A.

      Complete testing of software is attainable if you have enough resources and test tools

    • B.

      With automated testing you can make statements with more confidence about the quality of a product than with manual testing

    • C.

      For a software system, it is not possible, under normal conditions, to test all input and output combinations.

    • D.

      A goal of testing is to show that the software is defect free.

    Correct Answer
    C. For a software system, it is not possible, under normal conditions, to test all input and output combinations.
  • 32. 

    Q. 375: Which of the following is true

    • A.

      Testing is the same as quality assurance

    • B.

      Testing is a part of quality assurance

    • C.

      Testing is not a part of quality assurance

    • D.

      Testing is same as debugging

    Correct Answer
    B. Testing is a part of quality assurance
  • 33. 

    Q. 376: This part of a program is given:WHILE (condition A) Do BEND WHILEHow many decisions should be tested in this code in order to achieve 100% decisioncoverage?

    • A.

      2

    • B.

      Indefinite

    • C.

      1

    • D.

      4

    Correct Answer
    A. 2
  • 34. 

    Q. 377: In a flight reservation system, the number of available seats in each planemodel is an input. A plane may have any positive number of available seats, up to thegiven capacity of the plane. Using Boundary Value analysis, a list of available – seatvalues were generated. Which of the following lists is correct?

    • A.

      1, 2, capacity -1, capacity, capacity plus 1

    • B.

      0, 1, capacity, capacity plus 1

    • C.

      0, 1, 2, capacity plus 1, a very large number

    • D.

      0, 1, 10, 100, capacity, capacity plus one

    Correct Answer
    B. 0, 1, capacity, capacity plus 1
  • 35. 

    Q. 378: Which of the following is a valid collection of equivalence classes for thefollowing problem: An integer field shall contain values from and including 1 to andincluding 15

    • A.

      Less than 1, 1 through 15, more than 15

    • B.

      Negative numbers, 1 through 15, above 15

    • C.

      Less than 1, 1 through 14, more than 15

    • D.

      Less than 0, 1 through 14, 15 and more

    Correct Answer
    A. Less than 1, 1 through 15, more than 15
  • 36. 

    Q. 379: Which of the following is correct about static analysis tools

    • A.

      They help you find defects rather than failures

    • B.

      They are used by developers only

    • C.

      They require compilation of code

    • D.

      They are useful only for regulated industries

    Correct Answer
    A. They help you find defects rather than failures
  • 37. 

    Q. 380: Which of the following is most often considered as components interface bug?

    • A.

      For two components exchanging data, one component used metric units, the other one used British units

    • B.

      The system is difficult to use due to a too complicated terminal input structure

    • C.

      The messages for user input errors are misleading and not helpful for understanding the input error cause

    • D.

      Under high load, the system does not provide enough open ports to connect to

    Correct Answer
    A. For two components exchanging data, one component used metric units, the other one used British units

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 30, 2011
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 18, 2010
    Quiz Created by
    Minal_akre
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.