Online Exam Quiz

questionQuestion  1 to 30

What is a walkthrough in testing?

  • Formal review
  • Informal review of documents/code
  • Bug fixing session
  • Release plan meeting
Mark for review

What is severity in defect tracking?

  • Business impact
  • Priority to fix
  • Number of test cases failed
  • Error message
Mark for review

Which testing checks the entire application flow?

  • Unit testing
  • Component testing
  • End-to-end testing
  • Smoke testing
Mark for review

What is the goal of system testing?

  • Test modules
  • Test integration points
  • Test entire system as a whole
  • Test bugs only
Mark for review

When is confirmation testing done?

  • To confirm requirement
  • After defect is fixed
  • During regression
  • After UAT
Mark for review

What is installation testing?

  • Code deployment
  • Checking installation process of software
  • DB testing
  • UI validation
Mark for review

When is maintenance testing performed?

  • During development
  • After system failure or change
  • Before release
  • During design
Mark for review

What does "test oracle" refer to?

  • The software being tested
  • Expected results used to evaluate outcomes
  • Test environment
  • DevOps tool
Mark for review

What is static testing?

  • Testing without execution
  • Performance testing
  • Functional testing
  • UI validation
Mark for review

What is exploratory testing?

  • Testing using scripts
  • Ad hoc testing using tester?s intuition
  • Performance testing
  • UAT
Mark for review

What is test coverage?

  • Number of defects
  • Amount of code executed by tests
  • Memory usage
  • Time taken by test
Mark for review

What is release note?

  • A bug report
  • Document provided with software release describing changes
  • Test report
  • Test Plan
Mark for review

UAT stands for:

  • User Activity Test
  • User Acceptance Testing
  • Unit Analysis Testing
  • Unified App Testing
Mark for review

What is the main benefit of manual testing?

  • Faster execution
  • Lower cost
  • Human perspective in UI testing
  • Reusability
Mark for review

When does non-functional testing occur?

  • Only in UAT
  • Alongside functional testing
  • Never
  • During unit testing
Mark for review

What does validation ensure in testing?

  • The system meets the business needs
  • The code is written correctly
  • The server runs properly
  • The network is secure
Mark for review

What is a test scenario?

  • A test case
  • A high-level description of what to test
  • A defect
  • An output
Mark for review

What is reliability testing?

  • Test the output format
  • Test whether software performs consistently
  • UI testing
  • Code quality check
Mark for review

Which testing is performed without using any tools?

  • Manual testing
  • Automation testing
  • Load testing
  • Performance testing
Mark for review

Which of the following is not a functional test?

  • Smoke test
  • Regression
  • Load test
  • Sanity test
Mark for review

What is test data?

  • Result of testing
  • Data used to run test cases
  • Data stored in DB
  • User credentials
Mark for review

What is meant by benchmarking in testing?

  • UI measurement
  • Performance comparison with standard
  • Functional audit
  • Data filtering
Mark for review

Equivalence partitioning is used to:

  • Verify boundary inputs
  • Divide input data into valid/invalid partitions
  • Optimize performance
  • Validate UI
Mark for review

What is the key benefit of boundary value analysis?

  • Tests outside functionality
  • Reduces test cases by focusing on edges
  • Ignores invalid inputs
  • Checks UI only
Mark for review

What does black-box testing focus on?

  • Source code
  • Internal design
  • Input-output behavior
  • Database structure
Mark for review

What is error guessing technique?

  • Random test
  • Tests based on experience to find bugs
  • API-based testing
  • Non-functional testing
Mark for review

What is defect leakage?

  • Defect missed in test but found in production
  • Reopened bug
  • Multiple bugs
  • Low-priority bug
Mark for review

What is pesticide paradox?

  • Test scripts eliminate all bugs
  • New tests are required as old ones lose effectiveness
  • Bug rate increases over time
  • Too many test tools
Mark for review

What is the goal of integration testing?

  • Test complete system
  • Verify modules work together
  • Test UI
  • Automate tests
Mark for review

What is a test case?

  • A bug report
  • A step-by-step testing instruction
  • A requirement doc
  • A configuration file
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