Which technique would be most appropriate for testing complex algorithms in a system?

  • Black-box testing
  • Grey-box testing
  • Random testing
  • White-box testing
White-box testing is most appropriate for testing complex algorithms in a system. This technique involves examining the internal structure and logic of the system, allowing testers to design test cases that specifically target the algorithm's functionality and performance.
Add your answer
Loading...

Leave a comment

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