What are diffrerent types of INCRIMENTAL Testing?

Showing Answers 1 - 21 of 21 Answers

sibakhat

  • Jan 22nd, 2007
 

Types Of Incremental Testings Are 2,One is Top down Approach and another one is Bottom up Approach.In Top down Approach we conduct the testing from Higher Priority module to Lower Priority module here Dummy modules are called "Studs"

In Bottom Up Approach we conduct the testing from Lower Priority Module to Higher Prority Module Here Dummy Module is called "Driver"

rakesh signh

  • Jan 29th, 2007
 

Incrimental testing are of three types
1. Top down
2. Sandwitch

3. Bottom up

  Was this answer useful?  Yes

I think there are 2 Incremental Testings are there.One of them is Horizontal Incremental Testing and other one is Vertical Incremental Testing.Bottom-Up, Sandwich and Top-Down are the 3 Incremental Testings which comes underVertical Incremental Testing.Bottom-up Testing: has definition A incremental testing strategy in which you start by testing the very lowest levels of the software using drivers, and then work upwards, as you integrate successive layers!Sandwich Testing:has definition An incremental testing strategy in which you test the top layers and bottom layers, and finally test the integrated system!Top-Down Testing:has definition An incremental testing strategy in which you start by testing only the user interface, with the underlying functionality simulated by stubs, then you work downwards, integrating lower and lower layers!

  Was this answer useful?  Yes

stephen.d

  • Feb 21st, 2007
 

Incrimental testing are of three types:-1. Top down 2. Bottom up 3. Sandwitch (Combination of both)

we use stubs in todown and driver in bottom up

  Was this answer useful?  Yes

Chowdary.C.T

  • Mar 6th, 2007
 

To test the application in this mode we have to follow 3 approaches..

1- Top to Bottom
2- Bottom to Top
3- Sandwitch Approach

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions