Automating Java Program Testing Using OCL and AspectJ

  • Authors:
  • Yoonsik Cheon;Carmen Avila

  • Affiliations:
  • -;-

  • Venue:
  • ITNG '10 Proceedings of the 2010 Seventh International Conference on Information Technology: New Generations
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Random testing can eliminate subjectiveness in constructing test data and increase the diversity of test data. However, one difficult problem is to construct test oracles that decide test results---test failures or successes. Assertions can be used as test oracles and are most effective when they are derived from formal specifications such as OCL constraints. Random testing, if fully automated, can reduce the cost of testing dramatically. We propose an automated testing approach for Java programs by combining random testing and OCL. The key idea of our approach is to use OCL constraints as test oracles by translating them to runtime checks written in AspectJ. We implement our approach by adapting existing frameworks for translating OCL to AspectJ and assertion-based random testing. We evaluate the effectiveness of our approach through case studies and experiments. The results are encouraging in that our approach can detect errors in both implementations and OCL constraints and provide a practical means for using OCL.