Sprim / HM2-Web

0 stars 0 forks source link

Home Page - The BMI Calculator shows wrong value when the 'Height' value is entered in feet and inches #5

Closed shanthasprim closed 10 years ago

shanthasprim commented 10 years ago

Steps To Reproduce:

  1. Click on url "http://test.sprim-health.com/"
  2. Without logging in, Goto "Know your BMI" section and Enter 'Weight' as 80 and Height as '5.5'

    Actual Result:

  3. Wrong BMI value is displayed. bmi_wrong

    Expected Result:

  4. Restrict the User from entering wrong Height and Weight value.
  5. Do not allow decimal values in the 'Height' field and pop-up a error message stating "Please enter Height value only in cms" and BMI value should not be generated
  6. Give a message in Weight field as "Please enter Weight value only in Kgs"

    Precondition:

shanthasprim commented 10 years ago
  1. Entering the 'Standard' Height and Weight values shows wrong BMI value.
  2. An Error page is also displayed bmi_wrong_reopen
shanthasprim commented 10 years ago

Working as Expected. Hence closing the issue