First you count numb specified obj in that same page using
Description.create (DP). Based on the count you can select the object as
you want..
set obj1 = Description.Create()
obj1("micclass").value = " "----> IN this double quote specify the Object
class Link or Web Button or We Edit
obj1("html tag").value = " "----> Specify the HTML Tag here

set x =Browser("").Page("").Childobject(obj1)
x.count
For i = 1 to x.count-1
x(1).select " "----> Enter Value
Next


On Thu, Jul 25, 2013 at 5:38 PM, Akhalesh Yadav <[email protected]
> wrote:

> If QTP recognize the object's properties match with other object then it
> throws error bcz qtp must recognize the object based on unique object
> properties, so you can make differ at run session using ordinal identifier
> (index:=0) or creation time:=0 .
>
> Thanks
> Akhalesh
>
>
> On Thu, Jul 25, 2013 at 3:19 PM, ChandraKanth <[email protected]>wrote:
>
>> Is this object s in OR (or) discriptive.., yu are using to do actions on
>> the links...?
>>
>> On Tuesday, July 2, 2013 6:07:07 AM UTC+5:30, [email protected]:
>>
>>> Object properties match with other object properties on a same page. How
>>> should i identify the object?
>>>
>>> And the problem is when qtp  selects the value it selects the 1st object
>>> and the object i wanted to select is 2nd on the page. So qtp selects the
>>> 1st object.
>>>
>>>
>>>  --
>> --
>> 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/groups/opt_out.
>>
>>
>>
>
>
>
> --
> Akhalesh yadav
> +919555717928
> +919310680659
>
> --
> --
> 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/groups/opt_out.
>
>
>

-- 
-- 
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/groups/opt_out.


Reply via email to