Answer Posted / 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 |
Post New Answer View All Answers
Do app effect if minor version changed or updated ? do we need to perform regression testing of mobile app ?
What is the difference between web testing and wap testing?
List out the networks to be considered while application testing.
List the process to create emulator on android.
List out the types of mobile app testing?
What web services are used by a mobile app?
What are the types of mobile applications?
Explain what is actual mobile testing and in realtime how this testing happens?
What does mobile security testing include?
List out the most common problem that tester faces while doing mobile testing in Cloud Computing?
What are the segments of the android testing framework?
What are the common bugs found while mobile testing?
How to know latest design of android and IOS app ? is there any site ?
How to test cpu usage on mobile devices?
I have created mobile site but donot have real devices so should i check though Emulators like mobiletest.me etc ?