ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How integration testing performed in organization
 Question Submitted By :: Sandeepsharmap2006
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How integration testing performed in organization
Answer
# 1
in the organisation, software or any build is divided in to 
different modules assigned by test lead ex: services and 
admin like..
in the services/admin , difreent part of application is 
assign to each tester  and they did the test after that 
combine all parts of application and do the testing on that 
whether it is correctly working on not
usally it done after unit test and funtional testing 
this type of testing relevent to client/server and 
distributed systems . 

i think it is ok but can anybody tell me answer for this 
one.
 
Is This Answer Correct ?    0 Yes 0 No
Rajesh.veggalam
 
  Re: How integration testing performed in organization
Answer
# 2
Integration Testing : Putting groups of units together
1. arises when many new units developed together
2. common for large, well-specified , pre-designed systems
with much new code 
3. not as common for small,rapid-devlepment systems or for
new features

Big-bang integration : putting all units for a program
together at once
1. often produces many interacting errors,problem worse as
size increases

some more gradual , bottom-up or top - down better
 
Is This Answer Correct ?    0 Yes 0 No
Shailaja
 
 
 
  Re: How integration testing performed in organization
Answer
# 3
Integration Testing having two approches,

Top down : Root to stubs

Bottom up : stubs to Root 

Either any of the two approached will follow usually, which 
means Once all the functional testing is done (unit level ) 
then you have the check the integration which means 
Integrating is combained part of unit.

While doing integration testing , for example if the 
calculated value or string going to be impact in any where 
of the application or data coming from some other server u 
need to check whether the data's are intergrating correctly 
or not.

For Example , While dropping a money from ATM , Once you 
give ur ATM Pin Number , System should redirect into ur 
Account.
 
Is This Answer Correct ?    0 Yes 0 No
Ganesh
 
  Re: How integration testing performed in organization
Answer
# 4
Integration Testing having two approaches,

Bottom up : stubs to Root 
Top down : Root to stubs

Integration testing is a logical extension of unit testing.
In its simplest form, two units that have already been
tested are combined into a component and the interface
between them is tested. A component, in this sense, refers
to an integrated aggregate of more than one unit. In a
realistic scenario, many units are combined into components,
which are in turn aggregated into even larger parts of the
program. The idea is to test combinations of pieces and
eventually expand the process to test your modules with
those of other groups. Eventually all the modules making up
a process are tested together. Beyond that, if the program
is composed of more than one process, they should be tested
in pairs rather than all at once.

Integration testing identifies problems that occur when
units are combined. By using a test plan that requires you
to test each unit and ensure the viability of each before
combining units, you know that any errors discovered when
combining units are likely related to the interface between
units. This method reduces the number of possibilities to a
far simpler level of analysis.

You can do integration testing in a variety of ways but the
following are three common strategies:

    * The top-down approach to integration testing requires
the highest-level modules be test and integrated first. This
allows high-level logic and data flow to be tested early in
the process and it tends to minimize the need for drivers.
However, the need for stubs complicates test management and
low-level utilities are tested relatively late in the
development cycle. Another disadvantage of top-down
integration testing is its poor support for early release of
limited functionality.
    * The bottom-up approach requires the lowest-level units
be tested and integrated first. These units are frequently
referred to as utility modules. By using this approach,
utility modules are tested early in the development process
and the need for stubs is minimized. The downside, however,
is that the need for drivers complicates test management and
high-level logic and data flow are tested late. Like the
top-down approach, the bottom-up approach also provides poor
support for early release of limited functionality.
    * The third approach, sometimes referred to as the
umbrella approach, requires testing along functional data
and control-flow paths. First, the inputs for functions are
integrated in the bottom-up pattern discussed above. The
outputs for each function are then integrated in the
top-down manner. The primary advantage of this approach is
the degree of support for early release of limited
functionality. It also helps minimize the need for stubs and
drivers. The potential weaknesses of this approach are
significant, however, in that it can be less systematic than
the other two approaches, leading to the need for more
regression testing.
 
Is This Answer Correct ?    1 Yes 0 No
Anjani D
 
  Re: How integration testing performed in organization
Answer
# 5
using Top down,bottom up, hybrid approches we are doing 
integration testing in our organization
 
Is This Answer Correct ?    0 Yes 0 No
Sm
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project Mphasis3
What can you tell about the project if during testing you found 80 bugs in it? or What is the V-Model Development Method and do you agree with this model?  2
how we send mobile applications software to mobile device ? how outlook express interacts with mobile software? any body pls tell me this answer?  2
Can Someone tell me scenario in testing having low severity and high priority and vice versa CybAge6
what is user acceptence test? Vyons-Labs8
tell me some gud sites for testing??  2
define integration testing ,gui testing and functional testing HCL2
Give me few testcases(5) of any application other than login related!  2
what is mean by client and server?  2
we are writing bug report in excel-sheet how you are sending the report to your concern person. (give me the detail work from bug found, where you are storing and how you are sending related to your company)  2
what is mean by configuration managaement.. explain with example ? CSS4
What is verification & validation?  7
how do i know that i have to do white\Black box testing Wipro4
given nrequirement collection doc,tester can prepare which test plan? Wipro2
After receiving the build.How will you start the testing QA3
What type of metrics we prepare in testing?What is the use of those? can any body plz let me know. udya uday_testing@yahoo.co.in HCL7
what is meant by bug identification ratio? Symphony1
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?  6
How do u make sure the test cases are not repeated? Aspire3
What you will do during the first day of job? Siemens1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com