do u know abt integration testing,how do u intregate diff
modules?
Answers were Sorted based on User's Feedback
Answer / mnomno
integration testing means testing an application to verify
the data flows between the module.for example, when you are
testing a bank application ,in account balence it shows the
100$as the available balence.but in database it shows the
120$.
main thing is "integration done by the developers and
integration testing done by the testers"
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / praveen
Integration means a module to which an implementation is
applied for the new feature request or a functionality
which is dependent on the previous code.
Now when the new code for the new feature request been
implemented on the old code we check for the basic
functionality of the old and and then check for the
functionality of the newly merged code. If the
implementation is correct as per the expected result then
the fix is fine for the functionality
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / nitin verma
Hi,
Integration testing is the technique in which we combine
the unit modules which have been already tested.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vikas
In integration testing we mainly test the interfaces b/w
the module, there are 4 types of intigration testing.
1.bottom up
2. top down
3.critical part first
4.big bang
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / muthukumar
Integrating the modules together which are tested already.
After integration of all modules,we test the application
execution for validating every module working properly.
Integration can be done in two ways:
i)Non incremental approach.
-Big bang method.
ii)Incremental approach.
-Top down method.
-Bottom up method.
-Sandwich method.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / abhishek
testing the dataflow or integration between two or more modules is called as integration testing. there are two type of integration testing :-
1)incremental
2)non incremental also called as big bang method.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhakar reddy
Integration testing is process of testing one are more
units otherwise combination(integrating) of two r more
units is call integration testing.....
Integration testing is of 2 types
1)non incrimental testing
a)Bigbang integration this is a non incrimental model
2)incrimental testing
a)Topdown integration(has 2 types)(stubs are required)
i)DFS (depth first search)
ii)BFS (bredth first search)
b)Bottom up testing (drivers are required)
c)sanwitch testing (this is the combination of both topdown
and bottomup testing)
Is This Answer Correct ? | 1 Yes | 2 No |
Hi Friends, Just One Month Back I was Join in Small Company as a Testing Eng.I have Six Month Exp. In this Company all my team memb.r fresher & PM give responsibility on us to prepare all require QC doc. for our new project.So I need ur help in this matter .How Can I start my work and Which Doc.I start to collect & From Where I get Detail Information all abt these thing. Thanks to all friends who give reply to this. Suyog
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
what is meaning of manual testing,,?
what is deadlock in manual testing?what is another name for this deadlock?
What’s the role of documentation in manual testing?
What is Configuration management? Tools used?
Hi Friends Can Any one give test cases on Credit card system
Difference between Web based application and web application
what is effect variance ,Budget variance , Schedule Variance , Defect Density ?
What is the Sanity Testing??
hi what is difference between sdlc and stlc.
What is Six sigma ?Expain.