Online Exam Quiz

questionQuestion  1 to 30

What is the difference between verification and validation?

  • Verification checks if the software meets user needs, validation checks if it is built correctly
  • Verification checks if the software is built correctly, validation checks if it meets user needs
  • There is no difference
  • Verification is only for code, validation is for documentation
Mark for review

What is the definition of risk-based testing?

  • Testing based on the likelihood of failure of different software components
  • Testing based on risk management policies
  • Testing to reduce costs
  • Testing based on user feedback
Mark for review

What is static testing?

  • Testing of code execution
  • Testing without executing code
  • Testing only UI
  • Performance testing
Mark for review

What is a test case design technique?

  • A method to develop test cases based on requirements
  • A method to execute test cases
  • A method to identify defects
  • A method to track test results
Mark for review

What does the term "non-repudiation" mean in the context of software security?

  • Ensuring data integrity
  • Ensuring that an entity cannot deny its actions
  • Preventing unauthorized access
  • Ensuring that data is encrypted
Mark for review

What is the purpose of a review in the context of software testing?

  • To track test case execution
  • To analyze test results
  • To identify defects in documents, code, or design before the testing phase
  • To automate test cases
Mark for review

What is the first step in a typical defect lifecycle?

  • Test execution
  • Logging the defect
  • Defect triage
  • Test planning
Mark for review

What is a stub in integration testing?

  • A placeholder for a called component
  • A bug
  • A test case
  • Data file
Mark for review

What does regression testing check?

  • UI layout
  • Performance
  • That changes haven?t introduced new defects
  • Requirement gaps
Mark for review

What is the primary purpose of a test strategy?

  • Define the test cases
  • Outline the testing process
  • Test individual modules
  • Review the source code
Mark for review

Which is a dynamic testing technique?

  • Code walkthrough
  • Data flow analysis
  • Exploratory testing
  • Review checklist
Mark for review

What is meant by verification?

  • Checking the final product meets needs
  • Ensuring the product is built right
  • User testing
  • Reporting issues
Mark for review

What is a test suite?

  • Collection of test cases grouped logically
  • A debugging tool
  • System error log
  • User story
Mark for review

What is the difference between exploratory testing and scripted testing?

  • Exploratory testing is unplanned and based on tester experience, scripted testing follows predefined test cases
  • Scripted testing is unplanned, exploratory testing is based on predefined cases
  • Exploratory testing uses automation tools, scripted testing does not
  • There is no difference
Mark for review

What is the main objective of testing in Agile?

  • To ensure the final product meets user needs
  • To evaluate code quality
  • To monitor developers
  • To test only the code
Mark for review

Which of the following is a characteristic of a good test case?

  • Test case design is based on random inputs
  • The expected result is unclear
  • It is independent of other test cases
  • Test case description is not necessary
Mark for review

What is the correct order of the software testing lifecycle?

  • Planning ? Design ? Execution ? Closure
  • Design ? Planning ? Execution ? Closure
  • Execution ? Planning ? Design ? Closure
  • Planning ? Execution ? Closure ? Design
Mark for review

What does ISTQB stand for?

  • International Software Testing Quality Board
  • International Standard Testing Qualification Board
  • International Software Testing Qualifications Board
  • International Software Test Quality Board
Mark for review

What does a test suite refer to?

  • A collection of test cases grouped based on the test objective
  • A tool to execute test cases
  • A report summarizing test activities
  • A defect tracking system
Mark for review

What is the purpose of regression testing?

  • To test new features
  • To ensure that existing functionality has not been affected by recent changes
  • To measure performance under load
  • To verify system security
Mark for review

What does the term "test automation framework" refer to?

  • A set of guidelines for executing manual tests
  • A tool for tracking defects
  • A structured approach to test automation
  • A programming language for writing tests
Mark for review

What is the primary purpose of a defect life cycle?

  • To track the status of defects from identification to resolution
  • To manage test execution time
  • To create test scripts
  • To evaluate test performance
Mark for review

Which testing is performed first?

  • Regression testing
  • Integration testing
  • Unit testing
  • System testing
Mark for review

What is the main benefit of using an automation testing tool?

  • Faster execution of repetitive tests
  • Improved usability
  • Reduced number of defects
  • More detailed defect reports
Mark for review

What does the term "defect density" refer to?

  • The number of defects per unit of software size
  • The time taken to resolve defects
  • The type of defects in a system
  • The location of defects in a system
Mark for review

Which one is a black-box testing technique?

  • Statement testing
  • Decision coverage
  • Equivalence partitioning
  • Path testing
Mark for review

What is a test condition?

  • Condition to stop testing
  • Feature or functionality that can be tested
  • Log entry
  • UI button
Mark for review

What is a test log?

  • List of bugs
  • Record of test execution activities and results
  • Script list
  • Database
Mark for review

What is a test oracle?

  • Testing standard
  • Expected result used for comparison
  • Regression tool
  • Customer manual
Mark for review

What is a test report?

  • A document detailing the test cases executed
  • A document summarizing the testing process and outcomes
  • A list of system requirements
  • A guide for creating test environments
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review