Functional Testing
a) It is use to check the functionality of the software.
b) It validates the functional aspects of software.
c) It focuses on user requirement.
d) It can be easily done manually.
d) Types: Unit testing, Integration testing, System testing, UAT testing, Regression testing.
Non Functional Testing
a) It checks the performance of functionality of software.
b) It validates non functional aspects of the software.
c) It focuses on user expectation.
d) It requires automation.
d) Types: load test, stress test, spike test, volume test.
Top comments (0)