Author: Ivan Lisitsyn

Extracting values from server responses
WAPT usage

Extracting values from server responses

In this post I will continue using the profile mentioned here as an example. It contains a user session recorded at the following web forum: http://www.loadtest…

The session is very simple: the user opens the main forum page, enters into a sub-forum by clicking a link on that page and then clicks another link to display a topic. I made a small modification to that profile: I removed requests to iframes, because they are static and do not play any role in the session. So, the whole session now consists of 3 requests […]

Hidden controls in HTML forms
General

Hidden controls in HTML forms

I would like to continue writing about the methods used to pass various data between the client and server part of a web application. In the previous post I briefly described the cookies mechanism used to join the successive requests of the same user into a consistent session. The basic […]