Size: 1070
Comment:
|
← Revision 8 as of 2015-03-12 21:17:37 ⇥
Size: 1685
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from silk4j | |
Line 13: | Line 14: |
https://twiki.cern.ch/twiki/bin/view/EMI/RobotFrameworkQuickstartGuide |
|
Line 17: | Line 20: |
http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar test1.txt {{{ *** Settings *** Library OperatingSystem *** Variables *** ${MESSAGE} Hello, world! ${PATH} c:\\temp\\example.txt ${STRX} Hello, world! *** Test Cases *** File Exist Test File Should Exist ${PATH} Test Case String Should Contain ${STRX} world Should Contain ${STRX} Hello }}} Run test with '''java -jar robotframework-2.8.7.jar test1.txt''' |
silk4j
Run silk4j test from command line
Execute silk4j tests from command line
Replaying test method from command line
Robot Framework
https://github.com/robotframework/robotframework
- java -jar robotframework-2.8.5.jar
https://twiki.cern.ch/twiki/bin/view/EMI/RobotFrameworkQuickstartGuide
https://code.google.com/p/robotframework-seleniumlibrary/wiki/InstallationInstructions
http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar
test1.txt
*** Settings *** Library OperatingSystem *** Variables *** ${MESSAGE} Hello, world! ${PATH} c:\\temp\\example.txt ${STRX} Hello, world! *** Test Cases *** File Exist Test File Should Exist ${PATH} Test Case String Should Contain ${STRX} world Should Contain ${STRX} Hello
Run test with java -jar robotframework-2.8.7.jar test1.txt
Errors that might appear
com.microfocus.silktest.infoservice.client.InfoserviceException: Please make sure the Silk Test Information Service is running.