ISTQB Mock Test 1

40 Questions | Attempts: 412
Share

SettingsSettingsSettings
ISTQB Quizzes & Trivia

Questions and Answers
  • 1. 
    Which of the following is a potential pilot project objective ?
    • A. 

      Reducing the amount of overtime need to finish the project on time.

    • B. 

      Receiving compliments from the users on the aesthetic aspects of the tool.

    • C. 

      Measuring the satisfaction of management fro staying within the scope.

    • D. 

      Assessing whether the benefits will be achieved at reasonable cost.

  • 2. 
    Test planning has which of the following major tasks : i. To determine the scope and risks for the project and determine the objectives of testing.ii. Determine the test approachiii. Reviewing the requirements documents.iv. determining the entry and exit criteria.
    • A. 

      I, ii,iii,iv

    • B. 

      I ,iii, iv

    • C. 

      I, ii, iv

    • D. 

      Ii and iv

  • 3. 
    Technical Reviews are also called as :
    • A. 

      Walkthrough

    • B. 

      Technical Reviews

    • C. 

      Management Reviews

    • D. 

      Inspection

  • 4. 
    What is the name of a skeletal implementation of a software component that is used for testing?
    • A. 

      Domain

    • B. 

      Use case

    • C. 

      Stub

    • D. 

      Driver

  • 5. 
    Which test approach uses all combinations of input values and preconditions ?
    • A. 

      Exploratory testing

    • B. 

      Exhaustive Testing

    • C. 

      Component Testing

    • D. 

      Alpha testing

  • 6. 
    Enough testing has been performed when :
    • A. 

      The required level of confidence has been achieved.

    • B. 

      Time runs out.

    • C. 

      No more faults are found.

    • D. 

      The user's won't find any serious faults.

  • 7. 
    Which of the following is not a black-box testing technique?
    • A. 

      Equivalence partitioning

    • B. 

      BVA

    • C. 

      Boundary value analysis

    • D. 

      Statement testing

  • 8. 
    Which test is usually run many times to ensure that defects were not introduced to a previously tested system after it was modified or changed.
    • A. 

      Reliability testing

    • B. 

      Performance testing

    • C. 

      Confirmation Testing(Re-testing)

    • D. 

      Regression Testing

  • 9. 
    What is the  MAJOR difference between black-box and white-box testing ?
    • A. 

      Black-box is functional; white-box is non-functional.

    • B. 

      Black-box is structural , white-box is functional.

    • C. 

      Black-box is functional or non-functional , white-box is structural .

    • D. 

      Black-box can only be performed after white-box

  • 10. 
    L = number of edges = 10N = number of nodes = 8P = number of disconnected parts of the graph = 1McCabe's Cyclomatic Complexity is : 
    • A. 

      4

    • B. 

      5

    • C. 

      3

    • D. 

      6

  • 11. 
    Statement coverage will not check for the following :
    • A. 

      Dead code

    • B. 

      Missing Statements

    • C. 

      Unused branches

    • D. 

      Unused statement

  • 12. 
    Static analysis can be best describes as :
    • A. 

      The reviewing of test plans.

    • B. 

      The analysis of program code.

    • C. 

      The analysis of batch programs.

    • D. 

      A black-box testing technique.

  • 13. 
    Which of the following statements about the relationship between statement and decision coverage is correct?
    • A. 

      100% decision coverage is achieved if statement coverage is greater than 95%.

    • B. 

      100% statement coverage = 100% decision coverage

    • C. 

      100% statement coverage is achieved if decision coverage is greater than 90%

    • D. 

      100% decision coverage always means 100% statement coverage

  • 14. 
    What is common between error guessing and exploratory testing ?
    • A. 

      Both are widely used as formal techniques.

    • B. 

      Both are white-box testing techniques.

    • C. 

      Both are experienced-based techniques.

    • D. 

      Both are static testing techniques.

  • 15. 
    For the program below, how many test cases are needed in order to achieve 100% statement coverage?If x = 3 thendisplay_message X;If y = 2 then display_message Y;Else display_message Z;Else display_message Z;EndifEndif
    • A. 

      4

    • B. 

      2

    • C. 

      1

    • D. 

      3

  • 16. 
    Which tests are BEST described by the following characteristics ?A. Unit TestingB. Integration TestingC. Alpha TestingD. Robustness Testing1. Testing the interactions between the components.2. Automation test cases before coding.3. Testing separately testable components.4. Fixing defects as soon as they are found.
    • A. 

      A3, B1, B2, B4

    • B. 

      A1, A4, C3, D2

    • C. 

      A2, D4, A1, D1

    • D. 

      A2, A3, A4, B1

  • 17. 
    Which of the following is not a standard related to testing?
    • A. 

      IEEE610

    • B. 

      IEEE829

    • C. 

      BS-7925-1

    • D. 

      BS-7925-2

  • 18. 
    What test is conducted by customer at their own site ?
    • A. 

      Alpha testing

    • B. 

      System testing

    • C. 

      Beta testing

    • D. 

      Usability testing

  • 19. 
    Which technique is OFTEN considered as an extension of equivalence partitioning ?
    • A. 

      Decision table testing

    • B. 

      Boundary value analysis

    • C. 

      State transition testing

    • D. 

      Error guessing

  • 20. 
    What information is not included in the incident report ?
    • A. 

      How to fix a fault.

    • B. 

      How to reproduce the fault.

    • C. 

      Test environment details

    • D. 

      The actual and expected outcomes.

  • 21. 
    Which of the following are the success factors for a  review ?i. Management supports a good review process.ii. There is an emphasis on learning and process improvement.iii. Defects found are welcomed and expressed objectively.iv. Each review does not have a predefined objective.
    • A. 

      I, ii , iii are correct and, iv is incorrect.

    • B. 

      I, iv are correct and ii and iii are incorrect.

    • C. 

      Ii, iv are correct and i ,iii are incorrect.

    • D. 

      Ii, iii, iv are correct and i is incorrect.

  • 22. 
    As a moderator in a typical formal review, what can be one of your responsibilities?
    • A. 

      Deciding on execution of reviews

    • B. 

      .Documenting all the issues and problems.

    • C. 

      Follow-up after the review meeting

    • D. 

      Identifying and describing the findings

  • 23. 
    Based on the IEEE Std 829-1998 , which of the following sections are part of the test summary report ?i. summaryii. test incident report identifieriii. test deliverablesiv. risks and contingenciesv. variancesvi. approvalsvii. output specifications
    • A. 

      I, iii, iv

    • B. 

      I, v, vi

    • C. 

      I, ii, vi

    • D. 

      I, iv, vi

  • 24. 
    What are the four test levels in a V-model ?
    • A. 

      Component testing, integration testing, re-testing, regression testing

    • B. 

      Component testing, acceptance testing, system testing, usability testing

    • C. 

      Component testing, integration testing , system testing, acceptance testing

    • D. 

      Integration testing, system testing, alpha testing, beta testing

  • 25. 
    Which statement about the function of static analysis tool is true?
    • A. 

      Gives information about what code has and has not executed.

    • B. 

      Can detect memory leaks.

    • C. 

      Checks expected results against actual results.

    • D. 

      Gives quality information about the code without executing it.

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.