scispace - formally typeset
M

Milos Gligoric

Researcher at University of Texas at Austin

Publications -  108
Citations -  1913

Milos Gligoric is an academic researcher from University of Texas at Austin. The author has contributed to research in topics: Computer science & Regression testing. The author has an hindex of 20, co-authored 87 publications receiving 1466 citations. Previous affiliations of Milos Gligoric include University of Belgrade & University of Illinois at Urbana–Champaign.

Papers
More filters
Proceedings ArticleDOI

Practical regression test selection with dynamic file dependencies

TL;DR: A new, lightweight RTS technique, called Ekstazi, is proposed that can integrate well with testing frameworks and has lower end-to-end time than the existing techniques, despite the fact that it selects more tests.
Proceedings ArticleDOI

Test generation through programming in UDITA

TL;DR: The approach is implemented and incorporated into the official, publicly available repository of Java PathFinder (JPF), a popular tool for verifying Java programs, and shows that test generation using UDITA is faster and leads to test descriptions that are easier to write than in previous frameworks.
Proceedings ArticleDOI

Comparing non-adequate test suites using coverage criteria

TL;DR: A large set of plausible criteria, including statement and branch coverage, as well as stronger criteria used in recent studies are evaluated: branch coverage and an intra-procedural acyclic path coverage perform best.
Proceedings ArticleDOI

Balancing trade-offs in test-suite reduction

TL;DR: The evaluations allow a more thorough exploration of trade-offs in test-suite reduction, and the evolution-aware metrics show how the quality of reduced test suites can change after the version where the reduction is performed.
Proceedings ArticleDOI

Operator-based and random mutant selection: better together

TL;DR: The experimental results show that even sampling only 5% of mutants generated by operator-based selection can still provide precise mutation testing results, while reducing the average mutation testing time to 6.54% (i.e., on average less than 5 minutes for this study).