Home / CSE MCQs / JUnit MCQs :: JUnit Coarse-grained Testing with Stubs

CSE MCQs :: JUnit MCQs

  1. Mutation testing is a form of ______________
  2. A.
    Black Box Testing
    B.
    Redundancy
    C.
    White Box Testing
    D.
    Loss Testing

  3. Input data from the test must __________ the program state by causing different program states for the mutant and the original program.
  4. A.
    Reach
    B.
    Infect
    C.
    Kill
    D.
    Destroy

  5. For the statement if( a || b) , which is not a mutant?
  6. A.
    if(a && b)
    B.
    if(a & b)
    C.
    if( a | b)
    D.
    if( a || b)

  7. ____________ is the process of checking whether the software meets the customer requirements as well as evaluating it after the development process.
  8. A.
    Validation
    B.
    Verification
    C.
    Design Check
    D.
    Design Evaluation

  9. _______________ is a document that contains the steps that has to be executed.
  10. A.
    Test Scenarios
    B.
    Test Cases
    C.
    Test Script
    D.
    Latent defect

  11. __________________ involves running a product through a series of specific tests which determine whether the product meets the needs of its users.
  12. A.
    User Acceptance Testing
    B.
    Unit Testing
    C.
    Loss Testing
    D.
    System Testing

  13. PVC stands for _____________
  14. A.
    Parameter Value Condition
    B.
    Parameterised Values Check
    C.
    Parameter Value Coverage
    D.
    Path Value Check

  15. ________________ criterion requires that inside each decision, all combinations of conditions are tested.
  16. A.
    Redundant Condition/decision coverage
    B.
    Multiple condition coverage
    C.
    Modified Condition/decision coverage
    D.
    Lossless Condition/decision coverage

  17. STLC stands for ______________
  18. A.
    Software Test Locale Code
    B.
    Software Transfer Limited Code
    C.
    Software Total Licence Control
    D.
    Software Test Life Cycle

  19. COTS means ___________
  20. A.
    Cover Over The Source
    B.
    Come Over The Standard
    C.
    Commercial off The Shelf
    D.
    Connecting Online Test Service