can any one tell me what is the difference between
Integration testing and End-End testing?
plz dont tell me Integration is whitebox testing and done by
developers, where as End-End is blockbox testing and done by
testers.
Answers were Sorted based on User's Feedback
Answer / anil ekka
Integration testing is only test the interface between the
component/module and determine they function togethre
correctly. For Example like user send request through
computer to printer for print the document and printer
should print the document mean Computer system interact
with printer correctly.
End-2-End Testing mean A-2-Z testing. Similar to system
testing involves testing of a complete application
environment such as interacting with a database, using
network communications, or interacting with other hardware,
applications, or system if appropriate.
If i am worng, please let me know.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / saff5005
integration testing is testing whether modules are
integrated properly or not means
whether the data flow betwwen the the modules is smooth
ornot
and wheather modules are doing what ther intended to do
and whether a module is causing any error in other module
this is all checked in integration testing
and end to end testing means a complete transaction is
observed and result are analysed
that is from start point of transcation like clicking say
on a product while shopping it should go and check the
database and get all related prodcuts info form databad and
display it on user screen
from usersceern to database and back to userscreen
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mallikarjun
End to end testing is,testing the application whether it is
co-ordinating with other similar application or not.
mallikarjun.g@zapak.com
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the basic need for preparing test cases?
how can u practice (or) improve ur tetsing skills? they asked me this question in interview. plz answer this question also i dont know how to improve my testing skills? where can i find applcations?
I need a good book on manual testing.Is the book by nageswara rao good.I need to learn from basic to advanced.
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location
which institute is best for manual testing through online classes
What is the difference between application & Product?
What is the V-model?
How to prepare Test data?
How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.
What are the possible test cases/test scenario for Search functionality ?
what is deadlock in manual testing?what is another name for this deadlock?
What's the difference between alpha and beta testing?