What is the Roll up in testing

Questions by kumsan060   answers by kumsan060

Showing Answers 1 - 6 of 6 Answers

prakhash32

  • Aug 1st, 2010
 

There are 7 modules in the application say,
A
B
C
D
E
F
G
but only 6 modules (A, B, C, D, E, F) modules are coded and tested.

Then when they code the remaining module(G), they will test this new written module with all other modules one by one as below.
G+A
G+A+B
G+A+B+C, etc.
This is called as Roll up in Testing.

  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