Dynamic Model Extraction and Statistical Analysis of Web Applications

  • Authors:
  • Paolo Tonella;Filippo Ricca

  • Affiliations:
  • -;-

  • Venue:
  • WSE '02 Proceedings of the Fourth International Workshop on Web Site Evolution (WSE'02)
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

The World Wide Web, initially intended as a way to publish static hypertexts on the Internet, is moving toward complex applications. Static Web sites are being gradually replacedby dynamic sites, where information is stored in databases and non trivial computation is performed.Reverse engineering of a model from an existing Web application is useful for its understanding and evolution. However, a static analysis of its source code may be extremelydifficult (and, in general, infeasible) because of the presence of dynamic generation of the HTML code that is part of the application under analysis. Moreover, static analysis requires the ability to process multiple languages.In this paper, a dynamic analysis technique is proposed for the extraction of a Web application model through its execution. The HTML code produced during execution on proper input values is subject to a static analysis. Availability of statistical data about the accesses to the pages produced by the Web application is exploited for statistical testing and for the analysis of the navigation habits of the users. Anomalous behaviors can be detected and indicated for an improvement intervention.