Soft Test Trivia: MCQ Quiz!

33 Questions | Attempts: 40
Share

SettingsSettingsSettings
Soft Test Trivia: MCQ Quiz! - Quiz

.


Questions and Answers
  • 1. 

    Which is not a type of review?

    • A.

      Walkthrough

    • B.

      Inspection

    • C.

      Informal review

    • D.

      Management approval

    Correct Answer
    D. Management approval
  • 2. 

    Which of the following artifacts can be examined by using review techniques?

    • A.

      Software code

    • B.

      Requirements specification

    • C.

      Test designs

    • D.

      All of the above

    Correct Answer
    D. All of the above
  • 3. 

    A walkthrough is lead by the __________.

    • A.

      Author

    • B.

      Moderator

    • C.

      Trainer

    • D.

      Leader

    Correct Answer
    A. Author
  • 4. 

    ______ is an optional step in a formal review process.

    • A.

      Kick-off

    • B.

      Rework

    • C.

      Preparation

    • D.

      Follow-up

    Correct Answer
    A. Kick-off
  • 5. 

    Very ______testing may have no documentation at all.

    • A.

      Informal

    • B.

      Formal

    • C.

      Static

    • D.

      Dynamic

    Correct Answer
    A. Informal
  • 6. 

    ______________ testing is a hands-on approach in which testers are involved in minimum planning and maximum test execution.

    • A.

      Error guessing

    • B.

      Exploratory

    • C.

      Structure based

    • D.

      Black box

    Correct Answer
    B. Exploratory
  • 7. 

    ______________ testing is based on the skills and experience of the tester.

    • A.

      Error guessing

    • B.

      Exploratory

    • C.

      Decision table

    • D.

      State transition

    Correct Answer
    A. Error guessing
  • 8. 

    Which of the following would be an example of decision-table testing for a financial application applied at the system-test level?

    • A.

      A table containing rules for combinations of inputs to two fields on a screen

    • B.

      A table containing rules for interfaces between components.

    • C.

      A table containing rules for mortgage applications.

    • D.

      A table containing rules for chess.

    Correct Answer
    C. A table containing rules for mortgage applications.
  • 9. 

    In which document described in IEEE 829 would you find instructions for the steps to be taken for a test including set-up, logging, environment and measurement?

    • A.

      Test plan

    • B.

      Test design specification

    • C.

      Test case specification

    • D.

      Test procedure specification

    Correct Answer
    D. Test procedure specification
  • 10. 

    Which of the following statements about the relationship between statement coverage and decision coverage is correct?

    • A.

      Which of the following statements about the relationship between statement coverage and decision coverage is correct?

    • B.

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

    • C.

      100% decision coverage always means 100% statement coverage.

    • D.

      100% statement coverage always means 100% decision coverage.

    Correct Answer
    C. 100% decision coverage always means 100% statement coverage.
  • 11. 

    During Review meeting, a defect is said to be major when:

    • A.

      Defects could cause a downstream effect

    • B.

      Defects will cause downstream damage; the scope and impact of the defect is beyond the document under inspection.

    • C.

      Defects are not likely to cause downstream damage

    Correct Answer
    A. Defects could cause a downstream effect
  • 12. 

    A person who does the logging especially during formal review such as an inspection is known as.

    • A.

      Scribe

    • B.

      Author

    • C.

      Tester

    • D.

      Moderator

    Correct Answer
    A. Scribe
  • 13. 

    The__________ performs the entry check and the follow-up on the rework, in order to control the quality of the input and output of the review process.

    • A.

      Moderator

    • B.

      Project manager

    • C.

      Test manager

    • D.

      Reviewer

    Correct Answer
    A. Moderator
  • 14. 

    ______ is the most formal review type.

    • A.

      ​Inspection

    • B.

      Walk through

    • C.

      Technical review

    Correct Answer
    A. ​Inspection
  • 15. 

    Which of the success factors that improve the chances of success when implementing reviews?

    • A.

      Explicitly plan and track review activities

    • B.

      Continuously improve process and tools

    • C.

      Pick things that really count

    • D.

      All of them

    Correct Answer
    D. All of them
  • 16. 

    The cyclomatic complexity metric is based on?

    • A.

      The number of decisions in a program.

    • B.

      It provides an indication of the amount of testing necessary to practically avoid defects.

    • C.

      Identify high risk, complex areas.

    • D.

      All of them

    Correct Answer
    D. All of them
  • 17. 

    Which of the following is True?

    • A.

      Static Analysis is for early detection of defects ;

    • B.

      Static Analysis is for identification of defects not easily found in dynamic testing;

    • C.

      Static Analysis provides early warning about suspicious aspects of the code, design or requirements;

    • D.

      All of them

    Correct Answer
    D. All of them
  • 18. 

    Which statement about the function of a static analysis tool is true?

    • A.

      Gives quality information about the code without executing it.

    • B.

      Checks expected results against actual results.

    • C.

      Can detect memory leaks.

    • D.

      Gives information about what code has and has not been exercised.

    Correct Answer
    A. Gives quality information about the code without executing it.
  • 19. 

    What statement about reviews is true?

    • A.

      Inspections are led by a trained moderator, whereas technical reviews are not necessarily.

    • B.

      Technical reviews are led by a trained leader, inspections are not.

    • C.

      In a walkthrough, the author does not attend

    • D.

      Participants for a walkthrough always need to be thoroughly trained

    Correct Answer
    A. Inspections are led by a trained moderator, whereas technical reviews are not necessarily.
  • 20. 

    Static code analysis typically identifies all but one of the following problems. Which is it?

    • A.

      Unreachable code

    • B.

      Undeclared variables

    • C.

      Faults in the requirements

    • D.

      Too few comments

    Correct Answer
    C. Faults in the requirements
  • 21. 

    The control flow structure addresses the sequence in which the ___________ 

    • A.

      Instructions are executed.

    • B.

      The data items are accessed and modified by the code.

    • C.

      data is organised, independent of the program.

    • D.

      None

    Correct Answer
    A. Instructions are executed.
  • 22. 

    Non-functional testing is concerned

    • A.

      With examining how well the system does something, rather than what it does.

    • B.

      With what the system does, its features or functions.

    • C.

      None

    Correct Answer
    A. With examining how well the system does something, rather than what it does.
  • 23. 

    Techniques to test non-functionalaspects are 

    • A.

      Less procedural and less formalized

    • B.

      Less procedural and more formalized

    • C.

      More procedural and less formalized

    Correct Answer
    A. Less procedural and less formalized
  • 24. 

    Structure-based testing techniques 

    • A.

      use the internal structure of the software to derive test cases.

    • B.

      Use functional aspects of software to derive test cases.

    • C.

      Use non-functional aspects of software to derive test cases.

    Correct Answer
    A. use the internal structure of the software to derive test cases.
  • 25. 

    When performing component or integration testing, ____________ forms the basis of the tests.

    • A.

      a design document

    • B.

      A requirement specification document

    • C.

      A high level document

    Correct Answer
    A. a design document
  • 26. 

    An 'invalid' partition in ECP testing means?

    • A.

      A value that cannot be entered by a user

    • B.

      A value that the software should correctly handle by giving error message

    • C.

      A value for which the software gives the correct output

    Correct Answer
    B. A value that the software should correctly handle by giving error message
  • 27. 

    To apply boundary value analysis, 

    • A.

      Always take the minimum and maximum (boundary) values from the valid partition

    • B.

      Always take the minimum and maximum (boundary) values from the invalid partition

    • C.

      Always take the minimum from valid boundary and maximum from the invalid boundary

    Correct Answer
    A. Always take the minimum and maximum (boundary) values from the valid partition
  • 28. 

    Which of the following basic part comes under 'State transition model'?

    • A.

      The states that the software may occupy

    • B.

      The transitions from one state to another

    • C.

      The events that cause a transition and the actions that result from a transition

    • D.

      All of the given parts

    Correct Answer
    D. All of the given parts
  • 29. 

    Use cases are a sequence of steps that describe the interactions.

    • A.

      Between the actor and the system

    • B.

      Between the actor and the admin

    • C.

      Between the one system and the other system

    • D.

      None

    Correct Answer
    A. Between the actor and the system
  • 30. 

    The drawback of code coverage measurement is that:

    • A.

      It measures coverage of what has been written, i.e. the code itself;

    • B.

      It cannot say anything about the software that has not been written

    • C.

      Both

    Correct Answer
    C. Both
  • 31. 

    Which one of the following is true?

    • A.

      Decision coverage measures the coverage of both conditional and unconditional branches;

    • B.

      Branch coverage measures the coverage of both conditional and unconditional branches

    • C.

      Branch coverage measures the coverage of conditional

    Correct Answer
    B. Branch coverage measures the coverage of both conditional and unconditional branches
  • 32. 

    Which one is the Experience Based Technique?

    • A.

      Error guessing

    • B.

      Exploratory testing

    • C.

      Both

    Correct Answer
    C. Both
  • 33. 

    Which one is the Specification Based Technique?

    • A.

      Equivalence partitioning and boundary value analysis

    • B.

      Walkthrough

    • C.

      Statement Coverage

    • D.

      Exploratory Testing

    Correct Answer
    A. Equivalence partitioning and boundary value analysis

Quiz Review Timeline +

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

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 06, 2017
    Quiz Created by
    Bscit_it
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.