Selenium WebDriver Advanced Tutorials – Part 4

Selenium webdriver software testing tool tutorials on Advanced User Interactions API, Advanced TestNG Tutorials for webdriver software testing tool, AutoIT software testing tool With Selenium WebDriver Tutorials with practical examples on software web application. Before going for selenium advanced tutorial, I recommend you selenium tutorial for beginner to start from basic. Advanced User Interactions API Tutorials Drag And … Read more

Latest Selenium Interview Questions With Answers

Part 6 26 : Can we automate desktop software application’s testing using selenium WebDriver? Answer : No. This Is the biggest disadvantage of selenium WebDriver API. We can automate only web and mobile software application’s testing using selenium WebDriver. 27 : Can you tell me the alternative driver.get() method to open URL In browser? Answer : We can use anyone … Read more

Select jQuery Selectable Items Using Actions Class Of Selenium WebDriver

We have already learnt how to drag and drop drag-able web element on drop-able web element In THIS POST and drag and drop element for specific X Y pixel offset In THIS POST using selenium webdriver’s Advanced User Interactions API (Actions class). Now supposing you wants to select multiple jQuery select-able Items then also you … Read more

Selenium WebDriver Job Interview Questions Part – 5

Part 5 21 : How does selenium RC software testing tool drive the browser?  Answer : When browser loaded In Selenium RC, It ‘injected’ javascript functions into the browser and then It Is using javascript to drive the browser for software application under test. 22 : How does the selenium WebDriver drive the browser? Answer : Selenium webdriver software testing tool works … Read more