AnWeb: a system for automatic support to web application verification

  • Authors:
  • Eugenio Di Sciascio;Francesco M. Donini;Marina Mongiello;Giacomo Piscitelli

  • Affiliations:
  • Politecnico di Bari, Via Re David, 200, 70125 BARI, Italy;Politecnico di Bari, Via Re David, 200, 70125 BARI, Italy;Politecnico di Bari, Via Re David, 200, 70125 BARI, Italy;Politecnico di Bari, Via Re David, 200, 70125 BARI, Italy

  • Venue:
  • SEKE '02 Proceedings of the 14th international conference on Software engineering and knowledge engineering
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we propose a formal method for web applications verification. The verification process is carried out by checking that either the system always satisfies a model of the specifications or by producing a counter-example.We represent the system as a Kripke structure and model a web site as a graph. Model checking is reformulated as checking that each initial state satisfies the specifications. We adopt Computation Tree Logic (CTL) as language to define the properties to be verified.The proposed formal method has been deployed in AnWeb, a tool for automatic support in the design of web applications. The tool provides an interface to the SMV model checker. The system parses the HTML source code of web pages, including code for dynamic pages, builds the model in SMV input language and provides the proper CTL specifications to the SMV tool.