03-27-2015 10:22 AM
Hello,
I'm trying to construct some unit tests for my program, but my VI has event structures in it.
How does one construct test cases that exercise the event structures?
All of the documentation refers to various tools and methods for setting up the inputs and reading the outputs of a VI, but nothing about driving user-interface events.
Can anyone help? Has anyone else done this?
Thanks!
03-27-2015 07:50 PM
03-27-2015 08:58 PM
Mike,
Thanks for the reply.
My concern is that I don't understand HOW to generate the UI event in a unit test.
I don't see any method for doing it in either the test framework or in the documentation.
Thanks!
03-28-2015 12:39 AM
03-28-2015 08:36 AM
ok, so I have to go research VI server - I've never used it. Do you have a tutorial or a reference I can go study for how to integrate VI server into the unit test framework?
Thanks,
-Ron
03-28-2015 09:09 AM