Hello Sir,

Below is the code while recording;

       Browser("GXS Trading Grid Online").Page("GXS Trading Grid Online")
.Frame("reports_vr_db").Link("6").Click

Below is the code while using object repository;

       Browser("GXS Trading Grid Online").Page("GXS Trading Grid Online")
.Frame("reports_vr_db").WebTable("Inbound").ChildItem(4,3,"Link",0).click

But I wants to click the link without using object repository. Sir can u 
please help me out?

Thanks



On Thursday, December 29, 2011 at 9:28:51 PM UTC+5:30, KK wrote:
>
> Hi  Shashidhar ,
> use ChildItem of webtable to recognize the object
>
> Set RefObj=B().p().F().WebTable().childItem(intRow,intCol,"WebElement",0)
> RefObj.HighLight
> RefObj.Clik.
>
>
> where intRow is the row number where the element exist & intcol is the col 
> number
>
>
> Regards,
> Kishor.
>
> On Thu, Dec 29, 2011 at 4:20 PM, shashi qa <[email protected] 
> <javascript:>> wrote:
>
>> Hi every one,
>> Hope you are doing fine.Please help me if you have any solution for the 
>> below issue.
>>
>>
>> In a web table there are some links when i record by clinking a link in 
>> the table it is recording fine but when i play test is not throwing any 
>> error but QTP is not clicking on the link.
>> I saw in the object repository that web table is not getting save as 
>> object.
>> But when i am adding the link to the OR it is showing the hierarchy 
>>  with web table. Please see the attached screenshot for your review.
>>
>> Below is the step which is getting generated while recording
>>
>> Browser("Eloqua").Page("Eloqua : SonoSite").Frame("Frame").WebElement("US 
>> Website Contact Sales").Click
>>
>>
>> -- 
>> Regards
>>
>> Shashidhar
>> +91 -8125564879
>> [email protected] <javascript:>
>>
>> -- 
>> 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] 
>> <javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> 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 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.

Reply via email to