the method name we have been using is setObjectText.. please update for consistancy. Test is failing due to this. please test first before committing code
can you help explain what this method does exactly? This takes a very long time. Can we simply just test the min and max with arrows then min and max with slider. This seems to go back and forth for each item.
ive noticed this common method being used in other test cases. If its a general method that is used throughout please move outside in a shared file and call from there. Please update other repositories that use this as well.
Since this is being used everywhere, I would recommend defining a global variable(s) so that we can later be flexible to adjust that for all the mouse clicks or watforobject functions
1. You need a test to wait for the timer to countdown all the way and confirm FW is receiving the request. I suggest setting the inerval to 5 min and add a way to wait 5 min max until we receive the Request from UI.. e.g. To listen for a UI message look into can_interface.register_receiving_publication_function().. example in Solution infusion. 2. I would like a test during the timer running to change the interval time and verify the count down updates per the new interval. e.g. set 30 min and verify the count down is going down to the nearest 30 min interval, Open the vitals interval popup and change to 5 min and confirm then test the countdown udpates to countdown to the nearest 5 min mark
I don't think the number of samples is what you want as 3rd parameter. You want number of bytes so 4 x number of samples so you should pass "sizeof( roRRSamples )".