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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -