public interface IText
TestObject.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.