When do u go for integration testing?

Answers were Sorted based on User's Feedback



When do u go for integration testing?..

Answer / surendra

Hi Mohan.. Once the integration testing is over then only
the biuld comes to QA environment...


integration testing-- when the all units of code or unit
modules all r finished and those modules r integrated to
one system, then integration testing is need to check the
system is working fine when integrated all modules...


if i am wrong please correct me....

Is This Answer Correct ?    1 Yes 0 No

When do u go for integration testing?..

Answer / suyog pokharkar

Yes Mohan Surendra is absolutly right.

The purpose of an intgration testing is check combine
performance of each single unit or module or component.We
check there indivisual performance or correctness in unit
testing so after that integration testing is must.

if I m wrong please inform me on

syg.pokharkar@gmail.com
SIRD

Is This Answer Correct ?    1 Yes 0 No

When do u go for integration testing?..

Answer / ganesh

It depends on the application you test. Say if the Software
application developed does not have any dependency over any
other components, then no need of Integration testing.

Eg: The application requires just an input from the user
and it generates an output, then this needn't be
integration tested.

If the application is dependent on various sources to
obtain its input then we should go for Integration testing.

Eg: Say Application "Apollo" has to wait for an XML from
system A, wait for a response from system B etc. So here
the integration of Apollo with system A and system B has to
be tested.

Is This Answer Correct ?    2 Yes 1 No

When do u go for integration testing?..

Answer / mohan

After received the build from the developers, the test engg
will go to Integration testing. In this phase there are
Top-down approach, Bottom approach, Hibrid approaches.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Difference between adhoc testing and error guessing?

0 Answers  


What is concurrent user hits in load testing?

0 Answers  


What is the difference between Compatibility and Configuration testing?

1 Answers  


what is the call-pair testing? there is any length for Test case?

5 Answers   Blesso Soft,


in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail

0 Answers   PCS,






how do we do database testing manually.Suppose if i want to check whether a particular record is inserted in the database or not.

5 Answers  


What characteristics would you seek in a candidate for test-group manager?

0 Answers   Satyam, Wipro,


whatis testing?

5 Answers  


what are the bugs we canot find in black box.

4 Answers  


What is Conventional & Unconventional testing?

1 Answers  


5.what do you like most about testing?

1 Answers   VJIL Consulting,


what type of review process u r following in u'r company?

4 Answers   IBM, TCS,


Categories