Skip to content

Commit

Permalink
Add a test 'Simple Select With Multiple Rows'
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Jul 11, 2023
1 parent 9f4d18f commit a4f6f2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/tests/common_tests/basic_tests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Execute SQL String - Create Foobar Table
${output}= Create Foobar Table
Should Be Equal As Strings ${output} None

Simple Select With Multiple Rows
${output}= Query select LAST_NAME from person
Length Should Be ${output} 2
Should Be Equal ${output}[0][0] See
Should Be Equal ${output}[1][0] Schneider

Check If Exists In DB - Franz Allan
Check If Exists In Database SELECT id FROM person WHERE FIRST_NAME= 'Franz Allan'

Expand Down

0 comments on commit a4f6f2b

Please sign in to comment.