what is incremental testing?

Answers were Sorted based on User's Feedback



what is incremental testing?..

Answer / riddhi

increamental testing is a way of integration testing in
which first you test each module of the software
indiviually then continue testing by adding another module
to it then another.
Its proper definition is "A integration testing strategy in
which you test subsystems in isolation, and then continue
testing as you integrate more and more subsystems".

Advantages of increamental testing:-
when you find a problem, you can find the defect more
easily because you have a better idea in which subsystem to
look

there are two types of increamental testing:-

1.Vertical increamental testing
under this there are two testing strategies

i)Bottom-up testing
In this you start by testing the very lowest levels of the
software using drivers, and then work upwards, as you
integrate successive layers

ii)Top-down testing
you start by testing only the user interface, with the
underlying functionality simulated by stubs, then you work
downwards, integrating lower and lower layers

Is This Answer Correct ?    30 Yes 2 No

what is incremental testing?..

Answer / sunil kumar sahoo

testing the software/application repeatedly within a certain
period of time continuously with adding some extra
feature/new functionality into it and compare it with the
existing one.

Is This Answer Correct ?    9 Yes 5 No

what is incremental testing?..

Answer / sidhartha

Incremental testing is a common Agile process,in which incremental testing is done with incremental development.

Is This Answer Correct ?    5 Yes 3 No

what is incremental testing?..

Answer / azeez

A step by step
testing process
from unit level
to system level
is called
incremental
testing

Is This Answer Correct ?    0 Yes 0 No

what is incremental testing?..

Answer / deepak mishra

incremental testing :- incrementally add the module and test the data flow between the module called incremental testing.
what is the meaning of word incrementally??
answer:- incrementally in 2 different scenarios.
1- top down approach - incrementally add the module and test the data flow between the module but make sure that the module you add is a child of previous module.

2- bottom - Up approach - incrementally add the module and test the data flow between the module but make sure that the module you add is a parent of previous module.

Non- Incremental testing - combined all the modules and test at a shot called non incremental testing

Is This Answer Correct ?    0 Yes 0 No

what is incremental testing?..

Answer / olu

incremental testing can if you like be called 'agile' tesing
wth the distinct feature of having each development
phase/cycle of the software tested iteratively to atain
perfect satisfaction and any bug detected is fixed
immediately.IMO this is the most cost effective testing
technique!

Is This Answer Correct ?    0 Yes 1 No

what is incremental testing?..

Answer / alex

Riddi's answer is the most complete.

Is This Answer Correct ?    0 Yes 1 No

what is incremental testing?..

Answer / santosh

continuous testing of the application as the new features
are added...

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Mobile Testing Interview Questions

How to know, which are the bands (850,900,1800,1900) a mobile device supports?

0 Answers  


List out the features does monkey tool provides?

0 Answers  


Can any one tell me, best institutes for Telecom testing?

3 Answers  


What are the possible factors to consider while testing a mobile application through black box technique?

0 Answers  


What are the common bugs found while mobile testing? Give some examples.

0 Answers  






how to configure test cases in ue confermence testing

0 Answers   L&T,


What are the defects tracking tools used for mobile testing?

0 Answers  


how to test an application which is developed for multiple languages.. for eg.. a web application which is for English, Chinese,Japanese,french.

5 Answers   Aureole Technologies,


what is meant by Responsive testing in Mobile sites ?

0 Answers   TPS,


what are the common critical,blocker,major,minor bug founds while testing a mobile. please send 2 2 examples of each?

1 Answers   Cisco,


how android application testing will be done, i am new to this testing, how we have to prepare and exicute testcases, please explaine me with some real time examples and described test cases.

2 Answers  


How can I perform testing of real device by connecting to laptop? Is there any software to access my mobile ?

0 Answers   DataSoft,


Categories