sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
You can disable the ASP prompt in Settings -> Prompts.
-
You can enable full logging and check the times manually to ensure that all calculated correctly. Also check that you have received the same response as in Mozilla.
-
Usually in this case you need to parameterize your virtual user profile properly.
-
Response time of request, with multiple ajax calls
sergei replied to sudarshan89's topic in Reports Analysis
You can combine these requests into a task and set up how to measure a task time. -
You can find description of report data in the Help file: Next to the name of each request you can see how many times it was processed at the specified periods of time. If some column in the table is empty, it means that request wasn't executed during a period specified in column header.
-
A solution will be specific for your site. Could you give me the link to your site?
-
Usually it means that your server is overloaded.
-
WAPT records webservice requests as usual HTTP requests. Could you give me the webservice URL?
-
How do I delete the log files in a profile?
sergei replied to EndDream's topic in How to solve my problem
What version of WAPT do you have? -
Yes, I can. What is your problem?
-
Treat server response as valid for all requests
sergei replied to someguy's topic in How to solve my problem
You can use validation rules for the whole profile. Or if your ajax calls are identical that try to use the Loop operator instead of lots of requests. -
Could you provide access to your site? Could you give me your profile to check the issue?
-
Typically, this means that your web server is overloaded.
-
Not able to record the page which has redirection feature
sergei replied to nsenthilrajan's topic in How to solve my problem
Please, try the WAPT Pro 3.0 and let me know the results. -
We will fix it in the next build.
-
Recording the file download completion time
sergei replied to loftystew's topic in Test Scenario Creation
Is your site available? You can send your profile and logs to support. We take a look at them. -
Recording the file download completion time
sergei replied to loftystew's topic in Test Scenario Creation
Yes, WAPT can do that. Just record and execute your profile. Only completed requests are included in the statistics. -
Execute X Sessions Doesn't Run X Sessions
sergei replied to jrizzo's topic in How to solve my problem
I think you need to parameterize dynamic data in your profile. If you still have the issue, please send your profile and logs to support. -
validating random street addresses
sergei replied to david.calhoun@vanick.com's topic in Functions Usage
Yes, you can. -
validating random street addresses
sergei replied to david.calhoun@vanick.com's topic in Functions Usage
I can suggest JavaScript only. -
You can create a variable in previous request and use it in the URL Path. Your URL Path will look like /restpath1/restpath2/$Var(some_var_name).
-
You can found an example in our demo clip: http://www.loadtestingtool.com/quick-start-guide.shtml
-
You can check the logs and find the requests with errors. Usually they were the requests of page elements.
-
We have a demo clip. You can download it here: http://www.loadtestingtool.com/quick-start-guide.shtml