mirror of
https://github.com/ysoftdevs/robot-framework-workshop.git
synced 2026-01-16 08:37:16 +01:00
Robot workshop testcrunch
This commit is contained in:
16
Resources/Selenium.robot
Normal file
16
Resources/Selenium.robot
Normal 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}
|
||||
Reference in New Issue
Block a user