Version

Click(Subitem) Method

Performs a left-mouse click on the specified subitem of this TestObject.
Syntax
'Declaration
 
Public Overloads Overrides Sub Click( _
   ByVal subitem As Rational.Test.Ft.Script.Subitem _
) 
public override void Click( 
   Rational.Test.Ft.Script.Subitem subitem
)

Parameters

subitem
The Subitem designating which object to operate against.
Remarks
Target object Subitem Patterns Desciption
For normal data. AtCell() A cell based subitem is used for non series based data.
For series based data chart. AtList(AtName, AtName, AtPosition) AtName - The name of the layer
AtName - The name of the series that will be acted against it.
AtPosition - The position of the data point in the series.
For Histogram chart, clicking on the column of data. AtList(AtLocation("Column"), AtCell()) AtLocation - a tag value designating which object to act against
AtCell - A Cell subitem designating which column to act against.
For Histogram chart, clicking on the data point of data. AtList(AtLocation("DataPoint"), AtCell()) AtLocation - a tag value designating which object to act against
AtCell - A Cell subitem designating which datapoint to act against.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also