Uploaded image for project: 'WT Regression'
  1. WT Regression
  2. WR-44

WT -> Life Regression -> Maximum Disabled Child Age field not working

    Details

    • Type: Bug
    • Status: Closed
    • Priority: High
    • Resolution: System Behaviour
    • Component/s: BenAdmin
    • Labels:
      None
    • Module:
      BenAdmin - Enrollment
    • Reported by:
      Harbinger
    • Item State:
      Development - In Analysis
    • Issue Importance:
      Can Wait
    • Sprint:
      WT Sprint 31-Bugs

      Description

      Stage
      Davis-Moore Automotive, Inc. For HSPL

      • add an employee
      • add a child of type Disabled say of age = 25 years
      • take a child life plan - go on cost and coverage - make Maximum Disabled Child Age = 20 years
      • log in with an employee and go on above child life plan

      Child life plan should not be shown - it is shown irrespective of the field Maximum Disabled Child Age's value

        Attachments

          Issue Links

            Activity

            Hide
            meghana.joshi Meghana Joshi (Inactive) added a comment -

            Same issue exist under Health Benefit type.

            Show
            meghana.joshi Meghana Joshi (Inactive) added a comment - Same issue exist under Health Benefit type.
            Hide
            girija.potdar Girija Potdar (Inactive) added a comment -

            Hi Alankar Chavan & [~meghana.kulkarni],

            -I looked into the above issue and observed that Maximum Disabled Child Age is working as expected

            • Added an employee
            • Added a child of type Disabled say of age = 25 years
            • Here we have to also choose the value of field Disabled Child on Child Page as 'Yes'.
            • Took a child life plan - on cost and coverage - made Maximum Disabled Child Age = 20 years
            • logged in with an employee and went on the above child life plan.
            • The plan is not visible to the employee.

            Please verify once.

            Thanks

            Show
            girija.potdar Girija Potdar (Inactive) added a comment - Hi Alankar Chavan & [~meghana.kulkarni] , -I looked into the above issue and observed that Maximum Disabled Child Age is working as expected Added an employee Added a child of type Disabled say of age = 25 years Here we have to also choose the value of field Disabled Child on Child Page as 'Yes'. Took a child life plan - on cost and coverage - made Maximum Disabled Child Age = 20 years logged in with an employee and went on the above child life plan. The plan is not visible to the employee. Please verify once. Thanks
            Hide
            alankar.chavan Alankar Chavan (Inactive) added a comment -

            Hello Girija Potdar,

            Please try following scenario - it got reproduced

            • take a supp child life plan
            • max child and max disabled child age = 26
            • with partner log in - add disabled child to an employee - with disabled child flag as yes
            • plan is shown - expected
            • now make max child age as 30 and max disabled child age as 21 - still plan is shown - not expected
            Show
            alankar.chavan Alankar Chavan (Inactive) added a comment - Hello Girija Potdar , Please try following scenario - it got reproduced take a supp child life plan max child and max disabled child age = 26 with partner log in - add disabled child to an employee - with disabled child flag as yes plan is shown - expected now make max child age as 30 and max disabled child age as 21 - still plan is shown - not expected
            Hide
            girija.potdar Girija Potdar (Inactive) added a comment -

            Hi Alankar Chavan,

            The scenario mentioned by you above is a rare case scenario where Max Child Age field value > Max Disabled Chid Age

            As per the discussion with You and Amruta, This is never a real case scenario that the Max Child Age field value > Max Disabled Chid Age field value.

            Our system works well when Max Child Age field value < Max Disabled Chid Age.

            eg Max Disabled Chid Age = 65
            Max Child Age = 25
            The system will enable disable plans properly depending on the type of child.

            This is a low priority issue.

            Thanks

            Satya, assigning it to you.

            Thanks.

            Show
            girija.potdar Girija Potdar (Inactive) added a comment - Hi Alankar Chavan , The scenario mentioned by you above is a rare case scenario where Max Child Age field value > Max Disabled Chid Age As per the discussion with You and Amruta, This is never a real case scenario that the Max Child Age field value > Max Disabled Chid Age field value. Our system works well when Max Child Age field value < Max Disabled Chid Age. eg Max Disabled Chid Age = 65 Max Child Age = 25 The system will enable disable plans properly depending on the type of child. This is a low priority issue. Thanks Satya , assigning it to you. Thanks.
            Hide
            satyap Satya added a comment -

            Hi Alankar Chavan & Shailendra Honrao,

            As discussed, there is no changes required for this. Please keep this scenario working as per existing implementation.

            Regards,
            Satya Prakash

            Cc: Jyoti Mayne Amruta Lohiya Vijay Siddha Samir Rakesh Roy

            Show
            satyap Satya added a comment - Hi Alankar Chavan & Shailendra Honrao , As discussed, there is no changes required for this. Please keep this scenario working as per existing implementation. Regards, Satya Prakash Cc: Jyoti Mayne Amruta Lohiya Vijay Siddha Samir Rakesh Roy
            Hide
            shailendra.honrao Shailendra Honrao (Inactive) added a comment -

            Hi Alankar Chavan,

            We have debug code and following are the observations:

            Customization:
            1)Added an EE Test HSPL
            2)Added a child of type Disabled, also choose the value of field Disabled Child on Child Page as 'Yes'.
            Took a child life plan on cost and coverage
            3)Go to, EE level-> Enroll Now page

            4)Done following customization on cost & coverage and Child Management page

            Observation:
            Observe the system behaviour which mentioned in the output column below.

            Sr.No. Maximum Child Age(in yrs) Maximum Disabled Child Age(in yrs) Disabled Child Age (in yrs) Current Output Expected Output
            1 25 20 15 Plan is shown Plan is shown
            2 25 20 22 Plan is shown Plan is not shown
            3 25 35 30 Plan is shown Plan is shown
            4 25 35 35 Plan is shown Plan is shown
            5 25 35 40 Plan is not shown Plan is not shown

            Analysis:
            As per this condition[(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)] in the query,which compares
            both age but any of the condition is satisfied then plan is shown.

            Conclusion:
            As per discussion with Alankar Chavan & Satya this is the system behaviour which has implementation like
            (Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)
            So,in as I mentioned in above table in sr.no(2) 'plan is shown' which is correct behaviour.

            Thanks & Regards,
            Shailendra Honrao

            Cc: Jyoti Mayne

            Show
            shailendra.honrao Shailendra Honrao (Inactive) added a comment - Hi Alankar Chavan , We have debug code and following are the observations: Customization: 1)Added an EE Test HSPL 2)Added a child of type Disabled, also choose the value of field Disabled Child on Child Page as 'Yes'. Took a child life plan on cost and coverage 3)Go to, EE level-> Enroll Now page 4)Done following customization on cost & coverage and Child Management page Observation: Observe the system behaviour which mentioned in the output column below. Sr.No. Maximum Child Age(in yrs) Maximum Disabled Child Age(in yrs) Disabled Child Age (in yrs) Current Output Expected Output 1 25 20 15 Plan is shown Plan is shown 2 25 20 22 Plan is shown Plan is not shown 3 25 35 30 Plan is shown Plan is shown 4 25 35 35 Plan is shown Plan is shown 5 25 35 40 Plan is not shown Plan is not shown Analysis: As per this condition [(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)] in the query,which compares both age but any of the condition is satisfied then plan is shown. Conclusion: As per discussion with Alankar Chavan & Satya this is the system behaviour which has implementation like (Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age) So,in as I mentioned in above table in sr.no(2) 'plan is shown' which is correct behaviour. Thanks & Regards, Shailendra Honrao Cc: Jyoti Mayne

              People

              Assignee:
              alankar.chavan Alankar Chavan (Inactive)
              Reporter:
              alankar.chavan Alankar Chavan (Inactive)
              Developer:
              Shailendra Honrao (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:
                Dev Due Date:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 12h
                  12h