robotframework - How to connect to mysql using ride -


using ride,i want connect mysql database.

i have downloaded database library , mysql db .i need execute queries mysql validating.how connect mysql using ride.

here simplified rf test setup using mysql database on localhost:

*** settings *** library             databaselibrary library             pymysql suite setup         connect database    @{database}  *** variables *** @{database}     pymysql     dbname    user    password    localhost  3306   

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -