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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -