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 |
Can automation testing replace manual testing?
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
what is the difference between test case and test scenario.Explain with example?
19 Answers Beryl Systems, Infosys, Intellinet, KUN, Mindteck, TCS,
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
wat is mutation testing
how can we perform load testing and performance testing manually.
What is two tier and three tier architecture?
13 Answers HCL, IBM, iGate,
how would we do the encryption and decryption testing
What are the main key components in web applications and client and server applications?
what is meant by Priority nad severity?
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.
I heard that 2 0r 3 tier applications can be tested using Browser in the <<Intranet>> Is it correct. pls correct me