QTP Script for RadioButton Control
Radiobutton allows us to select only one option
Syntax for Set method is ObjectHierarchy.Set
Window("Flight Reservation").WinRadioButton("Economy").Set
To Set other option
Window("Flight Reservation").WinRadioButton("First").Set
QTP Script for Combo box and other Controls
QTP Script for RadioButton
Subscribe to:
Post Comments (Atom)
1 comment:
set method is for webedit and select for webradiogroup
Post a Comment