How to play back Rational Functional Tester 8.1 without IDE instead use command prompt please provide the command
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Do a search for "command line" at the following link: http://publib.boulder.ibm.com/infocenter/rfthelp/v8r1/index.jsp You'll get a full page of info. |
|||
|
|
|
java -classpath "Path for rational_ft.jar" com.rational.ft.test.rational_ft -datastore "projectfilePath" -compile "scriptName" java -classpath "Path for rational_ft.jar" com.rational.ft.test.rational_ft -datastore "projectfilePath" -playback "scriptName" |
|||
|
|