Does anyone know how to connect DB from Selenium RC? I need to run a lot of user IDs and passwords with different role access. Currently I am using this as data suite with an HTML file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, I know that Selenium tests can be outputted and run as as JUnit tests. From JUnit you can easily write test infrastructure that connects to your DB and does whatever else you need it to do.
Edit: You’re of course not limited to JUnit and Java. You can run Selenium via Ruby, .Net, Python or pretty much whatever you’d like.