QTP has its own way to identify an objects. Read Object Identification in 
help file.  

So if you have three textboxes in a page or frame. 

if it has name property has primary identification property;and developer 
doesn't have that property given; you may see similar behavior or your 
scripts will fail. 

You need to put that property  in object identification which is most used 
by your application .. 

in ideal way, you should write your application in descriptive programming 
so you are on safe side ..




On Thursday, October 10, 2013 2:02:40 AM UTC-4, Omprakash P wrote:
>
> Hi,
>
> In my form there are Few fields combination of text fields and one combo 
> box.
> Added default objects.
> If i tried to highlight the object the object of the fields are changing 
> on changing of combo box value.
> Order Of the fields are as
> text1: Name field
> text2:Name2 Field
> Combo Box:Drop down With Editable
> text5 : Address 1
> text6: Address 2
> Text7:Tin
>
> Text5,6,7 are hide show based on drop down values
> For Example
> First for name field showing in Object repository as textBox_7
> After Changing in drop down list value as show the address and tin field
> at that time textbox_7 is showing as tin number and textbox is showing as 
> name
>
> In which cases objects will change?
>
> Object names are showing on object repository as text field and combo Box 
>  like that as per image .
> which names will take from application side to change those name as 
> defaulty
>
> Thanking You
> Om Prakash
>   
>
>

-- 
-- 
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