Hi can anyone suggest me what type of non technical questions asked in interview for experienced people, I am trying to get job with fake experience can anyone help me please
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
What is selenium? What are the different components of Selenium?
Tell me do you know a way to refresh browser by using selenium?
What is the difference between the commit and verify commands?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
Can we use selenium grid for performance testing?
what is the difference between driver.get() and driver.navigate.to(“url”)?
How to send alt/shift/control key in selenium webdriver?
How you are integrating cucumber feature files with step files?
What is the difference b/w close () and quit ()?
Can we enter text without using sendkeys()?
Name the different types of waits in webdriver.