For database testing in selenium webdriver what api is required?



For database testing in selenium webdriver what api is required?..

Answer / Sankalp Saxena

For database testing in Selenium WebDriver, you can use the TestNG's DataProvider along with the JDBC API to read data from a database. Alternatively, you can use libraries like DBUnit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What is the selenese command to show the value of a variable in the log file?

1 Answers  


How to insert a breakpoint in selenium ide?

1 Answers  


Difference between get window handle & get window handles

1 Answers  


How will you verify the specific position of an web element

1 Answers  


Is the firefoxdriver a class or an interface?

1 Answers  


What is difference between assert and verify commands?

1 Answers  


What is a data driven framework?

1 Answers  


What is the difference between the commit and verify commands?

1 Answers  


How will you handle working with multiple windows in selenium?

1 Answers  


List out the test types that are supported by selenium?

1 Answers  


What is page factory?

1 Answers  


How do I start the browser using WebDriver?

1 Answers  


Categories