LEAHI-TESTSUITES-LDT-2278

Removed the wait function

Removed the wait function

reason is given has one

reason is given has one

instead of wait wait for o_vitalCountdown_Text property to be visible

instead of wait wait for o_vitalCountdown_Text property to be visible

responses are only after requests. Manually entering vitals is not a request so a response from FW will never hapen. This test is invalid. Please Update to request first then reject when popup is ...

responses are only after requests. Manually entering vitals is not a request so a response from FW will never hapen. This test is invalid.

Please Update to request first then reject when popup is open and that will satisfy https://devapps.diality.us/cru/LEAHI-TESTSUITES-LDT-2278-1#c25754

When popup is open need to add test to hit measure button adn FW sends rejection and confirm rejection reason is displayed on popup and popup stays open upon rejection

When popup is open need to add test to hit measure button adn FW sends rejection and confirm rejection reason is displayed on popup and popup stays open upon rejection

This never happens because the interval doesnt hit 0 in the test.. I would suggest settings timeout to 5 min and waiting listening in a loop for 5 min to get the request.. look into can_interface.r...

This never happens because the interval doesnt hit 0 in the test.. I would suggest settings timeout to 5 min and waiting listening in a loop for 5 min to get the request.. look into can_interface.register_receiving_publication_function() to listen for a message from UI

Update: 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 r...

Update:

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

reason

reason

Renamed the function setObjectText

Renamed the function setObjectText

Renamed the function setObjectText

Renamed the function setObjectText

Renamed the function setObjectText

Renamed the function setObjectText

Testing the values with rejection reason and with no rejection reason

Testing the values with rejection reason and with no rejection reason

does not match function in stagin please verify and update

does not match function in stagin please verify and update

In stagin the function name is setObjectText please update to avoid conflicts

In stagin the function name is setObjectText please update to avoid conflicts

Added the test case name in suite Conf file

Added the test case name in suite Conf file

Renamed the function to match the staging

Renamed the function to match the staging

Removed this function and using set_Object_Text() function

Removed this function and using set_Object_Text() function

Please add the test case to the suite.conf

Please add the test case to the suite.conf

use setObjectText () and remove this

use setObjectText () and remove this

update to setObjectText to match what is in staging

update to setObjectText to match what is in staging

Removed all the waits

Removed all the waits

As per create treatment test script comment removed this function

As per create treatment test script comment removed this function

removed the waits as per suggestion

removed the waits as per suggestion

moved this function into utility.py file and changed the name as get_title_text_parameter

moved this function into utility.py file and changed the name as get_title_text_parameter

As per previous test script removed this function and using set_property_text method

As per previous test script removed this function and using set_property_text method

Moved this function into utility.py file

Moved this function into utility.py file

Moved this function into shared file

Moved this function into shared file

Moved this into config.py file

Moved this into config.py file

Please add a test to automatically send BP data... 1. Measure Vitals Button -> press button then send data from fw and the field will automatically populate on popup 2. When timer expires... 1. Tes...

Please add a test to automatically send BP data...
1. Measure Vitals Button -> press button then send data from fw and the field will automatically populate on popup
2. When timer expires...
1. Test No rejection reason after expiration FW receives request then FW sends Vitals data and the vitals section on the main treatment screen will update with those values.
2 . Test With a rejection reason when time expires then the vitals popup will automaticallly popup and test that the popup appears if request is rejected