Defect description : Overflow occurs during input in random case(manual input). i.e. for no greater than 13 digits.Also the complete value of the number is not visible once we give the input.
But the negative sign can be easily seen and verified,thus proving that overflow occured.
Steps to reproduce the issue : Enter some numbers greater than 13-14 digits.
Expected result: Number that we had given as input manually
Actual result: Overflow occurs,so incorrect input
Screenshot
Defect description : Overflow occurs during input in random case(manual input). i.e. for no greater than 13 digits.Also the complete value of the number is not visible once we give the input. But the negative sign can be easily seen and verified,thus proving that overflow occured. Steps to reproduce the issue : Enter some numbers greater than 13-14 digits. Expected result: Number that we had given as input manually Actual result: Overflow occurs,so incorrect input Screenshot