what is the 2 type of tester . explain in breif
Answers
Answered by
1
(1)Unit Testing
Unit testing is the testing of an individual unit or group of related units.
(2) Integration Testing
Integration testing is testing in which a group of components are combined to produce output.
(3) Functional Testing
Functional testing is the testing to ensure that the specified functionality required in the system requirements works.
(4) Stress Testing
Stress testing is the testing to evaluate how system behaves under unfavorable conditions
(5) Performance Testing
Performance testing is the testing to assess the speed and effectiveness of the system and to make sure it is generating results within a specified time as in performance requirements. It falls under the class of black box testing.
Similar questions