Sail E0 Webinar

MCQs

Total Questions : 22 | Page 2 of 3 pages
Question 11. It is a record and playback tool in Selenium
  1.    Selenium Grid
  2.    Selenium Webdriver
  3.    Selenium RC
  4.    Selenium IDE
 Discuss Question
Answer: Option D. -> Selenium IDE
Question 12. Which of the below are NOT a correct way of location element?Hint :
  1.    By.partialtext
  2.    By.div
  3.    By.classname
  4.    Both A & B
 Discuss Question
Answer: Option D. -> Both A & B
Question 13. Which of the below file we use in Maven project?
  1.    com.xml
  2.    pom.doc
  3.    poc.xml
  4.    pom.xml
 Discuss Question
Answer: Option D. -> pom.xml
Question 14. Which one is NOT features of Selenium?
  1.    free and open source
  2.    has cross browser compatibility (chrome, Firefox ..)
  3.    supports distributed testing
  4.    can be tested windows based apps
 Discuss Question
Answer: Option D. -> can be tested windows based apps
Question 15. Which one uses to test server in Selenium?
  1.    Selenium grid
  2.    Selenium RC
  3.    Selenium Webdriver
  4.    Selenium IDE
 Discuss Question
Answer: Option B. -> Selenium RC
Question 16. Which method should we use to launch a url?
  1.    openUrl()
  2.    get()
  3.    startChrome()
  4.    open()
 Discuss Question
Answer: Option B. -> get()
Question 17. Which of the following is not an automation testing tool?
  1.    Selenium
  2.    QTP/UFT
  3.    Katalon
  4.    API
 Discuss Question
Answer: Option D. -> API
Question 18. Which syntax can be used to handle dynamic elements?
  1.    contains( ) a //*[contains(@name=`btn`)]
  2.    startwith( ) a//label[startwith(@id, `message`)]
  3.    text( ) a//td[text() = `usedId`]
  4.    All options are correct
 Discuss Question
Answer: Option D. -> All options are correct
Question 19. Thread
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 20. Which of below is NOT a webelement type
  1.    Check Box
  2.    DropDown
  3.    Selector
  4.    Radio button
 Discuss Question
Answer: Option C. -> Selector

Latest Videos

Latest Test Papers