From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,016 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
(1,969 Views)