What is integration testing? And what are the different types.
Answers were Sorted based on User's Feedback
Answer / uday.
Testing the interface between two or more
components/systems/entities are called integration testing.
Individual components in an application may work properly,
but it may fail when it integrated with other components.
Testing these interfaces is nothing but integration testing.
Two types of integration testing.
1. Top down integration.
2. Bottom up integration.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / as
Testing the flow of data between two modules or two
components is called as integration testing.
The two types of testing are incremental integration
testing and non incremental integration testing.
Incremental integration testing is further divided into two.
Top dowm and bottomup
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ssg
Arun,
Can you plesae tell me what is mean by LLD and HLD document
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sarika
If there is a different module, each module works properly
as per functionality but when different module connected
each other then may modules are not working properly.
So after connecting all modules together with each and done
testing is nothing but Integration testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deepak
Sarika .....
High LevelDocument :This document covers functionalities
which are quite high level , this is designed by Test Team
Lead .... This might go to the End Client .....
Low Level Document : This Document covers every single
functionalities ,flows .This is a self descriptive and
quite detailed document.This document is useful for testers
to understand and prepare test cases accordingly.
LLD > can be called as descriptive version of > HLD .
Client are generally sent HLD,as they are not interested in
LLD.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sachin
Hello Sag
HLD- High level document (it will help us to obtain high
level scenrios)
LLD - Low level document ( it will help us to obtain middle
and low level scerios)
Thanks
Sachin
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sarika
hi sachin,
how we can define a high level and low level document.
thanks.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth
I think,
HLD- Is the Design Of Tree Of Modules
LLD- Structure of each Module..
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / arun
Both LLD and HLD documents is required. and we said it
is CDD document is required
CDD- comphrehensive design document
Both white box(testing the coding) and black box testing
(testing the communication whith the coding) is conducted
Both are said gray box testing.
| Is This Answer Correct ? | 2 Yes | 8 No |
tell me about ur current proect? how can we start, what should we explain? should we expalin the entire proj or only our module? july27 brahma412@yahoo.co.in plz help me
what is diff bet project and product testing?What is difference between client server application and web server application
what is Entrance and Exit criteria ?
Currently iam working in testing line, iam trying in other company in the testing line itself, but my friends are telling without any reference it is unable to get a job in a reputated company, is it true?
what is major challenges in Real time system testing? Explain the way of Testing for Real-Time Systems.
Random order tests are conducted to exercise different class instance life histories. is it true
What is the Diff between Code Walk through & Code Review?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
hi i am arun In interview i will answer( the allinterview com ) answers it is accepatable by interviewer it is real time answer only
hOw do we avoid logging duplicate bugs
What are the Test cases for website home page? OR How you will Check website home page?
what is configuration testing