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

16
Resources/Selenium.robot Normal file
View File

@@ -0,0 +1,16 @@
*** Settings ***
Library Selenium2Library
*** Keywords ***
Test init
Open Browser http://10.0.13.69:8080 firefox
Maximize Browser Window
Test teardown
Close Browser
Prepare data
${r1} = Evaluate random.randint(1000, 999999) random,sys
${r2} = Evaluate random.randint(1000, 999999) random,sys
Set Test Variable ${userId} ${r1}
Set Test Variable ${testerName} tester-${r2}