QTP Script for Checkbox

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:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge