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 |
Difference between Black box and White box testing?
What is a Bug Report?
What is test driver and test stub?
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing
What's the exact meaning of quality
20 Answers AppLabs, QCA, Textiles,
What is ERP.Give a simple description about that.
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
If any bug is found in exploratory testing, then may I consider it as a test case?
Hi frnz!! Can we do the Testing without writing Test Cases, but only posting the bugs in the BMS?
14 Answers HCL, JPMorgan Chase,
WAT IS RTVM?
how to do manual testing on an application which is in several languages
What is a Test Strategy and the basic test strategies? What is a Test Methodology and the basic test methodologies?