QTP Script for checkbox
Syntax for checking or unchecking checkbox is
ObjectHierarchy.Set"on/off"
Script for above scenario will be
Window().Checkbox("one").Set "on"
Window().Checkbox("three").Set"on"
if u want to uncheck 3rd checkbox then
Window().Checkbox("three").Set"off"
QTP Script for Combo box and other Controls
No comments:
Post a Comment