Online Exam Quiz

questionQuestion  1 to 30

What does TDD stand for?

  • Test-Driven Development
  • Total Development Duration
  • Test Deployment Document
  • Testing Data Dump
Mark for review

Sanity testing is performed to:

  • Check full system
  • Verify critical functionality
  • Measure system speed
  • Validate design
Mark for review

Which test case attribute is essential?

  • Project name
  • Expected Result
  • Browser used
  • Team size
Mark for review

Which of the following describes monkey testing?

  • Script-based testing
  • Random inputs testing
  • Checklist-based testing
  • Regression testing
Mark for review

Boundary Value Analysis is a part of:

  • Black-box testing
  • White-box testing
  • Unit testing
  • Mutation testing
Mark for review

What is the objective of exploratory testing?

  • Follow scripted steps
  • Follow waterfall model
  • Learn the product on the fly while testing
  • Validate requirements document
Mark for review

Which of the following helps automate functional tests?

  • JMeter
  • QTP/UFT
  • Git
  • Confluence
Mark for review

Which test ensures all statements in code are executed at least once?

  • Loop Testing
  • Decision Testing
  • Statement Coverage
  • Path Testing
Mark for review

What type of testing is done at the developer?s site before the product goes live?

  • Beta Testing
  • Alpha Testing
  • System Testing
  • UAT
Mark for review

Which testing type verifies fixes for reported bugs?

  • Regression
  • UAT
  • Retesting
  • Sanity
Mark for review

What?s the purpose of a test environment?

  • Maintain code history
  • Run and validate tests
  • Manage developers
  • Track timelines
Mark for review

What is exploratory testing?

  • Testing with predefined test cases
  • Automated testing
  • Simultaneous learning and testing
  • Retesting after bug fix
Mark for review

What is meant by test deliverables?

  • Meeting notes
  • Testing outputs like plans, scripts, reports
  • User feedback
  • DevOps tools
Mark for review

Which of the following is NOT true about black-box testing?

  • Tests internal logic
  • Uses functional specifications
  • Does not require code knowledge
  • Validates user requirements
Mark for review

Which of the following is not part of V-model?

  • Design
  • Development
  • Testing
  • Maintenance
Mark for review

What?s the aim of configuration testing?

  • Check UI response
  • Test on various hardware/software setups
  • Stress the database
  • Check CSS rendering
Mark for review

What does test closure activity involve?

  • Writing new test cases
  • Planning future releases
  • Archiving testware and lessons learned
  • Designing new features
Mark for review

Who performs UAT (User Acceptance Testing)?

  • Developers
  • QA Team
  • End-users or Clients
  • Project Manager
Mark for review

What is driver in integration testing?

  • Simulates calling module
  • Used for database test
  • Automates UI
  • Used for performance
Mark for review

What is the main goal of regression testing?

  • Find new defects
  • Improve performance
  • Check code formatting
  • Ensure unchanged functionality still works
Mark for review

Who typically conducts beta testing?

  • Developers
  • QA team
  • End-users
  • Business analysts
Mark for review

Which of the following is an example of white-box testing?

  • Decision Table Testing
  • Path Testing
  • Equivalence Partitioning
  • State Transition
Mark for review

What does a test summary report include?

  • Defect density only
  • Detailed defect logs
  • Overview of testing activities
  • Code coverage tools
Mark for review

What is risk-based testing?

  • Testing only risky modules
  • Prioritizing tests based on risk
  • Ignoring risk factors
  • Only automation testing
Mark for review

What is the aim of load testing?

  • Test correctness
  • Test input handling
  • Measure performance under load
  • Find UI bugs
Mark for review

Which testing is performed without executing the code?

  • Functional Testing
  • Structural Testing
  • Static Testing
  • Dynamic Testing
Mark for review

What does STLC stand for?

  • Software Testing Logic Cycle
  • System Test Level Case
  • Software Testing Life Cycle
  • Software Test Language Compiler
Mark for review

Which test design technique is best for input field ranges?

  • State Transition
  • Use Case
  • Boundary Value Analysis
  • Pairwise Testing
Mark for review

Which of these is NOT a test level?

  • System Testing
  • Integration Testing
  • Static Testing
  • Acceptance Testing
Mark for review

What does white-box testing primarily focus on?

  • User scenarios
  • UI behavior
  • Code logic
  • Business flows
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