Home / CSE MCQs / JUnit MCQs :: JUnit Test Coverage and Development

CSE MCQs :: JUnit MCQs

  1. A Use-case realization describes how a particular __________ is realized within the design model.
  2. A.
    Class
    B.
    Object
    C.
    Use case
    D.
    Function

  3. Exploratory testing is often thought of as a ______________ technique.
  4. A.
    White box testing
    B.
    Functional testing
    C.
    Non-functional testing
    D.
    Black box testing

  5. __________________ is a methodology for modelling and documenting software systems based on best practices.
  6. A.
    TDD
    B.
    FDD
    C.
    Scrum
    D.
    AM

  7. Random testing often known as __________ testing
  8. A.
    Monkey
    B.
    Amorous
    C.
    Sporadic
    D.
    Unknown

  9. A ____________ test is when a valid input is put and some action to be completed in accordance with the specification is expected.
  10. A.
    Positive
    B.
    Regression
    C.
    Negative
    D.
    Neutral

  11. Static analysis cannot ____________
  12. A.
    Enforce coding standards
    B.
    Help in code understanding
    C.
    Identify anomalies or defects in the code
    D.
    Detect memory leaks

  13. RTM stands for ____________
  14. A.
    Repeated Trade Matrix
    B.
    Redundant Trace Module
    C.
    Robust Test Mechanism
    D.
    Requirement traceability matrix

  15. RTM is prepared ___________
  16. A.
    After test case designing
    B.
    Before test case designing
    C.
    During test case designing
    D.
    Not prepared

  17. _____________looks for known security issues by using automated tools to match conditions with known vulnerabilities.
  18. A.
    Discovery
    B.
    Vulnerability Scan
    C.
    Security Assessment
    D.
    Penetration Test

  19. _________ is driven by an Audit or a Risk function to look at a specific control or compliance issue.
  20. A.
    Security Audit
    B.
    Vulnerability Scan
    C.
    Vulnerability Assessment
    D.
    Penetration Test