Micro Focus QTP (UFT) Forums
.net objecct not identified - 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: .net objecct not identified (/Thread-net-objecct-not-identified)



.net objecct not identified - kps01 - 11-18-2009

Hi,

I am recording an .net application. The objects gets recognized but does not work while running. Says Object not visible.

following gets identified and written in obj repository.
Code:
Window("GL/PL Helper").WinObject("Apply").Click

Any help

Thanks
Kamal


RE: .net objecct not identified - Saket - 11-18-2009

check whether you have .net add-in properly loaded
check your application is launched before running the script
else let us know what type of object it is a spyshot will help


RE: .net objecct not identified - pavansri - 11-18-2009

i guess if you have a .Net addin properly working then your recorded statement would have looked like " swfWindow("GL/PL Helper").swfbutton("Apply").Click " but it isn't so either you don't have a .Net addin installed or it isn't selected for recording your .Net AUT