Most Commonly Used 4Test Methods by Class

CheckBox

  • Check ()
  • Uncheck ()
  • GetState () //returns BOOLEAN

ComboBox

  • SetText (STRING sText)
  • Select(LISTITEM item)
  • GetSelText() // returns STRING
  • GetContents() // returns LIST OF STRING

ListBox

  • Select(LISTITEM item)
  • GetSelText() // returns STRING
  • GetContents() // returns LIST OF STRING

ListView

  • Select(LISTITEM item)
  • GetSelText() // returns STRING
  • GetContents() // returns LIST OF STRING

Menu,MenuItem

  • Pick ()

PageList ()

  • Select(LISTITEM item)

PopupList

  • Select(LISTITEM item)
  • GetSelText() // returns STRING
  • GetContents() // returns LIST OF STRING

PushButton

  • Click()

RadioList

  • Select(LISTITEM item)
  • GetSelText() // returns STRING
  • GetContents() // returns LIST OF STRING

StaticText

  • GetText() // returns STRING

TextField

  • GetMultiText()// returns LIST OF STRING
  • GetText() // returns STRING
  • SetText (STRING sText)

Treeview

  • Expand (LISTITEM item)
  • ExposeItem (LISTITEM item)
  • GetContents() // returns LIST OF STRING
  • Select(LISTITEM item)