Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to play back Rational Functional Tester 8.1 without IDE instead use command prompt please provide the command

share|improve this question

2 Answers

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.

share|improve this answer

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"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.