sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
Please install the latest build from the site.
-
Could you give me your profile and verification log?
-
302 is a redirect. In your case it means that the server has got your answer and moves you to the next question.
-
To increase number of requests you can increase number of simultaneous users and decrease user think time between requests. But you should remember that you cannot increase number of request greater than server can serve.
-
302 is a redirect. Usually if you got this code instead of 200 it means that you need to parameterize your profile properly.
-
Please send your profile and verification log to support.
-
We have a special additional module that facilitates the parameterization of ASP.Net web sites. Specifically, it adds functions that automatically parameterize VIEWSTATE and EVENTVALIDATION values inside requests. Without the module they may remain not parameterized. However this depends on the way used by your application to pass these values between the client and server. So, if you have any problems testing without the module, you may try it. More information on it is available here: http://www.loadtestingtool.com/blog/wapt-usage/wapt-module-for-asp-net-testing/
-
Try to change the account for Load Engine service from LocalSystem to Administrator.
-
Usually server should know the username to allow him to login.
-
Please verify your profile by clicking the “Verify test” button on the toolbar. WAPT will execute a single user session and will create logs. You can check the log and find a reason of error.
-
Response validation doesn't work for silverlight
sergei replied to a topic in How to solve my problem
The validation rules are applied to text responses only. For Silverlight you can use $XPath function + If Then Else operator + Stop session operator. -
WAPT doesn't separate bandwidth by the servers. The better way is just remove requests to the ad server from profile if they are unnneeded for the test.
-
Yes, it's possible. In the new version of WAPT you can use variables in the file name. You can download beta version from http://www.loadtestingtool.com/forum/builds/WAPTPro3.0.beta.zip
-
Possible To Set Specific Number Of Runs/Sessions?
sergei replied to a topic in Test Scenario Creation
It isn't possible. But if you parameterize virtual users properly it will be unnecessary. When a virtual user finished session it becomes indistinguishable from the others. In the new version of WAPT we added the Stop User operator which stops virtual users. You can download beta version from http://www.loadtestingtool.com/forum/builds/WAPTPro3.0.beta.zip -
What tool do you want to use?
-
Do you monitor MS SQL server? Try to add job for automatic update http://www.loadtestingtool.com/help/SQL-update-statistics.shtml
-
Generating requests from different IPS
sergei replied to kingsubbarao1's topic in How to solve my problem
You can use IP spoofing feature http://www.loadtestingtool.com/help/distributed-test-run.shtml -
Could you give me your profile and verification log or send them to support?
-
Yes, you can see utilization resources for WAPT itself only.
-
WAPT doesn't use Internet Explorer during a test.
-
Difference between Sessions and Users
sergei replied to kingsubbarao1's topic in Test Scenario Creation
I think your web server was overloaded. -
You need to use WAPTNS namespace for default namespace. Your XPath should look like: $XPath(/WAPTNS:SaveProjectResponse/WAPTNS:SaveProjectResult,1)
-
Could you give me your profile?
-
$Search doesn't work for Silverlight. You should use $XPath: $XPath(/SaveProjectResponse/SaveProjectResult,1)
-
I think required bandwidth = Number of users / delay * size of request * average request time.