Category Archives: WAPT usage

About WAPT features and ways to use them efficiently.

Verifying a test before run

Designing a test for a web site with essentially dynamic content may be a rather complex and time consuming task. It is similar to programming in some respect. Even though there are good testing tools that let you automate the … Continue reading

Posted in Testing practice, WAPT usage | Tagged , , , , | Leave a comment

Using variables for parameterization

In the previous post I wrote about web forms containing hidden controls. The purpose of these controls is to pass some data from the server to the client and then receive it back in the next request (along with the … Continue reading

Posted in WAPT usage | Tagged , , , , , | 1 Comment

On parameterization

To create a load test we record a typical user session with help of a browser and a load testing tool. We want to use that session as a template to emulate hundreds or even thousands users working with our … Continue reading

Posted in Testing practice, WAPT usage | Tagged , , | 12 Comments