IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.script.IScriptDefinition

Packages that use IScriptDefinition
com.rational.test.ft.script   
com.rational.test.ft.vp   
 

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

Methods in com.rational.test.ft.script that return IScriptDefinition
 IScriptDefinition RationalTestScript.getScriptDefinition()
          Returns the ScriptDefinition interface.
 

Uses of IScriptDefinition in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp with parameters of type IScriptDefinition
 ITestObjectDescriptor[] IFtVerificationPointImage.find(IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Locates and returns objects in the software under test that are relative to this verification point.
 ITestObjectDescriptor[] IFtVerificationPointData.find(IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Locates and returns objects in the software under test that are relative to this verification point.
 IFtVerificationPointData IFtVerificationPointData.getCurrentData(IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData.
 ITestData IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target, IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Returns the active ITestData object for this verification point.
 IFtVerificationPointImage IFtVerificationPointImage.getCurrentImage(IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData.
 ITestData IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target, IScriptDefinition scriptDef, com.rational.test.ft.object.map.ObjectMap objectMap, TestObject anchor)
          Returns the active ITestData object for this verification point.