Micro Focus QTP (UFT) Forums

Full Version: .net objecct not identified
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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