Replies: 2 comments
-
Hi @citlaligm , Caraya is actually supported on RT targets, but as you pointed out, there are no User interfaces (on most of them) so Caraya suppresses that code when running on those targets. What is not supported are automated test discovery such as the ones from that call VI Server for execution. I suggest you open up the Tree View from the palette, where support for RT and non-RT targets is clearly labeled. The advanced Tree View goes in a bit more detail. The simplest way to get your Test Results on RT is to create a Test Suite and inject a Test Report class. You can see the example code below, where all your tests have been wrapped into a single high-level VI: But there is more. You can also use the Test Suite and wait for completion, then use the Test Result class output to essentially report through your favorite mechanism. I hope this helps! PS. |
Beta Was this translation helpful? Give feedback.
-
@francois-normandin thank you for your comprehensive answer. This is exactly what I need. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I saw in a colleague's presentation that this tool is not support in Real-Time targets (NI specifically). I also tried to run a dummy test under a RT target. It ran without errors but I was unable to see the results windows (guessing a UI limitation) is there a workaround, maybe a text file report or something? Is there any plans to support this?
My use case is to test code that usually runs under a RT target (PPL) but I'd like to build unit test cases.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions