sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
You can use built-in "Session_number" variable: $Var(Session_number)
-
You can extract the value of session id with help of $Search function, store it into a variable and then use it in subsequent requests.
-
Cannot access the page when recording action
sergei replied to jojo's topic in How to solve my problem
When recording, WAPT works as a proxy between your browser and the target web site. This way it can intercept all the traffic and create the list of requests for the profile being recorded. For this purpose it temporary changes the proxy settings of your browser. However there are some specific cases which are harder to support. The reason why you cannot record is probably your proxy configuration. You can check it in the “Internet Options” available through IE. You can try unchecking the “Automatically detect settings” and “Use automatic configuration script” options in the above dialog. If this does not help, please make a screen shot of these dialogs on your system and send it to me. This will let us research the problem further. -
The JavaScript operator is available in the WAPT Pro only.
-
how to make test scenarios portable on a different server
sergei replied to a topic in How to solve my problem
You can change the port number directly in the profile file. Find and replace the port number within tags 80. -
Yes of course. You can use $CSV function for it http://www.loadtestingtool.com/help/parameter-value-dynamic-calculation.shtml#_csv
-
Each virtual user executes sessions one by one. As soon as it completes a session, it starts the next one, and so on until the test is finished. So, each virtual user emulates several successive real users and can execute corresponding number of sessions during the test. At any moment the number of active concurrent sessions is equal to the number of virtual users. When you verify the profile only one session is executed.
-
You need to create ODBC connection first. You can find more info in the online help: Note that a specified DSN should be added to the list of ODBC User Data Sources beforehand. For this, you should enter the Windows Start menu, select Control Panel | Administrative Tools | Data Sources (ODBC) and add a desired User Data Source. Then you will be able to use that data source in the DSN field of the Performance Counters view.
-
Does Page Response time, sec (with page elements) include think time
sergei replied to razorfish's topic in Reports Analysis
WAPT doesn't include user think time into response time statistics. -
Yes, you are right. Thank you for notifying us about this bug. We will fix the Help.
-
WAPT Pro 3.1 already has few counters for MySQL.
-
You can export the raw data to CSV. Just set CSV Data Output options in the Log and Report settings.
-
Passing variable between profiles
sergei replied to kingsubbarao1's topic in How to solve my problem
We are going to add this possibility to the next version. -
Accessing outlook in the middle of a test
sergei replied to kingsubbarao1's topic in How to solve my problem
You can try to use OWA (outlook web access) to open email and extract the passcode. -
Javascript turned off when verifying the test
sergei replied to kingsubbarao1's topic in How to solve my problem
You see this message because the JavaScript is turned off in Log Viewer. We can't execute JavaScript when show the recorded response. But it makes no difference during the test. WAPT doesn't execute client side JavaScript. Instead WAPT emulates client browser requests and has the powerful set of tools for this. -
When running from Windows, do windows licencing limits apply?
sergei replied to Redders's topic in How to solve my problem
What version of Windows do you mean? We never faced such restrictions in Windows. -
When running from Windows, do windows licencing limits apply?
sergei replied to Redders's topic in How to solve my problem
What licensing limits do you mean? Please, provide more details. -
Please look in Windows Event Viewer are there some problems with Load Agent service?
-
Yes, WAPT uses SQL queries to collect a performance data from Oracle server. And you can add your own counters.
-
User should have privileges to do SELECT in the system table "v$sysstat".
-
You can enable full or error logging during a test. When the test finished you can check the logs and find the reason of errors.
-
ASP.NET Module - Viewstate Variable Error
sergei replied to niekell's topic in How to solve my problem
The problem was already fixed. Just please install the latest build from the site. -
WAPT Pro can use JavaScript code to process the responses of your web site and calculate the parameters of subsequent requests.
-
Please send a screenshot of the message to support.