12-04-2009, 05:28 PM
as you have the statement to select a value from weblist, QTP will be selecting the value passed
I guess you want to retrieve the value from the grid.
if this is a grid your webelemnt must be within a webtable -
if so try with getcelldate once you identify the row
alternately if you want to get the selected value from weblist use getroproperty("value") or "Selection"
I guess you want to retrieve the value from the grid.
if this is a grid your webelemnt must be within a webtable -
if so try with getcelldate once you identify the row
alternately if you want to get the selected value from weblist use getroproperty("value") or "Selection"