Hi Kasturi,

OracleTable object doesnt have "GetCellData" method.

Try with "GetFieldValue" method. i.e 
OracleFormWindow("Invoices").OracleTable("Table").GetFieldValue(1, 1)

Thanks,
Uday

On Thursday, 26 December 2013 14:35:26 UTC+5:30, Kasturi wrote:
>
> Hi Team,
>
> I am working with a front end Oracle application form and configured 
> script in QTP. However, I am not being able to retrieve the text from the 
> Oracle table. There is no need to connect to DB as it is a front end 
> application and I have to retrieve it there.
>
> I tried the below line
> OracleFormWindow("Invoices").OracleTable("Table").GetCellData(1, 1)
> but is not helping :(
>
> I am new to QTP and hence does not have much coding experience. Could you 
> please help?
>

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