Jump to content
WAPT Forum

sergei

Administrators
  • Content Count

    718
  • Joined

  • Last visited

Everything posted by sergei

  1. Check the Authentication option of Profile Properties and enter credentials.
  2. If request id is generated by server you need to extract it from response and then use it. You can use various WAPT operators for this.
  3. Usually you need to parameterize only one profile to simulate 100 different users.
  4. If you want to use WAPT variable from JavaScript you should use method: context.variable("var_name") - gets/sets the value of the "var_name" variable;
  5. There is something wrong with your IP spoofing settings. How to setup IP spoofing you can know from our instruction http://www.loadtestingtool.com/help/how-setup-ip.shtml
  6. It looks like a problem with your network. Do you use IP spoofing?
  7. You can use one of WAPT functions or JavaScript operator.
  8. In WAPT Pro you can use JavaScript operator for this.
  9. It's Ok. Send me your profile and verification log. I'll try to understand your issue.
  10. Could you give me your profile and verification log or send them to support?
  11. Sorry, I'm wrong. You can convert request to subrequest (drag and drop), then convert to page element (right click menu) and then uncheck.
  12. I think in your case the session ID is handled via cookies.
  13. Could you give me the error message from WAPT?
  14. You can convert to subrequests and uncheck them or delete.
  15. sergei

    ACTIVATION CODE

    Into the registration dialog click the button "Enter activation code".
  16. Could you give me your profile or send it to support?
  17. Usually it's a site-specific problem.
  18. You can test a Web Service if you can interact with it over HTTP.
  19. To avoid a ban from Google you can use many Load Agents with IP spoofing. You need to send requests from many as possible different IPs. Also you can add X-Forwarded-For header to default HTTP headers. To reduce a number of requests to Google you can exclude some requests from test.
  20. Who actually does send request to Google: client's web browser or your server? Could you give me a link to your site or an example of profile?
  21. The problem isn't related to the load testing. Real users will produce the same requests. It's a subject of your agreement with Google.
  22. The WAPT internal browser doesn't support some IE interfaces e.g. autocomplete. So if you have faced to such error you need to use an external browser for recording.
  23. You can enable full logging for your test and check all times manually.
  24. It means that you need to parameterize your requests properly.
  25. WAPT performs the next request only after the previous request was completely received. Usually if you get a response very quick it is an error. So check the WAPT logs for errors. Also in the logs you can see what exactly was received from server.
×
×
  • Create New...