IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

Uses of Class
com.rational.test.ft.script.RationalTestScript

Packages that use RationalTestScript
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

Uses of RationalTestScript in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return RationalTestScript
 RationalTestScript RationalTestScript.getScriptCaller()
          Returns the script that called this script using callScript.
static RationalTestScript RationalTestScript.getTopScript()
          Returns the currently executing script at the top of the call stack.
 RationalTestScript ITestProject.loadScript(java.lang.String scriptName)
          Load the specified script relative to this project.
 

Methods in com.rational.test.ft.script with parameters of type RationalTestScript
static void ScriptUtilities.callScript(RationalTestScript caller, RationalTestScript callee, java.lang.Object[] args, int iterationCount)
          This is an internal method used to perform cross datastore calls and is not to be utilized by users.
protected  java.lang.Object RationalTestScript.callScript(RationalTestScript script)
          Constructs the specified script and invokes the runMain method on the script.
protected  java.lang.Object RationalTestScript.callScript(RationalTestScript script, java.lang.Object[] args)
          Constructs the specified script and invokes the runMain method on the script.
protected  java.lang.Object RationalTestScript.callScript(RationalTestScript script, java.lang.Object[] args, int iterationCount)
          Constructs the specified script and invokes the runMain method on the script.