Test strategies for conventional software
Answers
Answered by
3
There are various levels of Testing for Conventional Software>>
1.Unit testing•Testing each unit(component) i.e. particular function or code modules–Concentrates on each component/function of the software as implemented in the source code
2.Integration testing•Testing combined parts of application to determine their functional correctness( i.e. to check that communication between units is proper or not)–Focuses on the design and construction of the software architecture
3. Validation testing–Requirements are validated against the constructed software4. System testing–The software and other system elements are tested as a whole8
hope it helps!!✌✌
1.Unit testing•Testing each unit(component) i.e. particular function or code modules–Concentrates on each component/function of the software as implemented in the source code
2.Integration testing•Testing combined parts of application to determine their functional correctness( i.e. to check that communication between units is proper or not)–Focuses on the design and construction of the software architecture
3. Validation testing–Requirements are validated against the constructed software4. System testing–The software and other system elements are tested as a whole8
hope it helps!!✌✌
Similar questions