How to conduct database testing with selenium webdriver?
Answer / 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 |
How do you attach File on a page?
How to handle a dropdown in selenium webdriver? How to select a value from dropdown?
How can we clear a text written in a textbox?
Which automation tools can be used for post-launch validation with continuous integration?
Which is the command used for displaying the values of a variable into the output console or log?
What is the framework?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
How to invoke an application in webdriver?
What is a fundamental difference between xpath and css selector?
How to delete cookies in selenium?
Explain how you can switch between frames?
Explain in selenium ide how can you debug the tests?