-1

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

Balaji QA
  • 1
  • 1
  • 1
  • You cannot connect the Cassandra service with the selenium webdriver. Tell us at least what programing language you are using. – mackowski Dec 19 '16 at 12:56
  • Please also check this stackoverflow.com/help/how-to-ask and update your question appropriately – mackowski Dec 19 '16 at 12:56

1 Answers1

0

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.

mackowski
  • 366
  • 5
  • 15