Hi Sravani,
In this case we can fix this issue by using childiremcount method
Code is below
Set ob=browser. Page. Webtable
Rowcount=ob.childitemcount(2,3,"webedit")
For i =1 to Rowcount
Set oc=ob. Chikditem(2,3,"webedit", i)
Iname=oc(i) .getroproperty("name")
If iname=yourdata then
oc(i). Set "value"
Exit for
Next
On Apr 27, 2015 7:42 PM, "Sravani alli" <[email protected]> wrote:
> Hi,
>
> We have one web table, in that 2nd row 3rd column have webedit boxes,
> that are dynamically changing on regular basis (for example when am working
> with that particular web table yesterday i found 2 no but when am using the
> same that is showing 5), in this scenario how i can verify that particular
> no of edit boxes???
>
>
> please give explanation for my question at the earliest.
>
>
> Sravani
>
> --
> --
> 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 Groups
> "QTP - HP Quick Test Professional - Automated Software Testing" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
--
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 Groups "QTP
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.