Guest quyen Report post Posted August 12, 2010 Hello, I am evaluating WAPT Pro as a system load test tool for the dbabble chat server. I recorded a simple session consisting of user logging in, selecting a chat room, and then logging out. When played back that session w/o any modification to the recorded requests, the session always failed at the login POST request with the logging in being expired message. Any help to overcome this huddle is greatly aprreciated. Thanks Quyen Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted August 13, 2010 Most probably the problems appear because you have not parameterized the HTTP requests in your profile after recording it. Note that initially all requests are recorded as is. If you use a recorded profile without modifications, WAPT will simply repeat all the same requests with the same values of all parameters. However when working with dynamic site content, some parameters should have unique values for each session. The values of such parameters should be extracted from server response to the previous requests. You can read more about that using the following two links. http://www.loadtestingtool.com/help/workin...variables.shtml http://www.loadtestingtool.com/help/parame...lculation.shtml Recently we also created a demo clip showing step by step how to perform the parameterization. You can download it here: http://www.loadtestingtool.com/quickstart/WAPTdemo.avi Also, I recommend you to use the "Verify test" button to check your profiles before running the test. It will execute each profile one time and log all the details. After the verification is finished you can expand the "Logs" folder in the left view. You will see all the requests and server responses logged during the profile execution. You can also use logs for test runs, but you need to choose the level of details on the “Log and Report Settings” page. Quote Share this post Link to post Share on other sites
Guest quyen Report post Posted August 13, 2010 Hello Sergei, Below is the warning message from the dbabble server when I started recording (dbabble was at the login page): Warning - DBabble requires a web browser that Supports JavaScript 1.1 or higher. Your web browser does not support Javascript or you have disabled it in your preferences. Does the built-in browser support Javascript? If so, how do I turn it on? Thanks Quyen Quote Share this post Link to post Share on other sites
Guest Daniel Kras Report post Posted August 17, 2010 Dear Quyen Please try the lates build, this problem have to be fixed there: http://www.loadtestingtool.com/forum/builds/WAPTPro2.0.zip Danil Krasilnikov Customer Support Manager SoftLogica Inc. Office: +7-383-335-6692 Toll-free: 1-888-364-6797 (for US only) ICQ UIN: 233184002 Time zone GMT +6, EST +11 E-mail: support@loadtestingtool.com http://www.loadtestingtool.com http://www.softlogica.com Have questions on WAPT usage, problems or suggestions? Join WAPT forum: http://www.loadtestingtool.com/forum Server Supervisor: your tool for monitoring performance and availability of network resources. http://www.serversupervisor.com/ Quote Share this post Link to post Share on other sites