IsPartialRun Statement
Description
Returns a value to indicate whether OpenText Functional Testing started a run or debug session from a specified step in the script or from the beginning of the script.
Syntax
IsPartialRun
Return Value
A Boolean.
True: Indicates that OpenText Functional Testing started a run or debug session from a specified step.
False: Indicates that OpenText Functional Testing started a run or debug session from the beginning of the script.

In the following example, OpenText Functional Testing captures a screenshot if it ran your test from a specified step in the script.
If IsPartialRun Then
Desktop.CaptureBitmap "D:\image.png", true
End If
See also: