On This Page

This set of Software Testing and Quality Assurance (STQA) Multiple Choice Questions & Answers (MCQs) focuses on Software Testing Quality Assurance Set 10

Q1 | Select the method which clears all selected entries in Web Driver Selenium
  • dselectall()
  • deselect_al()
  • dselect_al()
  • deselectall()
Q2 | Method which selects the option which displays the text matching the parameter passed to it
  • selectvisiblete xt()
  • selectbyvisible text()
  • select_visiblet ext()
  • select_byvisibl etext()
Q3 | Out of the following which is not a wait comand
  • waitfortitle
  • waitfortextpre sent
  • waitforactive
  • waitforalert
Q4 | Select the command which retrieves the alert message and stores it in a variable that you will specify
  • storealert
  • storedalert
  • store_alert
  • storesalert
Q5 | Select the method which performs a context-click at the curent mouse location
  • click_context()
  • context.click()
  • contextclick()
  • context_click()
Q6 | A tool is piece of software that enables people to definesoftware testing tasks.
  • a.testautomation
  • b.selenium
  • c.hpe
  • d.ranorex
Q7 | Test automation tool can be expensive and usually employed in cambination with____.
  • a.system testing
  • b.software tesating
  • c.manual testin
  • d.beta testing
Q8 | The behavior observed when a or system is tested
  • a.component
  • b.test case
  • c.code
  • d.data
Q9 | Which skill does not require for automation engineer
  • a.troubleshoot ing
  • b.coding
  • c.certification
  • d.designing
Q10 | which test are important to exercise code functiojnality without touching any dependency
  • a.system test
  • b.code test
  • c.unit test
  • d.manual test
Q11 | Which automation testing is a key area in testing processes.
  • a.performance testing
  • b.functional testing
  • d.load testing
  • d.stress testing
Q12 | ____testing is the process of evaluating the application performance.
  • a.load testing
  • b.stress testing
  • c.performanc e testing
  • d.functional testing
Q13 | Identifying the Current business practices with respect to automation in the target organisation involves in which test
  • a.current state
  • b.future state
  • c.gap analysis
  • d.business case
Q14 | Which automation framework step is based on the inputprovided by the gap analysis.
  • a.work plan
  • b.businesscase
  • c.requirement anlysiss
  • riskmanagement
Q15 | In which step automation framework is identified as an "ideal world" scenario.
  • a.future state
  • b.current state
  • c.business case
  • d.work plan
Q16 | In which layer the system being tested
  • a.domain layer
  • b.systemunder test layer
  • c.test cases layer
  • d.none of this
Q17 | which cruteria must satisfy in order to be accepted by the user,customer.
  • a.acceptance criteria
  • b.testing
  • c.result
  • d.adaptability
Q18 | ____testing is often employed as a form of intrernal acceptance testing
  • a.alpha testing
  • b.agile testing
  • c.beta testing
  • anamoly
Q19 | What allows to implement application specific test automation solution by adding so,e extra code
  • a.test automationframework
  • b.test complexity
  • c.reporting
  • d.maintainan ce cost
Q20 | What does automated software testing improves
  • a.complexity
  • b.design
  • c.code
  • d.software quality
Q21 | What is the unit of measurement that is used to measure the size of a user story for an Agile project?
  • a. function points
  • b. story points
  • c. work breakdown points
  • d. velocity points
Q22 | Agility is nothing more than the ability of project team to respond rapidly to change.
  • a.false
  • b.true
  • c.
  • d.
Q23 | Which of the following is a characteristic of an Agile leader?
  • a.task focused
  • b.supportive
  • c.process oriented
  • d.disintereste d
Q24 | Which is a Procedure?
  • a.exit
  • b.waitforpro perty
  • c.wait
  • d.none of these.
Q25 | Which of the following is not a valid reason for automating a test case?
  • a.the test will need to be executed once, but with a large set of data.
  • b.the test will help in saving time for doing exploratory testing.
  • c.the test is important for the business and typical use case for testing.
  • d.the test gives intermittent results and impossible to test manually.