International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 59 - Issue 11 |
Published: December 2012 |
Authors: Neerja Gupta, Arun Prakash Agrawal, Abhishek Singhal |
![]() |
Neerja Gupta, Arun Prakash Agrawal, Abhishek Singhal . A Survey on Regression Test Selection Techniques on Aspect-Oriented Programming. International Journal of Computer Applications. 59, 11 (December 2012), 21-28. DOI=10.5120/9592-4211
@article{ 10.5120/9592-4211, author = { Neerja Gupta,Arun Prakash Agrawal,Abhishek Singhal }, title = { A Survey on Regression Test Selection Techniques on Aspect-Oriented Programming }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 59 }, number = { 11 }, pages = { 21-28 }, doi = { 10.5120/9592-4211 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Neerja Gupta %A Arun Prakash Agrawal %A Abhishek Singhal %T A Survey on Regression Test Selection Techniques on Aspect-Oriented Programming%T %J International Journal of Computer Applications %V 59 %N 11 %P 21-28 %R 10.5120/9592-4211 %I Foundation of Computer Science (FCS), NY, USA
An aspect oriented programming is gaining a lot of popularity these days, there is a growing interest because of crosscutting concerns in object oriented systems. When the aspect oriented features are added into object oriented features the new program needs to be regression tested, and, to reduce the cost, Selection technique is used which eliminates the redundant test cases and thus makes them cost effective. Unfortunately the already existing approaches of object oriented programming does not work out for aspect oriented programming because of the following new features of aspects such as join points ,crosscutting concerns ,aspect weaving, etc. Therefore, this paper proposes the techniques used for object oriented programs and for aspect oriented programming.