How we handle pop-up web-based ?
Can you explain the framework which you have used in your selenium project?
What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
How can we handle windows based pop up?
What are the advantages and disadvantages of selenium ?
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What is selenese and what are the types of selenese?
What is the difference between verify and assert commands?
What is implicit wait in selenium webdriver?
Write a code snippet to navigate back and forward in browser history?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
How can we type text in a textbox element using selenium?
How to clear the text in the text box using selenium webdriver?
What are the types of assertions there in selenium?
How can we deal with web-based pop-up?