Skip to content

joonasinisalo/crt-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL in Copado Robotic Testing

How to connect to a database and add and remove data using MySQL protocol in Copado Robotic Testing.

Dependencies (check requirements.txt file)

  • robotframework-databaselibrary
  • pymysql

Variables

Define the following variables in suite or robot level in your CRT project:

  • dbname - name of your database
  • dbuser - username
  • dbpass - password
  • dbhost - address to the host server (example: my.database.server.com)

About

MySQL example for Copado Robotic Testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published