Micro Focus QTP (UFT) Forums
Need help on rdlc report automation using uft - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Need help on rdlc report automation using uft (/Thread-Need-help-on-rdlc-report-automation-using-uft)



Need help on rdlc report automation using uft - souvikghosh_diatm - 05-25-2017

Hi,

I am working with a desktop based application made of .NET in the backend, I encountered one window where it shows some details which is actually unable to identify by UFT. The version I use is 12.01. I asked the developer to know the technology used to show that details. The developer mentioned that its rdlc report viewer which has been used in the backend for the same. I need to extract the text from there and have to validate with my expected data. The window in SwfWindow.

Have anyone worked with RDLC report before to work withusing UFT? Please refer the screen shot of the window I am talking about.
Also attaching the spy result from qtp. I tried with dynamic DP, ChildItem, ChildObject, but nothing can provide me the text of the same. GetROProperty("text") returning blank.

Any help or suggestion will be highly appreciated.