LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mercury's QTP and Labview

Hi,
I am trying to use Mercury's QTP to automatically test my application.
I am using an application over Labview 8.0, Using Windows XP pro.
The problem is, QTP does not recognizes any object in a window, besides the window itself.
I tried using SPY++ - result is the same. the SPY only recognizes the window.

Is there an API, maybe in a DLL form which I can hook up to and use it to connect to my objects from outside of Labview?
Message 1 of 2
(2,707 Views)
LabVIEW controls/indicators are not 'windows' objects as you have found out. The only way I know of to set/read LabVIEW objects is to use VI Server. If your test tool supports making ActiveX calls, then you can open a reference to the VI and use the Set Control Value/Get Control Value methods.
0 Kudos
Message 2 of 2
(2,702 Views)