Jump to content
WAPT Forum

sergei

Administrators
  • Content Count

    718
  • Joined

  • Last visited

Everything posted by sergei

  1. We need an access to your site to research the problem.
  2. It means that applet creates own TCP connection and doesn't use browser's connection.
  3. You can edit a report template in C:\Program Files (x86)\SoftLogica\WAPT 7.5\ReportTemplates\ReportWAPT_PerformanceData.xsl Just delete a string:
  4. WAPT can test web services which use HTTP as a transport.
  5. Could you give me a link to reproduce the problem?
  6. You can use Delay operator at the end of profile with a wait time setting more then a test duration.
  7. It means that you need to parameterize some dynamic data properly.
  8. Could you send your profiles and verification logs to support?
  9. I do not see a request for login page in your scripts. When you record a script you should start recording from beginning.
  10. Just click on Final Users column and enter a number of users you wish.
  11. Please, send your profile, scenario and log files to support.
  12. Processing Time It is the time from the moment when request has been sent till the moment when server response is completely received. WAPT Pro measures processing time without page elements. See the Summary Graphs to know the values of average processing time (for all profiles) and graphs for individual pages to know the processing time for specific pages. Response Time It is the time from the first byte of page request sent till the last received byte of server response. In other words, it is the time from clicking a link or a button in browser till the moment a page is downloaded. WAPT Pro measures 2 types of response time: without page elements and including page elements. See the Summary Graphs to know the values of average response time (for all profiles) and graphs for individual pages to know the response time for specific pages. So Response Time = time to send request + Processing Time.
  13. sergei

    Sub Request

    You can drag and drop subrequest on level up.
  14. We need the profile (.wpr file), scenario (.wps file) and full logs of successful and failed users. Please, send them to support.
  15. Yes, it's a time of page request without page elements.
  16. It is a response time with page elements.
  17. sergei

    webflow

    Could you give me more details regarding your difficulties? May be a link to the site?
  18. Unfortunately you cannot use dynamic file name in CSV function. So you need to use JavaScript operator to read and parse CSV file with dynamic name.
  19. In this case you can use JavaScript operator to prepare a data for parameter.
  20. Ok, we will add an iteration counter to the While operator.
×
×
  • Create New...