Jump to content

Web application testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DthomasJL (talk | contribs) at 05:37, 16 November 2010 (Windows based Web Testing Tools: added tool). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Web Application Performance Tool, also known as (WAPT) is used to test web applications and web related interfaces. These tools are used for performance, load and stress testing of web applications, web sites, web servers and other web interfaces. WAPT tends to simulate virtual users which will repeat either recorded URLs or specified URL and allows the users to specify number of times or iterations that the virtual users will have to repeat the recorded URLs. By doing so, the tool is useful to check for bottleneck and performance leakage in the website or web application being tested.

A WAPT faces various challenges during testing and should be able to conduct tests for:

  • Browser compatibility
  • Operating System compatibility
  • Windows application compatibility where required (especially for backend testing)

WAPT allows a user to specify how virtual users are involved in the testing environment.ie either increasing users or constant users or periodic users load. Increasing user load, step by step is called RAMP where virtual users are increased from 0 to hundreds. Constant user load maintains specified user load at all time. Periodic user load tends to increase and decrease the user load from time to time.

Open Source Web Testing Tools

Windows based Web Testing Tools

References