How to connect to a database and add and remove data using MySQL protocol in Copado Robotic Testing.
- robotframework-databaselibrary
- pymysql
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)