您的位置:首页 > 产品设计 > UI/UE

How to run FTE and FTE from command line

2009-12-04 16:05 537 查看
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>

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息