An open API service indexing awesome lists of open source software.

https://github.com/joonasinisalo/crt-mysql

MySQL example for Copado Robotic Testing.
https://github.com/joonasinisalo/crt-mysql

copado-robotic-testing mysql robotframework

Last synced: about 1 month ago
JSON representation

MySQL example for Copado Robotic Testing.

Awesome Lists containing this project

README

          

# 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)