Selenium web driver with Cassandra service

406 Views Asked by At

How to connect the Cassandra service with the selenium webdriver ? so that we can easily validate the required data in the DB.

1

There are 1 best solutions below

1
On

Selenium is not 'testing tool'.
Selenium is tool\library for browser automation, therefore you cannot connect to database using selenium.
You can connect to database using other libraries, but which library and how to do it is dependent of programing language that you are using.