LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to automate teh labview user interface, iam in testing and i have to simulate few inputs, for simulating i manually enter teh values and see the response, is it possiblt to automate this and fnally take a report of the output

Is it possible to automate teh labview user interface, iam in testing and i have to simulate few inputs, for simulating  i manually enter the values and see the response, is it possible to automate this via scripts and then have the output as a report. ia there any tool todevelop this scripts
0 Kudos
Message 1 of 4
(3,397 Views)

There is nothing built into Labwindows/CVI directly  (or LabView which is another forum) to perform testing but there are plenty of third party options.  Look at this link for packages that support testing and reporting through test scripts http://www.aptest.com/resources.html

If you can modify your application to add internal test functions then you can also create your own test methods.  You would simply set the value of the control of interest and execute the control callback function.  This has the effect of appearing as if an operator had activated the GUI control.  This can allow you to semi automate the functions of the application.

If your application is an ActiveX server you also may have the option of creating scripts in some other application that will exercise the application you intend to test.

 

Message Edited by mvr on 07-21-2006 07:35 AM

0 Kudos
Message 2 of 4
(3,392 Views)

 

 

Hi Team,

 

Any update on this questiion? Bcz I am also looking for the solution for this question. I want to develop automation for Labview GUI.

 

Please provide your input ASAP.

 

Swamy

0 Kudos
Message 3 of 4
(3,064 Views)

If you are looking for a specific LabView solution, then I suggest you repost your question on the LabView board - this one is for LabWindows/CVI. If all you want is a generic Windows mouse/keyboard record/replay ability, there are many third party products available. Here, for example.

 

JR

0 Kudos
Message 4 of 4
(3,042 Views)