1 / 76

Testing Web-based applications

The Client layer. Web pages are represented by HTML, the HyperText Markup Language.The protocol to send and receive web pages from a web server is HTTP, the HyperText Transfer Protocol.What's useful to know about HTTP in this context?It was intended as a request

guy
Télécharger la présentation

Testing Web-based applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Testing Web-based applications Typically, a multi-layered architecture is used. Three primary layers, typically on different hosts: Client: often uses a web browser, but could also be an client application sends requests for web pages receives response Database: stores persistent data such as item catalogues, transaction records, etc. Application server receives requests and constructs a web page response handles access control, session management, etc.

More Related