Online Exam Quiz

questionQuestion  1 to 30

What is the benefit of modular test automation?

  • Reduces code reusability
  • Encourages duplication
  • Promotes maintenance and reusability
  • Increases execution time
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 tool is commonly used for test report generation in Java automation?

  • ExtentReports
  • Maven
  • Jenkins
  • Git
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

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

  • Selenium
  • Jenkins
  • QTP
  • LoadRunner
Mark for review

Which of the following is the best automation tool for cross-browser testing?

  • TestNG
  • Selenium
  • JUnit
  • LoadRunner
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 tool is preferred for running automation suites in pipelines?

  • Postman
  • Jenkins
  • Selenium IDE
  • SoapUI
Mark for review

What does "test coverage" refer to in automation testing?

  • The amount of code tested by automated scripts
  • The total number of tests executed
  • The number of test scenarios generated automatically
  • The accuracy of test results
Mark for review

Which Selenium command is used to type into text boxes?

  • sendKeys()
  • click()
  • typeText()
  • setText()
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

What is the purpose of a "dummy" or "mock" object in automation testing?

  • To simulate a real object during testing
  • To speed up test execution
  • To store the test results
  • To simulate an error in the system
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 is the primary focus of performance testing in automation?

  • To test the response time of the system
  • To test the functionality of a system
  • To test the usability of a system
  • To test the security of a system
Mark for review

What language does Selenium WebDriver use for test scripts?

  • Java
  • C#
  • Python
  • All of the above
Mark for review

Which one is a test management tool?

  • Jenkins
  • Selenium
  • Jira
  • GIT
Mark for review

Which testing type is best automated for faster feedback?

  • Exploratory Testing
  • Usability Testing
  • Regression Testing
  • User Acceptance Testing
Mark for review

In which scenario is automation testing most beneficial?

  • Repetitive test cases
  • Exploratory testing
  • Usability testing
  • Test cases with complex user interfaces
Mark for review

Which is NOT a part of the test automation life cycle?

  • Test Planning
  • Test Execution
  • Test Migration
  • Test Maintenance
Mark for review

Which one is NOT a feature of Selenium WebDriver?

  • Desktop application support
  • Multi-browser support
  • Multi-language support
  • Integration with TestNG
Mark for review

What does "locator strategy" refer to in Selenium?

  • A tool to track issues
  • A way to locate UI elements
  • An execution order
  • A bug tracking method
Mark for review

In automation, which technique is used to simulate user input?

  • Regression testing
  • Headless browser
  • Scripting
  • UI Interaction
Mark for review

What is a test harness?

  • A GUI for manual testing
  • A unit testing library
  • A set of tools for executing and reporting tests
  • A configuration file
Mark for review

What is a benefit of using a test automation framework?

  • Better reporting
  • Code reusability
  • Easy debugging
  • All of the above
Mark for review

Which type of testing is difficult to automate?

  • Regression
  • Load
  • Usability
  • Smoke
Mark for review

What is the primary benefit of automation in software testing?

  • Reduced test execution time
  • Increased test coverage
  • Enhanced collaboration among teams
  • All of the above
Mark for review

What does "regression testing" ensure in an automated testing process?

  • That the system works as expected
  • That new features do not break existing functionality
  • That user interfaces remain consistent
  • That performance issues are identified
Mark for review

Which framework type uses tags to define actions?

  • Data-driven
  • Keyword-driven
  • Modular
  • Hybrid
Mark for review

Which of the following is not a feature of automation testing?

  • Fast execution
  • Increased human interaction
  • Consistent results
  • Repeatability
Mark for review

What does CI/CD stand for in automation context?

  • Code Interface / Custom Deployment
  • Continuous Integration / Continuous Deployment
  • Continuous Inspection / Continuous Development
  • Controlled Integration / Clean Development
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