The QTP script runs without any problem, but the item is selected from the list
should it select ot Not?
Check the above code
Thanks
~Nilesh
should it select ot Not?
(12-04-2009, 05:13 PM)nil Wrote: The QTP script runs without any problem, but the item is selected from the list
should it select ot Not?
Code:
Browser("XXXX").Page("XXXX").WebElement("html id:=ctl00xContentPlaceHolder1xUserControl1xGrid1xGrid_rc_0_11").Click
Browser("XXXX").Page("XXXX").sync
Browser("XXXX").Page("XXXX").WebList("html id:=ctl00xContentPlaceHolder1xUserControl1xGrid1xGrid_vl","name:=select").Select "Orange"
Thanks
~Nilesh