Online Exam Quiz

questionQuestion  1 to 30

When do we perform sanity testing?

  • After major release
  • After regression testing
  • After minor code change
  • Before development
Mark for review

Which of these is NOT static testing?

  • Code walkthrough
  • Code inspection
  • Unit test
  • Desk check
Mark for review

Compatibility testing checks:

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

Which term means re-running failed tests after a fix?

  • Load Testing
  • Retesting
  • Sanity Testing
  • Benchmarking
Mark for review

What is test coverage analysis?

  • Time spent on testing
  • Checking how much code or functionality has been tested
  • Number of bugs found
  • Resource utilization
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

Which type of testing validates internal paths and conditions?

  • Black-box testing
  • User testing
  • White-box testing
  • Usability testing
Mark for review

Which is a disadvantage of manual testing?

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

What is the main goal of system testing?

  • Test user experience
  • Validate individual modules
  • Test complete integrated system
  • Code review
Mark for review

Which of the following is not part of agile testing?

  • Continuous testing
  • Iterative delivery
  • Big Bang testing
  • Early feedback
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

Smoke testing is also known as:

  • Final testing
  • Build verification testing
  • Performance testing
  • Functional testing
Mark for review

Which testing is used before product release to market?

  • Unit
  • Alpha
  • Beta
  • Module
Mark for review

Sanity testing is performed to:

  • Check full system
  • Verify critical functionality
  • Measure system speed
  • Validate design
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

A test environment includes:

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

Who typically conducts beta testing?

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

Which one is a non-functional requirement?

  • Login validation
  • Password encryption
  • Page load time
  • Admin access
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

Which technique uses cause-effect graphs?

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

Which is a dynamic testing technique?

  • Code Walkthrough
  • Code Inspection
  • Boundary Value Analysis
  • Control Flow Analysis
Mark for review

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

  • Retest
  • Assigned
  • Closed
  • Open
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

What is the primary focus of validation testing?

  • Database testing
  • Are we building the right product?
  • Code review
  • Hardware checks
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 role of a test plan?

  • Execute tests
  • Track defects
  • Define testing scope and approach
  • Log results
Mark for review

What does white-box testing primarily focus on?

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

What does ?test coverage? measure?

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

The expected result of a test case is:

  • Defined by tester
  • Always pass
  • Part of test script
  • What should happen for a given input
Mark for review

Which tool is used for performance testing?

  • Selenium
  • LoadRunner
  • JUnit
  • QTP
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