The Database Library for Robot Framework allows you to query a database and verify the results. It requires an appropriate Python module to be installed separately ...
crsr.execute("CREATE TABLE #dto_test (id INT PRIMARY KEY, dto_col DATETIMEOFFSET)") crsr.execute("INSERT INTO #dto_test (id, dto_col) VALUES (1, '2017-03-16 10:35:18 ...