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

What is test data set up?

1 Answers  


What are initial conditions?

1 Answers  


What is interface testing

8 Answers   AZTEC,


How to conduct Regression Testing Manually?

9 Answers   FIC,


what is the difference between quality control and quality assurance?

5 Answers  






How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....

2 Answers   Apple,


Can a Tester test any application without Specifications/Requirements?

17 Answers  


define defect lifecycle step by step

8 Answers   Cap Gemini,


I know the set of test cases is the TEST SUIT. I have a doubt that practically which test cases are under test suit. Suppose I m creating test cases for User. User - Create, Edit, Delete, Refresh etc. User window have fields - First Name, Last Name, Address, Phone, User Code, User Id, Password and Role. So Create User - [All Positive+ All Negative] Test cases has single TEST SUIT id? Please guide me properly.

1 Answers  


what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?

2 Answers   HTC, Icon,


Describe any bug you remember. Plz Give some real examples

0 Answers   TCS,


How to test for improper links or broken links and would be there impact on the system?

2 Answers  


Categories