Online Exam Quiz

questionQuestion  1 to 30

Which of these is NOT a test level?

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

What is the key feature of black-box testing?

  • No code knowledge required
  • Code coverage focus
  • Conducted by developers
  • Based on logic paths
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

When do we perform sanity testing?

  • After major release
  • After regression testing
  • After minor code change
  • Before development
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

What type of defect occurs due to improper coding logic?

  • Logical Error
  • Syntax Error
  • Runtime Error
  • Integration Error
Mark for review

A test environment includes:

  • Code repository
  • Test cases
  • Hardware and software setup
  • User manual
Mark for review

Which test is done to confirm bug fixes?

  • Regression Testing
  • Retesting
  • Unit Testing
  • Performance Testing
Mark for review

Which is a disadvantage of manual testing?

  • Cost-effective
  • Accurate
  • Repetitive and time-consuming
  • Suitable for regression
Mark for review

Which of the following is NOT a black-box technique?

  • Equivalence Partitioning
  • Boundary Value Analysis
  • State Transition
  • Condition Coverage
Mark for review

Which testing type ensures that the system meets user expectations?

  • System Testing
  • Regression Testing
  • Acceptance Testing
  • Sanity Testing
Mark for review

What is the primary focus of validation testing?

  • Database testing
  • Are we building the right product?
  • Code review
  • Hardware checks
Mark for review

Compatibility testing checks:

  • Hardware failures
  • Performance metrics
  • Software behavior across platforms
  • Code bugs
Mark for review

Which testing type verifies fixes for reported bugs?

  • Regression
  • UAT
  • Retesting
  • Sanity
Mark for review

Which technique uses cause-effect graphs?

  • Equivalence Partitioning
  • Error Guessing
  • Cause-Effect Graphing
  • Boundary Testing
Mark for review

A test case is considered "passed" when:

  • It matches expected result
  • Bug is logged
  • Developer agrees
  • Test tool logs it
Mark for review

In defect life cycle, after ?New?, the defect status is:

  • Retest
  • Assigned
  • Closed
  • Open
Mark for review

In software testing, severity refers to:

  • How often a bug appears
  • Impact of the defect
  • How hard it is to fix
  • Priority given by users
Mark for review

Which one is a white-box testing technique?

  • Decision Table Testing
  • Statement Coverage
  • Equivalence Partitioning
  • Error Guessing
Mark for review

When does regression testing occur?

  • After UI testing
  • After a change is made
  • Before test planning
  • During unit testing
Mark for review

What is reliability testing?

  • Check software's installation process
  • Check software under maximum load
  • Check if software works under stress
  • Check software consistency over time
Mark for review

What does ?test coverage? measure?

  • Number of passed tests
  • % of code tested
  • Test case execution speed
  • Memory usage
Mark for review

What does usability testing NOT measure?

  • Navigation ease
  • System responsiveness
  • User satisfaction
  • Code complexity
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

What does TDD stand for?

  • Test-Driven Development
  • Total Development Duration
  • Test Deployment Document
  • Testing Data Dump
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 does white-box testing primarily focus on?

  • User scenarios
  • UI behavior
  • Code logic
  • Business flows
Mark for review

A critical defect is:

  • A cosmetic issue
  • One that blocks further testing
  • Minor functionality flaw
  • Non-reproducible issue
Mark for review

Which testing ensures data security and privacy?

  • Functional Testing
  • Security Testing
  • Load Testing
  • Unit Testing
Mark for review

Which test is run to ensure a stable build is available for testing?

  • Functional Testing
  • Sanity Testing
  • Smoke Testing
  • Load Testing
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