Test framework?
Posted: Tue Apr 16, 2024 10:57 pm
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
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