Jump to content
WAPT Forum

sergei

Administrators
  • Content Count

    718
  • Joined

  • Last visited

Everything posted by sergei

  1. Hi Jiri Yes, it is a correct behavior. When WAPT automatically parameterizes the value it changes the value to the variable in the static text.
  2. It seems a little bit strange. I have double checked and for me it works good. Could you give me your scenario?
  3. Hi Jiri, What counters do you use? Do you import the counters from an old scenario or create the new from scratch?
  4. Hi, Yes, WAPT supports REST API testing.
  5. Hi Pooja, No, you can't test an application communicating through the TCP protocol if this protocol is not subset of the HTTP(S) protocol.
  6. We use JScript from Windows Scripting Host. You can find more here https://docs.microsoft.com/en-us/previous-versions/hbxc2t98(v=vs.85)
  7. You need to enable server status reports in the Apache server. You can find out more information here https://httpd.apache.org/docs/2.4/mod/mod_status.html
  8. In this case you can use the $JavaScript function instead of the JavaScript operator in the each page request you wish to check for errors.
  9. For the complex validation rules you can use JavaScript and the log.error method.
  10. Hi, With WAPT you can test web servers and client server applications which communicate by HTTP(S) protocol.
  11. Please, send your profile and logs to support@loadtestingtool.com
  12. Hi, 1. It is not possible. We doesn't gather such data. 2. Yes if it delays your next click.
  13. No, it means that WAPT will try to reconnect and send request again.
  14. We will consider it for on of the future versions.
  15. Hi, During a test all load will come to a server from WAPT Load Agents and x64 Load Engines selected for a test load generation..
  16. For a request Performance Degradation Factor is a ratio between average response time and baseline time. For a profile Performance Degradation Factor is a root-mean-square value of all requests' PDF. It allows you to quickly understand that there are requests which badly out of the average.
  17. During recording, WAPT measures a time between two requests. Then it multiplies it on 0.5 and 1.5 and gets User Think Time values. During a test, WAPT calculates random value within these boundaries.
  18. Hi In this case you can use $LOrder function with different values for different loop iterations.
  19. According to your logs, you used only one connection per virtual user. You need to parameterize the profile correctly before you can make a reliable conclusion on the dependence between the number of connections and session faults.
  20. Of course, the number of simultaneous connection significantly impacts on the test results. To understand a source of problem you need to check the logs. Also you can give me your logs or send them to support@loadtestingtool.com
  21. If you enable a full logging then you can find a content of your downloaded file in corresponding response.
  22. sergei

    Parameters in reports

    Thank you for the bug. We will fix it in the next build.
  23. It isn't simple feature as it seams. We have such feature in our backlog and discuss it.
  24. In your case WAPT didn't parameterize this dynamic value because it is not transferred in form hidden field. You need to parameterize such value manually.
  25. Please, update your version, it's an already fixed bug.
×
×
  • Create New...