WebDriver Latest Questions

Part 21 98 : Do you know any external API name using which we can read data from excel file?   Answer : We can use jxl API (Java Excel API) to read data from excel file. VIEW EXAMPLE We can use one more powerful API known as Apache POI API to read and write data In excel file. I … Read more

Selenium Advanced Interview Questions With Detailed Answers

Part 20 93 : Tell me the class name using which we can generate Action chain. Answer : The WebDriver class name Using which we can generate Action chain Is “Actions“. VIEW USAGE OF ACTIONS CLASS with practical example on how to generate series of actions to drag and drop element of software web application. 94 : Do you know … Read more

WebDriver Interview Questions With Answers

Part 19 88 : In XPath, I wants to do partial match on attribute value from beginning. Tell me two functions using which I can do It. Answer : We can use bellow given two functions with XPath to find element for software web page using attribute value from beginning. contains() starts-with() 89 : I have used findElements In my software … Read more

Selenium WebDriver Questions Part – 7

Part 7 31 : Can you tell me the names of different projects of selenium software automation testing tool? Answer : At present, Selenium software automation testing tool has four different projects as bellow. Selenium IDE : It Is Firefox add-on which allows you to record and playback your software web application’s tests In Firefox browser. Selenium RC : … Read more