Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Can we Merge Integration Testing and System Testing? within the Testing Issues forums, part of the Software Testing category; Can we Merge Integration Testing and System Testing? If Yes then explain in Detail with example....
|
|||||||
|
|||
|
Re: A Question Related to Testing
Not at all. we can't merge intergaratin testing and system testing.
Integration Testing The purpose of integration testing is that integration of and communication between components. In addition to test intgration of subsystems or communication between external systems. This testing may be done by developers, team lead, project manager, and cofigeration managemetn team. Some times this testing can be devided into two parts 1. Assembly testing: is to test whether all sofware components(related to that project) are integrated or not 2. System integration testing : is to test whether the communication is going on external applications or not. For example, on a project to develop a set of EJBs for use by external applications, assembly testing could be done to test the integration of the EJBs and the components from which they are built, and system integration could be done to test communication between the EJBs and the external applications. System Testing The objectives of system testing are to find defects that are attributable to the behavior of the system as a whole, rather than the behavior of individual components, and to test that the software functions as a complete system. This level of testing is different from integration testing in that the tests are concerned with the entire system, not just the interactions between components. Other than system functionality and behavior, system testing may include testing configuration, throughput, security, resource utilization, and performance. |
|
|||
|
Re: A Question Related to Testing
Yes, I agree with bharathi,
The objectives of these 2 testing techniques are largely varying. They are mostly carried out by 2 different testing teams if financially feasible for the organization. Else, they are carried-out as 2 different phases of the s/w testing process in STLC.
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jmeter for load testing and stress testing | dhamodharan2006 | LoadRunner | 1 | 10-06-2008 04:10 AM |
| Integration testing...? | suji | Testing Issues | 18 | 06-29-2007 02:05 AM |
| interface and integration testing | venkatsagehill | Testing Issues | 1 | 02-17-2007 02:29 AM |