How to run FTE and FTE from command line

来源:互联网 发布:淘宝情趣和丝袜的模特 编辑:程序博客网 时间:2024/05/05 18:06


1.copy FTE_JAVA_TOOLKIT.rar and rftIter.jar to C:/Documents and Settings/All Users/Application Data/IBM/RFT/customization. Those jars are two external jars to support FTE and other function, which are used in the RFT project

 

2.Right click RFT project, select properties->Java Build Path-> Libraries-> Add External JARs...

 

3. Add the two jars in step 1.

 

4. Issue command:

java -Drational_ft.install.dir="C:/Program Files/IBM/Rational/SDP/6.0/FunctionalTester/eclipse/plugins/com.rational.test.ft.wswplugin_6.1.0" -classpath

"C:/Program Files/IBM/Rational/SDP/6.0/FunctionalTester/eclipse/plugins/com.rational.test.ft.wswplugin_6.1.0/rational_ft.jar"

com.rational.test.ft.rational_ft -datastore C:/wksp/ccz/TSOCV711Case -playback cn.ibm.com.jaca.testcase.TestWUD

 

Note:

the command format is:

java <rft installation path> -class <rational_ft.jar path> -datastore <RFT project path> -playback <case name in the project>

 

原创粉丝点击