Soft Test Trivia: MCQ Quiz!

33 Questions | Attempts: 40
Share
SettingsSettings
Please wait...
  • 1/33 Questions

    Which is not a type of review?

    • Walkthrough
    • Inspection
    • Informal review
    • Management approval
Please wait...
About This Quiz

.

Soft Test Trivia: MCQ Quiz! - Quiz

Quiz Preview

  • 2. 

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

    • Software code

    • Requirements specification

    • Test designs

    • All of the above

    Correct Answer
    A. All of the above
  • 3. 

    A walkthrough is lead by the __________.

    • Author

    • Moderator

    • Trainer

    • Leader

    Correct Answer
    A. Author
  • 4. 

    ______ is an optional step in a formal review process.

    • Kick-off

    • Rework

    • Preparation

    • Follow-up

    Correct Answer
    A. Kick-off
  • 5. 

    Very ______testing may have no documentation at all.

    • Informal

    • Formal

    • Static

    • Dynamic

    Correct Answer
    A. Informal
  • 6. 

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

    • Error guessing

    • Exploratory

    • Structure based

    • Black box

    Correct Answer
    A. Exploratory
  • 7. 

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

    • Error guessing

    • Exploratory

    • Decision table

    • 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 table containing rules for combinations of inputs to two fields on a screen

    • A table containing rules for interfaces between components.

    • A table containing rules for mortgage applications.

    • A table containing rules for chess.

    Correct Answer
    A. 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?

    • Test plan

    • Test design specification

    • Test case specification

    • Test procedure specification

    Correct Answer
    A. Test procedure specification
  • 10. 

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

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

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

    • 100% decision coverage always means 100% statement coverage.

    • 100% statement coverage always means 100% decision coverage.

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

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

    • Defects could cause a downstream effect

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

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

    • Scribe

    • Author

    • Tester

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

    • Moderator

    • Project manager

    • Test manager

    • Reviewer

    Correct Answer
    A. Moderator
  • 14. 

    ______ is the most formal review type.

    • ​Inspection

    • Walk through

    • Technical review

    Correct Answer
    A. ​Inspection
  • 15. 

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

    • Explicitly plan and track review activities

    • Continuously improve process and tools

    • Pick things that really count

    • All of them

    Correct Answer
    A. All of them
  • 16. 

    The cyclomatic complexity metric is based on?

    • The number of decisions in a program.

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

    • Identify high risk, complex areas.

    • All of them

    Correct Answer
    A. All of them
  • 17. 

    Which of the following is True?

    • Static Analysis is for early detection of defects ;

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

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

    • All of them

    Correct Answer
    A. All of them
  • 18. 

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

    • Gives quality information about the code without executing it.

    • Checks expected results against actual results.

    • Can detect memory leaks.

    • 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?

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

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

    • In a walkthrough, the author does not attend

    • 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?

    • Unreachable code

    • Undeclared variables

    • Faults in the requirements

    • Too few comments

    Correct Answer
    A. Faults in the requirements
  • 21. 

    The control flow structure addresses the sequence in which the ___________ 

    • Instructions are executed.

    • The data items are accessed and modified by the code.

    • data is organised, independent of the program.

    • None

    Correct Answer
    A. Instructions are executed.
  • 22. 

    Non-functional testing is concerned

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

    • With what the system does, its features or functions.

    • None

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

    Techniques to test non-functionalaspects are 

    • Less procedural and less formalized

    • Less procedural and more formalized

    • More procedural and less formalized

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

    Structure-based testing techniques 

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

    • Use functional aspects of software to derive test cases.

    • 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 design document

    • A requirement specification document

    • A high level document

    Correct Answer
    A. a design document
  • 26. 

    An 'invalid' partition in ECP testing means?

    • A value that cannot be entered by a user

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

    • A value for which the software gives the correct output

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

    To apply boundary value analysis, 

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

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

    • 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'?

    • The states that the software may occupy

    • The transitions from one state to another

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

    • All of the given parts

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

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

    • Between the actor and the system

    • Between the actor and the admin

    • Between the one system and the other system

    • None

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

    The drawback of code coverage measurement is that:

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

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

    • Both

    Correct Answer
    A. Both
  • 31. 

    Which one of the following is true?

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

    • Branch coverage measures the coverage of both conditional and unconditional branches

    • Branch coverage measures the coverage of conditional

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

    Which one is the Experience Based Technique?

    • Error guessing

    • Exploratory testing

    • Both

    Correct Answer
    A. Both
  • 33. 

    Which one is the Specification Based Technique?

    • Equivalence partitioning and boundary value analysis

    • Walkthrough

    • Statement Coverage

    • Exploratory Testing

    Correct Answer
    A. Equivalence partitioning and boundary value analysis

Quiz Review Timeline (Updated): Mar 21, 2022 +

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.