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 |
How to check if a text is highlighted on the page ?
Explain how can you find broken links in a page using selenium webdriver?
How can we capture screenshots in selenium?
What is the main difference between the close() and quit() methods?
How to set test case priority in testng?
What is the alternative to driver.get() method to open an url using selenium webdriver?
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?
Explain how you will login into any site if it is showing any authentication popup for username and password?
How do I launch the browser using webdriver?
How to upload a file in selenium webdriver?
difference between Close() and Quit()?
What is pom (page object model)? What are its advantages?