Web Development
webtest.txt
Associated article: Automated Testing for Web Applications
Tags: Web Development
Published source code accompanying the article by M. Selvakumar in which he presents a technique for automated web user-interface testing that's based on HTML, JavaScript, and CGI, and implemented for Netscape Communicator 4.04 and Apache 1.2.
Automated Testing for Web Applications
by M. Selvakumar
Example 1:
TEST BEGIN
ID : {id}
FEATURE : {Feature Name}
{KEY1} : {VALUE1}
{KEY2} : {VALUE2}
...
TEST END
Example 2:
TEST BEGIN
ID : 1
FEATURE : "Search"
KEYWORD : "Web Development OR Internet Programming"
TEST END
...


