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