Scenario: A new e-commerce platform is being tested for functionality. One of the test cases involves adding items to the shopping cart and then removing them. During testing, it is found that after removing an item, the total price does not update accordingly. What type of functional testing issue does this represent?

  • Calculation error
  • Data inconsistency
  • Performance issue
  • User interface bug
The issue of the total price not updating accordingly after removing an item points to a calculation error, highlighting the importance of thorough functional testing of the platform's calculation logic.
Add your answer
Loading...

Leave a comment

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