Web Application Overview
QEngine Web Functional test tool facilitates Record
and Playback of actions on Web pages. In addition, it supports
features such as Checkpoints that
help in verifying the data and properties of the Web page.
This tutorial uses a sample Payroll
application developed by AdventNet to illustrate the various features
of Web Test tool. You can find the Web pages of this sample application
bundled in the product at <QEngine
Home>/examples/payrollsystem folder.
The sample Payroll system application is made up of 5 web pages:
Home page
Add Employee
details form
Modify Employee
details form
View Employee
details form
Payroll
reports page.
To view this application, open index.html
present in <QEngine Home>/examples/payrollsystem
folder. Menu options are available at the top of the page. Click on each
menu item to view the pages mentioned above.
The next step would be to learn how to use the Web Test Tool for developing
webscripts and test the Web pages.