Hello, This will help to call RFT scripts in xml, if anyone using 'ant' this will help them to embed code to invoke RFT scripts. <java classname="com.rational.test.ft.rational_ft" fork="true" maxmemory="1024m"> <classpath> <fileset dir="C:\Program Files\IBM\SDP\FunctionalTester\bin\"> <include name="rational_ft.jar" /> </fileset> </classpath> <jvmarg line="-Drational_ft.install.dir="C:\Program Files\IBM\SDP\jdk_\jre\bin"" /> <arg line="-rt.bring_up_logviewer false -datastore "D:\RFT-Dev\Project" -playback RFTTestSet5.testcase4.TestScript1" /> <arg line="-args -scriptArg ${scriptValue}" /> ...
Comments
Post a Comment