scispace - formally typeset
R

Rajiv Gupta

Researcher at University of California, Riverside

Publications -  557
Citations -  16337

Rajiv Gupta is an academic researcher from University of California, Riverside. The author has contributed to research in topics: Medicine & Compiler. The author has an hindex of 66, co-authored 494 publications receiving 15147 citations. Previous affiliations of Rajiv Gupta include Singapore Polytechnic & University of Mumbai.

Papers
More filters
Journal ArticleDOI

A methodology for controlling the size of a test suite

TL;DR: A technique to select a representative set of test cases from a test suite that provides the same coverage as the entire test suite by identifying, and then eliminating, the redundant and obsolete test cases in the test suite is presented.
Proceedings ArticleDOI

A methodology for controlling the size of a test suite

TL;DR: The authors present a technique that selects from a test suite a representative set of test cases that provides the same measure of coverage as the test suite by means of the data flow testing methodology.
Proceedings ArticleDOI

Locating faults through automated predicate switching

TL;DR: By forcibly switching a predicate's outcome at runtime and altering the control flow, the program state can not only be inexpensively modified, but in addition it is often possible to bring the program execution to a successful completion (i.e., program produces the desired output).
Proceedings ArticleDOI

An approach to regression testing using slicing

TL;DR: An important benefit of the slicing technique is that, unlike previous techniques, no data flow history is needed nor is the recomputation of data flow for the entire program required to detect affected definition-use pairs.
Proceedings ArticleDOI

ABCD: eliminating array bounds checks on demand

TL;DR: ABCD is a light-weight algorithm for elimination of Array Bounds Checks on Demand that can be applied to a set of frequently executed (hot) bounds checks, which makes it suitable for the dynamic-compilation setting, in which compile-time cost is constrained but hot statements are known.