Study

CODE TESTING READING COMPREHENSION

  •   0%
  •  0     0     0

  • Which testing type checks if recent code changes broke existing features?
    Regression Testing
    Acceptance Testing
    System Testing
    Integration Testing
  • Acceptance Testing checks if the software:
    Has no spelling mistakes.
    Meets business requirements.
    IDK
    Runs on different computers.
  • Continuous Integration (CI) helps developers by:
    Writing code for them
    Running code and tests automatically when changes happen
    Making coffee breaks longer
    Hiding bugs from users
  • Which tool is NOT mentioned for System Testing?
    JUnit
    IDK
    TestComplete
    QTP
  • What is the purpose of Integration Testing?
    To design the interface
    To test only the database
    To write user manuals
    To check if different modules work together
  • Regularly reviewing and updating tests is important because:
    Software never changes
    Tests must match new features and fixes
    It removes the need for automation
    It reduces file size
  • High test coverage means:
    Most of the code is exercised by tests
    Developers work longer hours
    The software runs on many computers
    All bugs are automatically fixed
  • Which tool is specifically mentioned for Acceptance Testing?
    Selenium
    TestComplete
    PyTest
    FitNesse
  • Which of these is not listed as a testing tool in the text?
    Postman
    JUnit
    Photoshop
    Cucumber
  • System Testing is done in an environment that is:
    Production-like
    Used only by marketing teams
    Completely fake and unrelated
    Only for design approval
  • Test-Driven Development (TDD) encourages:
    Writing tests before code
    Waiting until the project ends to test
    Ignoring tests
    Only manual testing
  • What is the main purpose of Unit Testing?
    To check the whole system.
    To test new features only.
    IDK
    To test individual parts of a program.
  • (True or False) Regression Testing makes sure new changes don’t break old features.
    IDK x 2
    False
    True
    IDK
  • What does System Testing check?
    The color of the website
    Only one small part of the code
    IDK
    The complete software system
  • Continuous Integration means testing code only at the end of a project.
    True
    False
    IDK
    IDK x 2
  • What is the first step in Test-Driven Development (TDD)?
    Deploy the app
    Write the code first
    IDK
    Write the tests first
  • What is the main goal of Unit Testing?
    To validate each small component.
    To check if users like the design.
    To ensure the whole system works.
    To test only after deployment.
  • Which tool is used for Integration Testing?
    Postman
    PyTest
    IDK
    TestComplete