sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
We need an access to your site to research the problem.
-
It means that applet creates own TCP connection and doesn't use browser's connection.
-
You can edit a report template in C:\Program Files (x86)\SoftLogica\WAPT 7.5\ReportTemplates\ReportWAPT_PerformanceData.xsl Just delete a string:
-
WAPT can test web services which use HTTP as a transport.
-
Could you give me a link to reproduce the problem?
-
You can use Delay operator at the end of profile with a wait time setting more then a test duration.
-
It means that you need to parameterize some dynamic data properly.
-
Random occurrence of "SSL Error. Some I/O error occurred. []"
sergei replied to niekell's topic in How to solve my problem
Could you send your profiles and verification logs to support? -
Just click on Final Users column and enter a number of users you wish.
-
What a build of WAPT do you use?
-
Please, send your profile, scenario and log files to support.
-
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.
-
You can drag and drop subrequest on level up.
-
Could you give us a link to the website?
-
We need the profile (.wpr file), scenario (.wps file) and full logs of successful and failed users. Please, send them to support.
-
Yes, it's a time of page request without page elements.
-
It is a response time with page elements.
-
Yes, you are right.
-
Could you give me more details regarding your difficulties? May be a link to the site?
-
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.
-
In this case you can use JavaScript operator to prepare a data for parameter.
-
Ok, we will add an iteration counter to the While operator.