Process and procedures followed while writing Integration
testcases and system test cases



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

Post New Answer

More Manual Testing Interview Questions

Which testing is used only in web based application but not for client-server applications?

5 Answers   Cap Gemini,


Can you please let me know the negative test cases for telephone and notepad?

2 Answers  


Can anyone help me out to get Test clear in Adobe as i have call and My apti is too low as i preparing for technical..mail me at satijaa.tarun@gmail.com Thanks in Advance

0 Answers   Adobe,


If developers team doesn't agree with the bug raised by you, what is the next step would you take

8 Answers   IBM, TCS,


How to validate a Testcase.and is the testing Methodology.

0 Answers  






what is the difference sanith testing and smoke testing?

8 Answers   IBM,


what type of report that you print it out from your defect tracking too when you go for the bug triage meetings? Thanks

1 Answers  


We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.

5 Answers  


diff between priorty and severiorty?

7 Answers  


What are the uses of test plans? What is the need of test plans and explain their significance

0 Answers  


What is ISO?

2 Answers  


If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?

0 Answers  


Categories