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

Project Version 2.0

Uses of Class
com.rational.test.ft.object.interfaces.ProcessTestObject

Packages that use ProcessTestObject
com.rational.test.ft.object.interfaces The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

Uses of ProcessTestObject in com.rational.test.ft.object.interfaces
 

Methods in com.rational.test.ft.object.interfaces that return ProcessTestObject
 ProcessTestObject TestObject.getProcess()
          Returns a ProcessTestObject for the object in the software under test.
 

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

Methods in com.rational.test.ft.script that return ProcessTestObject
static ProcessTestObject RationalTestScript.run(java.lang.String command, java.lang.String workingDirectory)
          Provides the basic command-line execution functionality.
static ProcessTestObject RationalTestScript.runJava(java.lang.String main, java.lang.String classpath, java.lang.String workingDirectory, java.lang.String jvm, java.lang.String jvmOptions)
          Starts a Java application with the specified options.
static ProcessTestObject RationalTestScript.startApp(java.lang.String symbolicName)
          Starts an application based on a logical name.
static ProcessTestObject RationalTestScript.startApp(java.lang.String symbolicName, java.lang.String[] args)
          Starts the software under test.
static ProcessTestObject RationalTestScript.startBrowser(java.lang.String url)
          Displays a specified URL in the browser of choice.
static ProcessTestObject RationalTestScript.startBrowser(java.lang.String browserName, java.lang.String url)
          Displays a specified URL in the browser of choice.
 

Methods in com.rational.test.ft.script with parameters of type ProcessTestObject
 void RationalTestScript.onRun(ProcessTestObject process)
          Called automatically after a process is spawned from RationalTestScript.