Jump to content
WAPT Forum

sergei

Administrators
  • Content Count

    718
  • Joined

  • Last visited

Everything posted by sergei

  1. sergei

    Load Agent is removed

    Please install the latest build from the site.
  2. Could you give me your profile and verification log?
  3. 302 is a redirect. In your case it means that the server has got your answer and moves you to the next question.
  4. To increase number of requests you can increase number of simultaneous users and decrease user think time between requests. But you should remember that you cannot increase number of request greater than server can serve.
  5. 302 is a redirect. Usually if you got this code instead of 200 it means that you need to parameterize your profile properly.
  6. Please send your profile and verification log to support.
  7. We have a special additional module that facilitates the parameterization of ASP.Net web sites. Specifically, it adds functions that automatically parameterize VIEWSTATE and EVENTVALIDATION values inside requests. Without the module they may remain not parameterized. However this depends on the way used by your application to pass these values between the client and server. So, if you have any problems testing without the module, you may try it. More information on it is available here: http://www.loadtestingtool.com/blog/wapt-usage/wapt-module-for-asp-net-testing/
  8. sergei

    X64 Load Agent Permissions

    Try to change the account for Load Engine service from LocalSystem to Administrator.
  9. Usually server should know the username to allow him to login.
  10. Please verify your profile by clicking the “Verify test” button on the toolbar. WAPT will execute a single user session and will create logs. You can check the log and find a reason of error.
  11. The validation rules are applied to text responses only. For Silverlight you can use $XPath function + If Then Else operator + Stop session operator.
  12. WAPT doesn't separate bandwidth by the servers. The better way is just remove requests to the ad server from profile if they are unnneeded for the test.
  13. Yes, it's possible. In the new version of WAPT you can use variables in the file name. You can download beta version from http://www.loadtestingtool.com/forum/builds/WAPTPro3.0.beta.zip
  14. It isn't possible. But if you parameterize virtual users properly it will be unnecessary. When a virtual user finished session it becomes indistinguishable from the others. In the new version of WAPT we added the Stop User operator which stops virtual users. You can download beta version from http://www.loadtestingtool.com/forum/builds/WAPTPro3.0.beta.zip
  15. Do you monitor MS SQL server? Try to add job for automatic update http://www.loadtestingtool.com/help/SQL-update-statistics.shtml
  16. You can use IP spoofing feature http://www.loadtestingtool.com/help/distributed-test-run.shtml
  17. Could you give me your profile and verification log or send them to support?
  18. Yes, you can see utilization resources for WAPT itself only.
  19. WAPT doesn't use Internet Explorer during a test.
  20. I think your web server was overloaded.
  21. You need to use WAPTNS namespace for default namespace. Your XPath should look like: $XPath(/WAPTNS:SaveProjectResponse/WAPTNS:SaveProjectResult,1)
  22. $Search doesn't work for Silverlight. You should use $XPath: $XPath(/SaveProjectResponse/SaveProjectResult,1)
  23. I think required bandwidth = Number of users / delay * size of request * average request time.
×
×
  • Create New...