Tagged Questions
1
vote
1answer
80 views
Loading test data from MySQL database
I use Ruby with Selenium to do test automation on a web application that has a MySQL DB behind it. I need a good way to load data into the DB from a Ruby script. So far in my research I have found ...