Jump to content
WAPT Forum

sergei

Administrators
  • Content Count

    718
  • Joined

  • Last visited

Everything posted by sergei

  1. "Complete all open sessions" option means that after time of test is over all opened sessions should be executed to the end. A number of started users is regulated by "User Load" options. Average time is available only after whole request with all page elements was completed. Therefore you see results only in 1:50 - 2:45 time frame.
  2. The number of VUs that can be created during the test by each WAPT Pro load agent depends on several parameters including the hardware of agents systems, network capability and the tested server itself. For example, if typical response time is very short, the agent will have less time for preparing and sending subsequent requests. So, in this case each agent will create less simultaneous VUs. However this will also result in more user sessions executed during a time frame. What I am trying to say is that it is easier to create many simultaneous users for a slow site then for a fast one. Also, maximum number of concurrent VUs depends on the profiles that you use and the content of server responses. For example, a load agent will work more efficiently if typical server response is a short message, then if it is a 100kb HTML text. Overall the average number is about 1000 – 2000 VUs per load agent. By the way, if you want, you can purchase additional load agents separately, if you see that your current configuration is insufficient. WAPT works identically to WAPT Pro with a single load agent running on the same system.
  3. Could you describe in more details where you logout and login?
  4. Keep alive problem was fixed in WAPT 6.0. Try the new version, please.
  5. Could you explain in more details where and why do you want to use regular expressions?
  6. If I understand you right you need to use functions concatenation for dynamic value calculation. In places where the parameter is used you can change its value from a static string to some formula. For example, formula will be p= $Var(some_var1):$Var(some_var2):$Var(some_var3)
  7. We will fix this problem in the next build.
  8. If server is optimized and multithreaded that CPU utilization must be 100% for a lack of CPU, I think. WAPT monitors free disk space.
  9. I think try trial version before buy is a better idea.
  10. Yes, if they use HTTP for communication.
  11. We made some fixes. Please, try a new build from http://www.loadtestingtool.com/forum/builds/WAPTPro1.0.zip and let me know about results.
  12. You can change a header of any particular request. Just click "HTTP Headers" button in a request properties tab and add SOAPAction header.
  13. Hi, George In the current version of WAPT you can initialize a variable by random value from an external file and use it as URL path. But the file should contain already formed URLs. In the next version of WAPT Pro you will be able to use java script and build URL path dynamically during a test.
  14. Yes, you are right. You should configure system DSN on a computer where WAPT Pro Interface is installed.
  15. SSL 3.0 is backward compatible with SSL 2.0. Therefor, in initial SSL 2.0 request client says that SSL 3.0 is supported. If server supports SSL 3.0 they continue with SSL 3.0.
  16. Sorry, but current version can't record Silverlight requests. Probably, it will be available in next version.
  17. You can use drug and drop for it. Select page, press Ctrl and drop a copy of page to desired profile.
×
×
  • Create New...