Login
Remember
Register
User Deepanshu Burreja
Wall
Recent activity
All questions
All answers
Ask a Question
Recent activity by Deepanshu Burreja
0
answers
Identify the steps to instantiate the Chrome driver in correct sequence
asked
Jan 30, 2020
in
Selenium
1
answer
Identify the correct statement about Implicit Wait?
asked
Jan 30, 2020
in
Selenium
2
answers
In webdriver, what is the method that counts the number of elements?
asked
Jan 30, 2020
in
Selenium
1
answer
Select which are NOT the type of the locaters. a) ID b) Name c) Password d) Link Text
asked
Jan 30, 2020
in
Selenium
1
answer
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
1
answer
In webdriver, which method closes the open browser?
asked
Jan 30, 2020
in
Selenium
1
answer
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
1
answer
Identify the Invalid Xpath for Submit button
asked
Jan 30, 2020
in
Selenium
1
answer
Which command to be used to get the text from Alert message popup
asked
Jan 30, 2020
in
Selenium
1
answer
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
1
answer
Which of the following will terminate the test when the check fails a) Verify b) Assert
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
Which of the following is used to toggle a checkbox in a web form?
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
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
1
answer
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
1
answer
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
1
answer
Which of the following Selenium API enables running Selenium 1.0 tests in web driver?
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
Consider the following code snippet WebDriverWait wait = new WebDriverWait(driver, 30); wait.until(ExpectedConditions.presenceOfElementLocated(by));
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
In webdriver, which command takes you forward by one page on the browser’s history?
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
In webdriver, which of the following commands retrieves the text of html element?
asked
Jan 30, 2020
in
Selenium
#selenium
1
answer
In webdriver, selectAllOptions() is a valid command. a) True b) False
asked
Jan 30, 2020
in
Selenium
#selenium
...