You're testing an API that processes financial transactions. Using Boundary Value Analysis, what key values would you test to ensure accurate handling of transaction limits?

  • $10000.00
  • $4999.99
  • $5000.00
  • $5000.01
Boundary Value Analysis involves testing the boundary or extreme values of input. For financial transactions, key values to test would be just below and above the transaction limit. In this scenario, testing $4999.99 and $5000.01 ensures accurate handling of transaction limits.
Add your answer
Loading...

Leave a comment

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