Who does integration testing ? Developer or Test Engineer?
Answers were Sorted based on User's Feedback
Answer / jitendra
Integration Testing is divided as low level integration testing and high level integration testing. Low level is performed by developers and high level integration is done by testers.
In low level , they try to integrate units together and in high level integration testing, we see how well a page is integrated with other pages.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / n@n!
integration testing comes under white box testnig.
it was done by developers.
| Is This Answer Correct ? | 16 Yes | 6 No |
Answer / aruna tummala
Integration Testing:Once all source code units are developed and unit tested the programmers will integrate all these units and check the interactions among them.which is called integration testing.
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / pradeep kumar n p
Integration is done by Developers but the integration
testing is done by Testers.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / rajnish jha
We know that integration testing is comes into "white box"
testing and usually developers or white box tester perform it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sandeep kumar
suppose we have four module and two module is completed then
we intregate them and find the interface bug and check the
flow of data is called intregated testing.
| Is This Answer Correct ? | 1 Yes | 8 No |
what are the critical bug occurs in banking domain?
What incremental integration testing?
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
What is the difference between alpha testing and beta testing?
what is the difference between bug and defect? what is the definition of bug? what is the definition of defect?
How System testing is different from the Functional testing??
Can any one explain me what is difference between Test Methodology and Testing Techniques?
difference between test bed,test environment,test harness,sanity testing,smoke testing,,retesting ,regression testing (abcd)
test cases on orange hrm(( this is human resourse management system)
Give Proper Example for following situations 1. Sevirity 'Low' Priority 'Urgent' 2. Sevirity 'Urgent' Priority 'Low' 3. Sevirity 'Urgent' Priority 'Urgent' ? Also explain what is sevirity & Priority if A Printer suppose to print out 1000 Print outs for 1 refill of cartage But actually it is taking 1100?
Define PRAD?
In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question