mirror of
https://github.com/ysoftdevs/robot-framework-workshop.git
synced 2026-03-18 23:43:45 +01:00
Robot workshop testcrunch
This commit is contained in:
15
Testsuites/LinkedIn.robot
Normal file
15
Testsuites/LinkedIn.robot
Normal 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 it’s not fun, then you’re doing it wronk
|
||||
Sleep 3
|
||||
Capture Page Screenshot
|
||||
Close All Browsers
|
||||
Reference in New Issue
Block a user