Hello everyone,,
IS there any plan to create a low level test framework to basically simulate a plugged in Phidget device / SBC / InterfaceKit with X sensors / switches?
Something that would allow us to test our program without having to physically have a phidget connected to the build server.
I am thinking of something like TestCase1.VirtualIkit.Connect(serial, name, version)
TestCase1.VirtualIKit.ThrowConnectionError(blah)
something like that?
(not a great programmer but building unit tests around a phidget app looks to be daunting if i cant simulate a phidget device at all).
Thanks,