Nikhil:

Consider using a nested dictionary to store data from a webtable and then
pulling the data from the dictionary to compare values.  It works very
nicely.

The url that explains how is
http://www.advancedqtp.com/complex-dictionary-usage/

hth,


Parke


On Sun, Jul 8, 2012 at 3:46 AM, nikhil <[email protected]> wrote:

>     For i=1 to rwcount
>                 For j=1 to colcount
>                         msgbox "i , j" & "=" & i & j
>             'Storing each value in an array
>
> Row_Col_Value(i,j)=Browser("").Page("").WebTable("").GetCellData(i,j)
>                         msgbox Row_Col_Value(i,j)
>               Next
>             Next
>
> why doesnt this work??
>
> I want to store each row values in 2 dimesnsional array.;
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to