brain_3_1
32
Validation of a Web Application by Using a Limited Number of Web Pages
Doru Anastasiu Popescu
University of Pitesti, Faculty of Mathematics and Computer Science, Romania
dopopan@yahoo.com
Maria Catrinel Dănăuţă
School of Electronics And Computer Science, University of Southampton, United Kingdom
cd4g09@ecs.soton.ac.uk
Abstract
In this paper, we are trying to introduce a method of selection of some web pages from a web
application, which will be verified by using different validating mechanisms. The number of
selected web pages cannot be higher than a previously established constant. The method of selection
of these web pages must assure the highest possible quality of the verification of the entire
application. The error detection of these web pages will automatically lead to the error detection in
other pages. This fact will be realised by using an equivalence relation among the web pages of the
web application.
Keywords: Relation, Algorithm, Tags, Verification, GARWA
1. Introduction
In order to verify the web applications, different static or dynamic validators can be used.
Many of these validators can be freely used on the Internet, with an online connection (for example
[9], [10], [11]). Most of these validators associate an execution to the verification on only one web
page. From this point of view, in this paper we will introduce an equivalence relation between two
web pages of a web application (which will be called in the rest of the paper WA), relation used by
the authors in [1] as well, in section 1. Using this equivalence relation, we can obtain a partition of
the set web pages from WA and construct an undirected balanced graph associated to this partition
(section 3), called GARWA. By using this graph, we will introduce in section 4 a new algorithm of
determining a fixed number of web pages from WA that verify WA the best.
2. Defining an equivalence relation among the web pages of a web application
Let P = {p1, p2,..., pn} the web pages of the web application, called WA, and Tg a set of
unimportant tags. For example, Tg can contain the tags
, ,
, which are often used in texts. Tg can be the empty set as well. For any web page pi, le Ti be the sequence of tags from pi which are not in Tg (by sequence we understand that the tags are in the order they appear in pi). Definition For two web pages pi and pj are in the relation ~ (written pi ~ pj) if and only if Ti = Tj. Example Next, we will consider three web pages p1, p2 and p3 that correspond to the files Pag1.html, Pag2.html and Pag3.html respectively, with the following source code: Pag1.html
Picture 1
BRAINStorming
D. A. Popescu, M. C. Dănăuţă - Validation of a Web Application by Using a Limited Number of Web Pages
33
Pag2.html
Picture 2