04-27-2018 02:51 AM
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
04-30-2018 10:47 AM
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.