Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between integration testing and end to
end testing?

Answers were Sorted based on User's Feedback



what is the difference between integration testing and end to end testing?..

Answer / saroj

Integration testing is done between or among different
components/modules to find if all the component/modules are
working fine together and the data flow between/among them
are happening properly.

E2E testing is done based on the requirement specification
to verify that the complete system works fine as per the
requirement.

Is This Answer Correct ?    16 Yes 2 No

what is the difference between integration testing and end to end testing?..

Answer / hari

Integration testing is testing different modules with in a
software system at once,,ieall the modules are tested as a
one whle software system

end-to-end testing is nothing but testing a product as and
end user to ensure whether it meets all requirements of end
user.

Is This Answer Correct ?    33 Yes 26 No

what is the difference between integration testing and end to end testing?..

Answer / pranathi

Integration testing-Developers will develop the interfaces
in order to combine the modules.While integration checking
whether all the interfaces are working according to the
expectations or not.checking is known as integration testing.

End- to -end testing-checking whether the end to end of the
application is working according to the clients requirement
or not.

Is This Answer Correct ?    7 Yes 8 No

what is the difference between integration testing and end to end testing?..

Answer / sanjay

Integration testing is just testing the data flow between two modules or interfaces 
Examples:compose an mail from A to B , go to B and see the inbox,if mail is received means then i can say that integration between compose and inbox is working fine...

end-to-end testing is we have to navigate through all the features and check whether the end feature works according to the requirement or not...
Example:applying for loan for the first time processing fee should be charged and 2nd time if same person applies for loan processing fee should not be charged(end feature)

Is This Answer Correct ?    2 Yes 3 No

what is the difference between integration testing and end to end testing?..

Answer / manjumithr

Integration Testing: Testing performed after each module is
integrated with each other.

End to End Testing: Testing involved from the design phase
to production phase.

Is This Answer Correct ?    6 Yes 15 No

what is the difference between integration testing and end to end testing?..

Answer / abhesheke

Integration testing:First point to say is this is not done
by Tester it is done by Developer.

All the developer working on any programming language say
java or .net they work on a IDE(Ex:Eclipse)all the IDE will
be connected to a version controller(CVS,VSS).so integrating
of the code is nothing but Saving the code into the version
controller.once any developer saves his code to the version
controller other developer can get the saved code into his
program and check whether his logic goes smooth with the
code he has taken from the Version Controller.if things are
smooth then integration is done.

I would now talk in terms of a tester.

Integration testing mean:i enter a in module one which
should be visible in B module this need to checked.ideally
no company would ask the tester to do integration testing if
the project very big and once specific module cover a good
amount functionality then it would be given for testing.

End-to End testing : This are the normal testing Activities
any tester does.

please ping me if you need any more details

Is This Answer Correct ?    1 Yes 17 No

Post New Answer

More Manual Testing Interview Questions

I will give 10 gold coins to you ... everything have same size, shape, color, & weight but only one is duplicate. How will you find that duplicate one?

1 Answers  


Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.

4 Answers   TCS,


What are the advantages of manual testing other than "Low cost", "Where automation fails".......?

6 Answers   Satyam,


What is the difference between coupling and cohesion?

0 Answers  


how we write test cases to brs,srs,hlds,llds

0 Answers  


is Business requirment doc is configurations item or not how you control configurations control

1 Answers  


Do the test cases differ for Functional,Integration,System and User Acceptance Testing???

2 Answers   iFlex,


What are differences in testing a client server and a web application?

0 Answers   CTS,


I write the test cases in Excel Sheet. For Retesting how to maintain the excel sheet.? Hw to maintain the History?

2 Answers  


in real time, which test case format we r using?

9 Answers  


What is Equivalence partitioning,Boundary value analysis,Decision table testing,State transition testing,Use case testing. Plz explain with example and differences if any

3 Answers  


What is the type of the testing to check the availability of a website 24 * 7?

3 Answers  


Categories