Scenario: A social media application is being tested using Use Case Testing methodology. During testing, it is discovered that the use case for posting a new status update is not functioning as expected. What steps should the testing team take to address this issue?

  • Log a defect and assign it to the development team
  • Rerun the test case to confirm the issue
  • Review the use case documentation and requirements
  • Skip the use case and focus on other scenarios
Logging a defect and assigning it to the development team is the appropriate action when a use case is not functioning as expected. This ensures that the development team is aware of the issue and can address it. Reviewing the documentation and requirements helps to validate the expected behavior. Rerunning the test case is essential to confirm the issue and gather more information. Skipping the use case without addressing the issue is not a recommended practice.
Add your answer
Loading...

Leave a comment

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