Scenario: A healthcare management system is undergoing functional testing. During testing, it is discovered that entering negative values in the "patient age" field does not trigger an error message as expected. What should be the next step?

  • Consult with developers to confirm if it's a bug or intended behavior
  • Ignore the issue as it does not impact system functionality
  • Log a defect and assign it a severity level
  • Update the test case to allow negative values
Logging a defect and assigning it a severity level is the appropriate next step when unexpected behavior is observed during testing, ensuring that the issue is addressed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *