Online Exam Quiz

questionQuestion  1 to 30

What is the main purpose of continuous integration in software development?

  • To manage test cases
  • To integrate code changes frequently and detect defects early
  • To define software requirements
  • To implement test automation
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

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

What is test environment setup?

  • Installing tools
  • Setting up hardware/software needed for testing
  • Hiring testers
  • Code compilation
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

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 goal of configuration management in software testing?

  • To ensure the configuration of the testing environment is consistent
  • To automate test cases
  • To track the software versions
  • To optimize performance
Mark for review

What is the definition of boundary value in boundary value analysis?

  • The values that are close to the boundaries of input conditions
  • The maximum possible values
  • The minimum input values
  • The most frequent values
Mark for review

What is pairwise testing?

  • Test in pairs
  • Combinatorial technique covering parameter pairs
  • UI pairs
  • Manual-automation mix
Mark for review

What is the best time to start testing?

  • After development
  • After deployment
  • As early as possible in SDLC
  • During training
Mark for review

Which is a dynamic testing technique?

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

What is the purpose of acceptance testing in Agile development?

  • To check if the user story meets business requirements
  • To check individual units of code
  • To test the performance under load
  • To verify that the system meets security standards
Mark for review

What is the main aim of load testing?

  • To test system functionality
  • To check how the system behaves under a normal load
  • To test system speed
  • To verify system security
Mark for review

What is an acceptance criterion?

  • A condition that must be met for a product to be accepted
  • A defect identified during testing
  • A list of requirements for testing
  • A test case for a specific functionality
Mark for review

What is usability testing?

  • Checking functionality
  • Testing how user-friendly the system is
  • Backend testing
  • Security validation
Mark for review

What is an incident in testing terms?

  • Test completion
  • System crash or unexpected behavior
  • Completed sprint
  • Code block
Mark for review

What is a test charter in exploratory testing?

  • A goal or purpose of the test session
  • Test script
  • Tool name
  • Code block
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

Which of the following is NOT a level of testing?

  • Unit testing
  • System testing
  • Acceptance testing
  • Debugging
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

What is the key difference between functional and non-functional testing?

  • Functional testing validates the product?s behavior, non-functional testing checks performance and usability
  • Functional testing checks performance, non-functional testing checks behavior
  • Functional testing is for developers, non-functional testing is for testers
  • Non-functional testing checks security, functional testing checks usability
Mark for review

What is the focus of usability testing?

  • To evaluate the system?s user interface and ease of use
  • To check functionality
  • To ensure system compatibility
  • To verify security measures
Mark for review

What is load testing?

  • UI response check
  • Performance under expected load
  • Functional test
  • Compatibility test
Mark for review

What is the goal of exploratory testing?

  • Script-based testing
  • Ad-hoc testing based on tester knowledge
  • UI layout check
  • Automation
Mark for review

What is the role of a test manager?

  • Write all code
  • Automate tests
  • Plan, control, and manage testing activities
  • Review UI only
Mark for review

What is the role of a test environment?

  • To monitor user interaction
  • To track requirements
  • To provide hardware and software for testing
  • To perform user acceptance testing
Mark for review

What is the main objective of boundary value analysis?

  • To test data that is at the boundary of the input domain
  • To check for UI layout errors
  • To test performance
  • To check for usability issues
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 the main purpose of performance testing?

  • To ensure the software works on all platforms
  • To evaluate how the software behaves under stress
  • To validate user inputs
  • To find security vulnerabilities
Mark for review

What is error guessing?

  • Random testing
  • Using experience to anticipate errors
  • Predicting test results
  • Automated 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