## page was renamed from silk4j = silk4j = [[http://community.microfocus.com/borland/test/silk_test/w/knowledge_base/19219.how-can-i-run-a-silk4j-test-from-the-command-line.aspx| Run silk4j test from command line ]] [[http://community.microfocus.com/borland/test/silk_test/w/knowledge_base/19449.is-it-possible-to-execute-silk4j-tests-from-the-command-line.aspx | Execute silk4j tests from command line]] [[ http://documentation.microfocus.com:8080/help/index.jsp?topic=%2Fcom.borland.silktest.silk4j.doc%2FSILKTEST-F77F315B-RUNNINGTESTCASEFROMCOMMANDLINE-TSK.html | 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 http://search.maven.org/remotecontent?filepath=org/robotframework/robotframework/2.8.7/robotframework-2.8.7.jar 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.