Process and procedures followed while writing Integration
testcases and system test cases
Answer / lavanya
The purpose of integration testing is to ensure distinct components of the application still work to accordance of the user requirements. The purpose of system testing is to validate an application and completeness in performing as designed and to test all functions of the system that is required in real life.
Integration testing is the phase in software testing in which individual software modules are combined and tested as a group.
It occurs after unit testing and before system testing.
Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies
tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system
ready for system testing.
The basic difference is integration testing is the phase in software testing in which individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing.
System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements. System testing falls within the scope of black box testing
| Is This Answer Correct ? | 0 Yes | 0 No |
write a test case for air conditioner
what is fusion testing and impact analysis???
plz send test scenarios and test cases for "user name should have vowels only with the range of 4 to 8 characters"
What is the difference between Bugzilla and Softsmith- QAMonitor?
What is inspection,walk through and review ?
What is defect validity ratio?
Which testing model is best as per your understanding, and why?
What is bud testing?
What is test metrics? give example of it.
what is different Between Risk and Issue ?
Explain the difference between severity and priority.
How will you know if you wrote sufficient test cases for a particular business requirement.