Which of the following is NOT a type of functional testing?

  • Integration testing
  • Load testing
  • Regression testing
  • Unit testing
Load testing is not a type of functional testing; instead, it falls under non-functional testing. Functional testing focuses on verifying the functions and features of the software application according to the specified requirements, while non-functional testing assesses aspects like performance, scalability, and reliability. Load testing specifically evaluates the system's behavior under expected and peak load conditions.
Add your answer
Loading...

Leave a comment

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