LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading LabVIEW controls using TestComplete

Hi,

I am using TestComplete to automate our application.

We have a scenario to write values to our application using LabVIEW web interface, but I am unable to access the controls in LabVIEW web interface using the TestComplete tool to write to textbox controls displayed.

 

I get the recognition string in TestComplete only till LVDChild WndClass object and this is hosted in an IE Page.

 

Sys["Browser"]("iexplore")["Page"]("http://192.168.1.5:8000/CANOpen_Sim.html")["Table"](0)["Cell"](0, 0)["Object"]("LabVIEWControl")["Window"]("LVDChild", "Main RT.vi [Remote Panel] - Controller", 1)

 

Has anyone done any automation for this using TestComplete

0 Kudos
Message 1 of 2
(2,268 Views)

Does this even work in a normal VI?

 

These tools usually expect controls to be windows (as in native windows controls). LabVIEW manages it's own controls, so that won't work.

0 Kudos
Message 2 of 2
(2,221 Views)