Testing for random values of password
[B]Question asked by visitor Rocky[/b]
I have to load test a web application in which a different password piece is required to be entered for each VUser, but I wont know what until runtime. For example, for the first VUser I have to enter 2nd and 4th digit of password for another VUser I have to enter 6th and 8th digits of password. It is totally random and may change for each VUser. When we run the application, and are prompted for password, the application generates random values and we have to enter those values of our password.
How can I load test this application?
Please any response will help
Thanks
Rocky
Re: Testing for random values of password
[QUOTE=Geek_Guest;11316][B]Question asked by visitor Rocky[/b]
I have to load test a web application in which a different password piece is required to be entered for each VUser, but I wont know what until runtime. For example, for the first VUser I have to enter 2nd and 4th digit of password for another VUser I have to enter 6th and 8th digits of password. It is totally random and may change for each VUser. When we run the application, and are prompted for password, the application generates random values and we have to enter those values of our password.
How can I load test this application?
Please any response will help
Thanks
Rocky[/QUOTE]
A few questions the values that are prompted for the password at runtime although random are they from a group set of values?
And when recorded is there an indicator of what values the app is looking for?