sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
Changing Name property for all Pages using Javascript
sergei replied to avin_mehya's topic in How to solve my problem
Why do you need to change the name of the current page? Could you describe your need in more detail? -
Changing Name property for all Pages using Javascript
sergei replied to avin_mehya's topic in How to solve my problem
You can just use WAPT function $Search and store the name into the variable. -
Yes, it's normally. It's an authentication handshake.
-
1. Yes, during the test WAPT transfers files, so you need appropriate bandwidth for load testing. 2. You can use Find and Replace command from Edit menu to change a server name or URL path.
-
Wanting to cut and paste data from a page being recorded
sergei replied to mjones's topic in How to solve my problem
It means that there is something wrong in your parameterization. You can enable logs and check server responses. -
Yes, the suggested values are the same due to trial limitations.
-
You can find our point of view in our blog: http://www.loadtestingtool.com/blog/general/ten-names-for-load-testing/
-
Thanks for you bug report. We have changed a behavior of this feature in the new version, so all problems should be fixed.
-
Wanting to cut and paste data from a page being recorded
sergei replied to mjones's topic in How to solve my problem
Initially when you record a profile for virtual user, all parameters are recorded as static values. However you can change that and make them dynamic. For this purpose you can use internal WAPT functions. With help of them you can accomplish two tasks: 1. Make values of some parameters different for each user session. 2. Extract values from server response (within a user session) and reuse these values in the subsequent requests. You can find more information about that here: http://www.loadtestingtool.com/help/working-with-session-variables.shtml http://www.loadtestingtool.com/help/parameter-value-dynamic-calculation.shtml We also have a demo clip showing step by step how to perform the parameterization. You can download it here: Part 1: http://www.loadtestingtool.com/quickstart/WAPTdemo-part1.avi Part 2: http://www.loadtestingtool.com/quickstart/WAPTdemo-part2.avi -
You need to add the request into the loop. "Loop_name iterations" option is available for requests into the loop.
-
Thank you for your bug report. We will fix these bugs and add copy/paste for requests in the next version.
-
Warning message after executing 50 profile for 1 Hour
sergei replied to Ayyaz's topic in Other Problems
You can update your version to the latest WAPT Pro 3.5. It should resolve your problem. -
Yes, you can select a user connection speed in the profile properties.
-
You need to use 32 bit ODBC.
-
You need to add more agents.
-
Yes, of course. You can read more http://www.loadtestingtool.com/help/functions.shtml#_list and http://www.loadtestingtool.com/help/functions.shtml#_csv
-
You can use $LOrder or $CSV functions to load usernames/passwords from a file.
-
Extract parameter from semantic URL
sergei replied to trish.mcdonough's topic in Test Scenario Creation
In WAPT Pro you can use JavaScript operator and extract case ID from context.requestHeader. -
You can create in the Initial variables a variable with URL/server name. Then you can use Find and Replace and change URL/server name for all requests. Then you can duplicate profiles and just change URL/server name in the variable.
-
No, it is not possible with WAPT scheduler. But you can use Windows Task Scheduler to run test.
-
We have made some changes. You can download the latest build from http://www.loadtestingtool.com/forum/builds/
-
Could you give me a header and body of such request from Fiddler and from Response processing tab in WAPT?
-
Could you give us a link so we can check the bug?
-
We are going to add WebSocket support to WAPT when real sites or applications with WebSocket will appear. We need a such site for testing. Do you have a real working site with WebSocket?