Hi,
Please find the snippet this will help u, all u need to do is spy on edit
box get value for "name" property,
and use in the below code
Browser("title:=.*").Page("title:=.*").WebEdit("name:=*stationFrom*").Set"Tumk"
'-->For editing in the text box
'******** Create description Object***********
Set WE = Description.Create
WE("micclass").value = "WebElement"
WE("class").value = "item"
Set WE_CO = Browser("title:=.*").Page("title:=.*").ChildObjects(WE)
'*******Fetching the element
For i = 0 to WE_CO.Count - 1
print WE_CO(i).GetRoProperty("innertext")
Next
On Thu, Jan 26, 2012 at 8:42 PM, Jhonny Maldonado Martinez <
[email protected]> wrote:
>
> Thanks Johnson ! Really Really Tnks :P
>
>
>
> 2012/1/11 Johnson Solomon <[email protected]>
>
>> Hi Jhonny,
>>
>> Below link will help you on this:
>>
>> http://www.advancedqtp.com/forums/index.php/topic,5818.0.html
>>
>> With Regards,
>> Johnson Solomon
>>
>> --
>> 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
>
--
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