Online Exam Quiz

questionQuestion  1 to 30

Which of the following is a disadvantage of automation testing?

  • Increased initial investment
  • Quick execution of test cases
  • Reduces human error
  • Better coverage for repetitive tests
Mark for review

Which type of testing is difficult to automate?

  • Regression
  • Load
  • Usability
  • Smoke
Mark for review

What type of testing would be most beneficial for validating an application's performance under load?

  • Usability testing
  • Stress testing
  • Functional testing
  • Load testing
Mark for review

Which is the best practice when writing automation scripts?

  • Reuse code wherever possible
  • Write long and complex scripts for every scenario
  • Test only the happy path
  • Use manual testing for everything
Mark for review

What is the most suitable tool for testing REST APIs?

  • SoapUI
  • JUnit
  • Selenium
  • Appium
Mark for review

What is the primary purpose of continuous integration in automated testing?

  • To ensure tests are executed continuously with each change
  • To reduce the manual effort in coding
  • To monitor software performance
  • To create test data
Mark for review

What is ?flaky test? in automation?

  • A test that never fails
  • A test that randomly fails
  • A test with full coverage
  • A performance bottleneck
Mark for review

Which of the following is NOT an automation testing tool?

  • Selenium
  • JUnit
  • Appium
  • Jenkins
Mark for review

In TestNG, what is a test suite?

  • One test method
  • Group of tests in one class
  • A collection of test classes
  • A data file
Mark for review

What does ?cross-browser testing? ensure?

  • Database compatibility
  • Uniform application performance across browsers
  • Functional completeness
  • Security compliance
Mark for review

What is meant by test automation ROI?

  • Time taken to create test cases
  • Number of failed tests
  • Value gained versus cost incurred
  • Success rate of execution
Mark for review

How does headless browser help in automation?

  • Increases visual verification
  • Improves UI speed
  • Executes without GUI to save resources
  • Enhances screenshots
Mark for review

What is the benefit of modular test automation?

  • Reduces code reusability
  • Encourages duplication
  • Promotes maintenance and reusability
  • Increases execution time
Mark for review

Which keyword is used in Java to handle exceptions in Selenium?

  • try-catch
  • catchError
  • handleException
  • recover
Mark for review

What does "parallel test execution" mean in automated testing?

  • Running multiple tests at the same time
  • Running tests one by one in sequence
  • Running tests on multiple machines
  • Running tests across different platforms
Mark for review

How is implicit wait different from explicit wait in Selenium?

  • Explicit wait is less flexible
  • Implicit wait is targeted
  • Implicit wait is global and applies to all elements
  • They are the same
Mark for review

Which of the following tools is used for continuous integration in automation testing?

  • Selenium
  • Jenkins
  • QTP
  • LoadRunner
Mark for review

What is the use of the "assert" function in automation testing?

  • To define the expected result
  • To record the output of a test
  • To handle exceptions
  • To trigger alerts
Mark for review

Which test case is best suited for automation?

  • One-time execution test
  • High-risk and frequently executed test
  • Ad-hoc test
  • Exploratory test
Mark for review

Which tool is used for API testing?

  • SoapUI
  • JUnit
  • Appium
  • Selenium
Mark for review

What type of data is used in data-driven frameworks?

  • Static content
  • Hardcoded values
  • External input like Excel or CSV
  • GUI layouts
Mark for review

What is meant by ?test execution engine? in automation?

  • Manages test data
  • Compiles test cases
  • Executes test scripts
  • Validates UI design
Mark for review

What is a "test suite" in the context of automation?

  • A set of related test cases executed together
  • A test report generated at the end of execution
  • A single test case
  • A user interface used to define test data
Mark for review

What tool is commonly used for test report generation in Java automation?

  • ExtentReports
  • Maven
  • Jenkins
  • Git
Mark for review

What is the main purpose of Jenkins in automation testing?

  • To execute automated tests
  • To handle test data
  • To create test scripts
  • To generate test reports
Mark for review

Which of the following best helps reduce test maintenance effort?

  • Hard-coded values
  • Centralized locators
  • Static test data
  • Rewriting test code
Mark for review

What is the "Page Object Model" in Selenium?

  • A design pattern that promotes reusability and maintainability of test scripts
  • A model for creating automated test reports
  • A tool for simulating real user behavior
  • A method for automating backend tests
Mark for review

What is the use of test data in automation testing?

  • Logs test failures
  • Simulates user inputs
  • Replaces test scripts
  • Organizes report
Mark for review

What is the advantage of using "Headless Testing" in automation?

  • It speeds up execution by not loading the UI
  • It allows testing on mobile devices
  • It simulates real-world user behavior
  • It integrates better with CI/CD pipelines
Mark for review

What is an automation script?

  • A test document
  • A coded sequence that performs test actions
  • A bug report
  • A test log
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