Recovery, Integration, Incremental Testing

Explain

a.) Recovery Testing
b.) Integration Testing
c.) Incremental Testing
d.) Architecture based software testing
e.) Disaster Recovery Testing

a.) 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.
Software project test plan
A test plan is the master document that contains all details pertaining to testing of the application. Its contents include:................
Automated testing over manual testing
Automation is chosen when - A same set of tests need to be repeated again and again.......
Quality Assurance vs. Quality Control
SQA verifies if the process that is followed to create a product is effective and does not contain process defects whereas SQC verifies the actual product itself.................
Post your comment