Error: No section: 'default' in Robot Framework using DatabaseLibrary
问题 I am using Robot Framework with Database Library to test database queries on localhost. I am running it by XAMPP. This is my test case: *** Settings *** Library DatabaseLibrary *** Variables *** @{DB} robotframework root \ localhost 3306 *** Test Cases *** Select from database [Tags] This Connect To Database MySQLdb @{DB}[0] @{DB}[1] @{DB}[2] @{DB}[3] @{DB}[4] @{results}= Query Select * From tbName Log Many @{results} I have installed MySQLDb for Python 2.7, however, when I run it using pybot