sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
Unable to record Xamarin mobile requests
sergei replied to Pooja joshi's topic in How to solve my problem
WAPT can record HTTP/HTTPS requests only. -
Unable to load Website content while recording
sergei replied to Pooja joshi's topic in How to solve my problem
Hi, Could you give me a link to the website? -
Yes, WAPT can execute requests in parallel. You can find out more here https://www.loadtestingtool.com/help/parallel-execution.shtml
-
You can group requests in a task to aggregate statistics.
-
You should provide the server and port separately. Also you can provide the server IP instead of the server name.
-
Also you can use REST API https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.2.0/com.ibm.mq.dev.doc/q130940_.html
-
Hi! WAPT can send HTTP/HTTPS and WebSocket requests only. So I think you should try to use "IBM MQ bridge for HTTP" to communicate with IBM MQ.
-
In most cases the user think times will be enough, but sometimes you need additional delays. For example into or after other operators.
-
1. No. WAPT doesn't collect such information. You can calculate the value only from a raw CSV file with the time statistics. 2. You can calculate the test duration: results.totalTimeUnits * results.timeUnitLength
-
Could you please provide your test results file?
-
How to import packages or jars in WAPT JS
sergei replied to Pooja joshi's topic in How to solve my problem
Could you please describe what is your goal? What do you want to get? Why do you need to add jar files? -
You need to use the $File function https://www.loadtestingtool.com/help/functions.shtml#_file
-
Performance counters for system processes
sergei replied to boerni's topic in How to solve my problem
Hi Jiri, There is no the such guide. You can find out some information in the WAPT help and use existing counters as examples. -
X509 certificate error while verifying/recording scripts
sergei replied to avin_mehya's topic in How to solve my problem
Did you install the client certificate in WAPT? Is your site available? Could you provide us your certificate? -
X509 certificate error while verifying/recording scripts
sergei replied to avin_mehya's topic in How to solve my problem
Is a client certificate required for accessing to your site? Did you install it in the browser? -
Passing just content-type inside the request header
sergei replied to avin_mehya's topic in How to solve my problem
Unfortunately no. -
Passing just content-type inside the request header
sergei replied to avin_mehya's topic in How to solve my problem
If you manually add the Content-Type header to the end of the headers list with the overwrite option it should overwrite the automatic default header. Could you give me you profile so I could check it? -
Please, update your WAPT Pro to the latest build. If it will not resolve your issue, please give me your scenario and profile.
-
Please, update your version
-
Hi Jiri, What the build version do you use? Could you update your version from https://www.loadtestingtool.com/forum/builds/
-
You are right. You need to delete cookies in any browser.
-
How to Stop one profile based on other profile completion?
sergei replied to vprashanth23's topic in How to solve my problem
I'm not sure that I understood you correctly, but I suggest to use Rendezvous Point operator in the end of the first profile and then use Stop Test operator. -
You can select the Mobile application (manual proxy configuration) option, set the proxy in Firefox manually and record.
-
Hi, You have to use the JavaScript operator to read a content from the file. Add to the operator something like the following: var fso,filehandle,contents; fso = new ActiveXObject("Scripting.FileSystemObject"); filehandle = fso.OpenTextFile("D:\\Temp\\WAPT\\5.0 Test\\JSONFromFile\\json.txt",1); contents = filehandle.ReadAll(); log.message(contents); context.variable("test") = contents; filehandle.close(); Then use the variable "test" in a POST request body.
-
Hi Jiri, We have created a special Log Viewer for internal use to open the recorder logs.