Friday, December 14, 2007

What does recording mode in vugen will do?

Recording mode in vugen will help record the actions that a user will do on the application/product to test its functionality. While testing the functionality of the application, the requests are sent from the client (user machine) to server (database machine) and vise-versa. All these transactions will be recorded in vugen and it will generate a script automatically. Now we can run the script any time we want to simulate the same actions that we did while recording the script. We can even modify the script by adding some functions when we need to add some extra functionality.

No comments:

Post a Comment