Đây là thiết lập kiểm tra RF đơn giản bằng cách sử dụng cơ sở dữ liệu MySQL trên localhost:
*** Settings ***
library DatabaseLibrary
library pymysql
Suite Setup Connect To Database @{database}
*** Variables ***
@{database} pymysql dbname user password localhost 3306