How to achieve database testing in selenium?



How to achieve database testing in selenium?..

Answer / Piyush Mishra

Database Testing with Selenium can be achieved by using a separate library like DBUnit for test data management, or by executing SQL queries directly using JDBC.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

How to check if a text is highlighted on the page ?

1 Answers  


Explain how can you find broken links in a page using selenium webdriver?

1 Answers  


How can we capture screenshots in selenium?

1 Answers  


What is the main difference between the close() and quit() methods?

1 Answers  


How to set test case priority in testng?

1 Answers  


What is the alternative to driver.get() method to open an url using selenium webdriver?

1 Answers  


While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?

1 Answers  


Explain how you will login into any site if it is showing any authentication popup for username and password?

1 Answers  


How do I launch the browser using webdriver?

1 Answers  


How to upload a file in selenium webdriver?

1 Answers  


difference between Close() and Quit()?

3 Answers   HCL,


What is pom (page object model)? What are its advantages?

1 Answers  


Categories