Integrating Static and Dynamic Analysis to improve the Comprehension of Existing Web Applications

  • Authors:
  • Giuseppe A. Di Lucca;Massimiliano Di Penta

  • Affiliations:
  • RCOST - Research Centre on Software Technology, University of Sannio Palazzo ex Poste, via Traiano, Benevento, Italy;RCOST - Research Centre on Software Technology, University of Sannio Palazzo ex Poste, via Traiano, Benevento, Italy

  • Venue:
  • WSE '05 Proceedings of the Seventh IEEE International Symposium on Web Site Evolution
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Web Applications are today becoming more and more interactive and dynamic: the pages rendered in a browser on the client side can be dynamically built by server pages according to the user inputs or requests. Moreover, even pieces of code (e.g.,client-side scripts) can be dynamically generated. The comprehension of such applications, needed to effectively perform maintenance or testing, may be very hard. Indeed, for highly dynamic Web Applications, static analysis is likely to give only an imprecise and approximate picture, thus, also dynamic analysis is required to gain a proper understanding of complex and dynamic application behavior. This paper presents the integration and the enhancement of two existing Web Application reverse engineering tools: one, WARE, performing static analysis, the other, WANDA, dynamic analysis. In particular, the paper shows how the integrated toolkit can be used to identify equivalence classes from groups of dynamically built client pages, with the aim of improving comprehension. To validate the proposed approach, results from a case study are presented and discussed.