If I run Selenium-WebDriver testcase it runs with the actual database which is configured for the application. But I want to setup a separate database for Selenium-WebDriver testcase For eg. "TestDB". When running the test case WebDriver should use TestDB. Is this possible?
If it possible, Do we need to configure this in any configuration file (*.xml) or anyother way to do this?
Please help me? Thanks in advance