Robot workshop testcrunch

This commit is contained in:
Filip Rechtoris
2015-11-06 11:28:11 +01:00
commit 758e7e70ac
6 changed files with 143 additions and 0 deletions

15
Testsuites/LinkedIn.robot Normal file
View File

@@ -0,0 +1,15 @@
*** Settings ***
Library Selenium2Library
*** Test Cases ***
Find Petr Neugebauer on LinkedIN
Open Browser http://www.linkedin.cz/ firefox
Maximize Browser Window
Input Text name=first Petr
Input Text name=last Neugebauer
Click Element name=search
Click Link Petr Neugebauer
Page Should Contain Testing is like sex. If its not fun, then youre doing it wronk
Sleep 3
Capture Page Screenshot
Close All Browsers