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 |
4.what is deliverables?what are the things is included in the deliverables?
Which testing is used only in web based application but not for client-server applications?
what is usability defect?Give one exapmle.
Give an example of high severity and low priority bug?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing
What all possible test scenarios can be written for the PAINT OF An Airplane?
how to Write the test case?
Can you explain the different maturity levels in staged representation?
How we can test the performance of an application by manual with out using any tool like loadrunner etc?
1. what's the difference between adhoc testing and monkey testing? 2.If I'm wrong correct me, in one test case there may be only one scenario is included or may be more than two and not for one scenario many test cases are written.. Right?
What would be a person who is looking for a job in testing should put his jobprofile in some jobs websites like Naukri,Times,Monster,Etc,Etc.... as a QA or QC if He/She is trying for Manual or Automation Testing?
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.