How to use database library with Robot Framework on temporary sql server
问题 I am using Robot Framework's database library which supports database validation. I tried to execute this basic command: ***Variables*** ***Settings*** Suite Setup Suite Teardown Test Setup Test Teardown Library DatabaseLibrary ***Testcases*** UC_DB_Validation To connect to the Database I'm using: dbapiModuleName=Mysqldb dbName='bigetestsrv' dbUsername='ravitest' dbPassword='welcome' dbHost='10.73.92.18' When running the connection string from command prompt using pybot I get the following