International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 135 - Issue 13 |
Published: February 2016 |
Authors: Jyoti Arora |
![]() |
Jyoti Arora . Static Program Slicing- An Efficient Approach for Prioritization of Test Cases for Regression Testing. International Journal of Computer Applications. 135, 13 (February 2016), 18-23. DOI=10.5120/ijca2016908414
@article{ 10.5120/ijca2016908414, author = { Jyoti Arora }, title = { Static Program Slicing- An Efficient Approach for Prioritization of Test Cases for Regression Testing }, journal = { International Journal of Computer Applications }, year = { 2016 }, volume = { 135 }, number = { 13 }, pages = { 18-23 }, doi = { 10.5120/ijca2016908414 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2016 %A Jyoti Arora %T Static Program Slicing- An Efficient Approach for Prioritization of Test Cases for Regression Testing%T %J International Journal of Computer Applications %V 135 %N 13 %P 18-23 %R 10.5120/ijca2016908414 %I Foundation of Computer Science (FCS), NY, USA
Regression Testing is performed after modification of the program or software; it classified the existing test cases into re-used test cases and affected test cases after modification of the code. Test case prioritization is an approach of arranging the existing test cases in manner that most affected test cases (that generated maximum number of faults) test first after the other one. There are many techniques used for prioritization test cases at the time of regression testing. This paper present a new approach for prioritization of test cases using static executable program slices for regression testing. Program slicing is a process to classify the program into number of parts based on various types of dependencies between program statements. This paper presents an overview of basic concept of generating static program slices and on the basis of these programs slices prioritization of test cases at the time of regression testing