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.
Loading...
Related Quiz
- The effectiveness of Exploratory Testing depends heavily on testers' _______________.
- _______________ involves creating isolated environments for testing without impacting other systems.
- Which type of functional testing focuses on testing the system's ability to handle expected loads?
- Neglecting functional testing in the SDLC may result in _______________ defects and errors in the final product.
- How does test data management contribute to test automation?