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 |
What is the selenese command to show the value of a variable in the log file?
How to insert a breakpoint in selenium ide?
Difference between get window handle & get window handles
How will you verify the specific position of an web element
Is the firefoxdriver a class or an interface?
What is difference between assert and verify commands?
What is a data driven framework?
What is the difference between the commit and verify commands?
How will you handle working with multiple windows in selenium?
List out the test types that are supported by selenium?
What is page factory?
How do I start the browser using WebDriver?