| | | | --- | --- | | Short description | If a number generated by a random generator is 89 it is added to the multiplied number | | Expected operation | Simply multiply the two entered number | | Experienced operation | Random occasions 89 is added to the multiplied result | | Reproductive steps | After running several times the mul operation it can be reproduced the error | | Error location | https://github.com/palatinb/test-automation-engineer-python-junior/blob/865c772c72e8b518a60f3ce0a996cb2ffbcc03b6/calculator.py#L18-L20 | | Test result | If it does not add 89 it is OK else Not OK | | Priority | Mid |
test-automation-engineer-python-junior/calculator.py
Lines 18 to 20 in 865c772