10-15-2013, 11:35 AM
How to check the multiple checkboxes in Datagrid/gridview using descriptive programming in QTP.
CODING....
----------------------------------------------------------------
-------------------------------------------------------------------
CODING....
----------------------------------------------------------------
Code:
Set d=browser("title:=Cargo Net - Windows Internet Explorer").page("title:=Cargo Net")
d.frame("html id:=iframe.*").webbutton("html id:=BTNSearchGrid").Click
wait 5
d.frame("html id:=iframe.*").webcheckbox("html id:=dgReferDetails_ctl03_CHKJobHBL","index:=1").Set"ON"