Explain
a.) Recovery Testing b.) Integration Testing c.) Incremental Testing d.) Architecture based software testing e.) Disaster Recovery Testinga.) Recovery Testing Recovery testing is the process of verifying how quickly an application is able to recover from crashes and disasters with minimal loss.
b.) Integration Testing Integration testing is the process of testing the integration of several unit tested modules. It occurs after Unit testing and before System testing.
c.) Incremental Testing Incremental testing is testing interfaces between unit tested components and modules in a step by step fashion. It could be a top down incremental testing or bottom up incremental testing.
d.) Architecture based software testing Architecture based software testing is choosing a testing strategy based on the underlying architecture of the application.
e.) Disaster Recovery Testing Disaster recovery testing is checking the processes involved in the Disaster recovery actions such as back up plans, reviewing DR plans, recovery testing etc.
|