Showing posts with label checkbox in qtp. Show all posts
Showing posts with label checkbox in qtp. Show all posts

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

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge