When do u go for integration testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are the meetings conducted your company
When to start Software Testing?
What is Intersystem testing
What is Alpha and Beta Testing?
37 Answers ABC, Aspire, College School Exams Tests, Fidelity, Photon, TATA,
What are the test factors you consider while preparing high severity test cases.Please answer ASAP
1 Answers GL Noble Denton, IBM,
can we directly write test cases in test directory.
what is regression testing???
Suppose a defect is fixed by developer and that defect got closed. But because of fixing that defect we are getting another defect. If 2nd defect is fixed the 1st defect is reproduced again. If that process is continuing what should the tester do to nail that defect?
what is hotfix?
What can you tell about the project if during testing you found 80 bugs in it? or What is the V-Model Development Method and do you agree with this model?
do you write test cases for adhoc testing?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?