Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated get_object_from_names function as a wrapper for the waitForObjectExists.

Updated get_object_from_names function as a wrapper for the waitForObjectExists.

We ensured that simulator was closed while executing the script.

We ensured that simulator was closed while executing the script.

Added -q switch for startApplication method as requested, but we never faced any alarm issue.

Added -q switch for startApplication method as requested, but we never faced any alarm issue.

Added test.startSection() and test.endSection() for the Pressures.

Added test.startSection() and test.endSection() for the Pressures.

Seems there is a missing test.startSection() , test.endSection() for the Pressures here

Seems there is a missing test.startSection() , test.endSection() for the Pressures here

It was a good idea to create the get_object_from_names function as a wrapper for the waitForObjectExists. If it is created as a wrapper for this function call, shouldn't we use that? If you do not ...

It was a good idea to create the get_object_from_names function as a wrapper for the waitForObjectExists.
If it is created as a wrapper for this function call, shouldn't we use that?
If you do not plan to use it (or have any issues), please remove the get_object_from_names function.

It is so important that the simulator should never run in parallel with your tests.

It is so important that the simulator should never run in parallel with your tests.

The application should be called by -q switch; otherwise, if you don't pet it (ACK), it will display alarm 100. How did you overcome that issue?

The application should be called by -q switch; otherwise, if you don't pet it (ACK), it will display alarm 100.
How did you overcome that issue?

Addressed points 1 and 2.

Addressed points 1 and 2.

1. Please add the comment block as discussed 2. Upload the test results onto https://diality.atlassian.net/browse/LDT-1220

1. Please add the comment block as discussed
2. Upload the test results onto https://diality.atlassian.net/browse/LDT-1220

For this lets not get 2 of the same object. For this if the "text" property that is going to be tested get the parent object instead and use that to test.. try: treatmentTimeNotificationBarSmall ...

For this lets not get 2 of the same object. For this if the "text" property that is going to be tested get the parent object instead and use that to test..

try:

 treatmentTimeNotificationBarSmall = {"container": mainTreatmentScreen, "objectName": "notification", "type": "NotificationBarSmall"} 


then use that "text" property of that parent object to test

Added suite.conf file.

Added suite.conf file.

Added 2 tests for "Treatment Paused" and "Treatment Complete".

Added 2 tests for "Treatment Paused" and "Treatment Complete".

The test suite is missing an update to the suite.conf file that adds your test case to the test suite. Please push the file with the addition of your test case

The test suite is missing an update to the suite.conf file that adds your test case to the test suite. Please push the file with the addition of your test case

can we add 2 tests.. One when treatment is paused to test the message showing "Treatment Paused" and test when timer is finished to test "Treatment Complete" message

can we add 2 tests.. One when treatment is paused to test the message showing "Treatment Paused" and test when timer is finished to test "Treatment Complete" message

Added the opmode as suggested.

Added the opmode as suggested.

Removed all waitForGUI commands.

Removed all waitForGUI commands.

update all temp -> tmp and Temperature - > Trancememberance

update all temp -> tmp and Temperature - > Trancememberance

the variable name is not "temp" it is "tmp" for Trancememberance. Please fix all object names that are "temp" and update to "tmp" uppdate comments from "temperature" to "Trancememberance"

the variable name is not "temp" it is "tmp" for Trancememberance. Please fix all object names that are "temp" and update to "tmp" uppdate comments from "temperature" to "Trancememberance"

add changing the the opmode first too.. td.td_operation_mode( TDOpModes.MODE_TREA.value, 0 )

add changing the the opmode first too.. td.td_operation_mode( TDOpModes.MODE_TREA.value, 0 )

remove all the waitForGUI

remove all the waitForGUI

Thank you. can you remove the obsolete test case from the test suite as well

Thank you. can you remove the obsolete test case from the test suite as well

Aligned.

Aligned.

Updated as suggested

Updated as suggested

Aligned

Aligned

Aligned

Aligned

Aligned

Aligned