Assertion
To complete the test. It should be end with assertion
- Update 'google.robot'
*** Settings ***
Library Selenium2Library
*** Test cases ***
Search by keywords
Open browser http://www.google.com chrome
Input text name=q thailand
Wait Until Element Is Visible name=btnK
Click Element name=btnK
Page Should Contain Thailand - Wikipedia
- Execute and see result
==============================================================================
Google
==============================================================================
Search by keywords | PASS |
------------------------------------------------------------------------------
Google | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================