B. Korel
Wayne State University
19 Papers
121 Citations
B. Korel is an academic researcher from Wayne State University. The author has contributed to research in topics: Debugging & Dynamic program analysis. The author has an hindex of 9, co-authored 19 publications.
Chat about Author
Papers
Dynamic program slicing
B. Korel,Janusz Laski +1 more
TL;DR: A dynamic program slice is an executable subset of the original program that produces the same computations on a subset of selected variables and inputs that can be handled more precisely and the size of slice can be significantly reduced, leading to a finer localization of the fault.
785
Dynamic slicing of computer programs
B. Korel,Janusz Laski +1 more
TL;DR: Dynamic slicing introduced in this paper differs from the original static slicing in that it is defined on the basis of a computation and allows us to treat array elements and fields in dynamic records as individual variables, which leads to a further reduction of the slice size.
259
Forward computation of dynamic program slices
B. Korel,Satish Yalamanchili +1 more
- 01 Aug 1994
TL;DR: This paper presents a novel approach of dynamic slice computation, referred to as forward approach, in this method, dynamic slices are computed during program execution without major recording of the execution trace.
98
Dynamic method for software test data generation
TL;DR: In this approach, the path selection stage is eliminated and test data are derived based on the actual execution of the program under test and function minimization methods.
97
Algorithmic software fault localization
TL;DR: A novel fault localization algorithm that is capable of identifying a restricted class of programming faults for Pascal-like languages and can be quite useful for inexperienced programmers.
33