International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 59 - Number 11 |
Year of Publication: 2012 |
Authors: Neerja Gupta, Arun Prakash Agrawal, Abhishek Singhal |
10.5120/9592-4211 |
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
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.