Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
User Deepanshu Burreja
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by Deepanshu Burreja
Home
User
Deepanshu Burreja
Questions
0
votes
Identify the steps to instantiate the Chrome driver in correct sequence
asked
Jan 30, 2020
in
Selenium
0
votes
Identify the correct statement about Implicit Wait?
asked
Jan 30, 2020
in
Selenium
0
votes
In webdriver, what is the method that counts the number of elements?
asked
Jan 30, 2020
in
Selenium
0
votes
Select which are NOT the type of the locaters. a) ID b) Name c) Password d) Link Text
asked
Jan 30, 2020
in
Selenium
0
votes
What is the output of the following statement? <div> <a id=’name’>Name 1 </a> <a id=’name’>Name 2 </a></div> driver.findElement(By.cssSelector(“#name”));
asked
Jan 30, 2020
in
Selenium
0
votes
In webdriver, which method closes the open browser?
asked
Jan 30, 2020
in
Selenium
0
votes
Implicit wait time is applied to all elements in your script and Explicit wait time is applied only for particular specified element. a) True b) False
asked
Jan 30, 2020
in
Selenium
0
votes
Identify the Invalid Xpath for Submit button
asked
Jan 30, 2020
in
Selenium
0
votes
Which command to be used to get the text from Alert message popup
asked
Jan 30, 2020
in
Selenium
0
votes
How to switch between windows a).switchto().window(Integer) b).switchto().window(string) c).switchto().window(Array) d) .switchto().window(array list)
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Which of the following will terminate the test when the check fails a) Verify b) Assert
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Which of the following is used to toggle a checkbox in a web form?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Which of the following is the correct option to close all the opened browser sessions at one step?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Which command should be used to ensure Selenium applies wait time for all UI elements in the script?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
In WebDriver, which command can be used to enter values onto text boxes? Select the best answer.
asked
Jan 30, 2020
in
Selenium
#selenium-for-load-testing
0
votes
Which of the following Selenium API enables running Selenium 1.0 tests in web driver?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Consider the following code snippet WebDriverWait wait = new WebDriverWait(driver, 30); wait.until(ExpectedConditions.presenceOfElementLocated(by));
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
In webdriver, which command takes you forward by one page on the browser’s history?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
In webdriver, which of the following commands retrieves the text of html element?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
In webdriver, selectAllOptions() is a valid command. a) True b) False
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
In webdriver, which of the following is a valid select statement that selects a value from a dropdown element?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
Which of the following is the correct ‘Webdriver’ command to “delete all cookies in the browser”?
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
3. In webdriver, which methods navigates to a URL? a) goToUrl("url") b) navigate.to("url") c) getUrl("url") d) get("url")
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
2. __________ is an Advantage of Selenium WebDriver? a) Supports Web based Applications only b) No built-in Result Reporting facility c) Open Source d) No IDE
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
1. Selenium doesn't support __________ to write programs (Test Scripts) a) Java b) Perl c) VBScript d) Python
asked
Jan 30, 2020
in
Selenium
#selenium
0
votes
How to register on Facebook?
asked
May 13, 2019
in
Other
...