InterviewSolution
Saved Bookmarks
| 1. |
What is slice splicing in software testing? What are its two types? |
|
Answer» A PROGRAM SLICE is a set of program statements. We could code a slice and test it right away if we chose to construct software in terms of compatible slices. We can then code and test additional slices before combining them into good software. Slice splicing is the term for this process. There are two forms of slicing: static and dynamic. Static Slicing:
Dynamic slicing:
|
|