adspace


How to conduct database testing with selenium webdriver?

Answer Posted / Shailesh Garg

Database testing with Selenium WebDriver is not directly possible because it's a tool for UI testing. However, you can perform database testing by combining Selenium with a database testing tool like DBUnit or TestLink. First, you would execute your test cases with Selenium to insert data into the application's database. Then, you would compare the resulting database state with an expected database snapshot using the database testing tool.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you fetch an attribute from an element? How to retrieve typed text from a textbox?

1197


Do you know how to locate a link using its text in selenium?

985


Have you created any framework?

1038


what will be the first salary and what will be the hike in the salary?

929


What’s selenese?

920