|
IBM Rational Functional Tester Version 8.2.1 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IText
Exposes methods that are explicitly associated with a text
type control. These methods allow for direct access to the text
on the TestObject.
| Method Summary | |
|---|---|
java.lang.String |
getText()
Allows direct access to the text property on the control. |
void |
setText(java.lang.String text)
Directly modifies the text on the control. |
| Method Detail |
|---|
java.lang.String getText()
nullquantityText().getText(); Here quantityText is of type TextGuiSubitemTestObject and i have used
the ClassicjavaA as Application under test.void setText(java.lang.String text)
text - The text to update the property text of the componentquantityText().setText(new String("2"); Here quantityText is of type TextGuiSubitemTestObject and i have used
the ClassicjavaA as Application under test.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||