sergei
Administrators-
Content Count
718 -
Joined
-
Last visited
Everything posted by sergei
-
random selection of page's repeater radio buttons
sergei replied to atraylor's topic in How to solve my problem
As I understood only one random parameter from ctl00$MainContentPlaceHolder$Repeater1$ctl00$Webdatagrid1$ctl02$txtEdit2 ctl00$MainContentPlaceHolder$Repeater1$ctl00$Webdatagrid1$ctl03$txtEdit2 ctl00$MainContentPlaceHolder$Repeater1$ctl00$Webdatagrid1$ctl04$txtEdit2 ctl00$MainContentPlaceHolder$Repeater1$ctl00$Webdatagrid1$ctl05$txtEdit2 ctl00$MainContentPlaceHolder$Repeater1$ctl00$Webdatagrid1$ctl06$txtEdit2 etc.. should have a value. I suggest you to create variables for all these parameters and use JavaScript operator to randomly initialize only one variable with value, all other should be empty. -
# is a hash mark. The part of URL after hash mark is never send to a server. You can find more in https://en.wikipedia.org/wiki/Fragment_identifier
-
If you want to see HTML content of the page switch the view in "View as" combobox from "Browser view" to "Text".
-
You can create variables with username and password using ordered list. Then you can use them in JSON request just typing $Var(VarName).
-
Howto save profiles with uncompressed content (gzip=false)?
sergei replied to NikiMouse's topic in How to solve my problem
Hello Niko, Sorry for the delay. "binRequestBody" section contains an originally recorded request. If you want to change the request you need to modify BinaryData section. If the request was never modified in WAPT you need to add BinaryData section to the request manually. We do not plan to add a possibility to save unzipped data, so you need to unzip and unbase64 request data manually. -
Could you give me more info about your problem?
-
Response validation doesn't work for silverlight
sergei replied to a topic in How to solve my problem
For a better understanding of your needs could you give me or send to support your profile and log file? -
Howto save profiles with uncompressed content (gzip=false)?
sergei replied to NikiMouse's topic in How to solve my problem
binRequestHeader are originally recorded headers, you can't change them. If you want to change a some header of request, you need to change data in Profile/Main/Document/Request/Headers/Header. -
Howto save profiles with uncompressed content (gzip=false)?
sergei replied to NikiMouse's topic in How to solve my problem
We have added Find & Replace for HEX view. You can download the latest build from http://www.loadtestingtool.com/forum/builds/WAPTPro4.3_64.zip -
Howto edit a 16kByte http request body?
sergei replied to NikiMouse's topic in How to solve my problem
We have fixed the bug. You can download the latest build from http://www.loadtestingtool.com/forum/builds/WAPTPro4.3_64.zip -
Howto edit a 16kByte http request body?
sergei replied to NikiMouse's topic in How to solve my problem
Ok, I've understood the problem. We fix it shortly. -
Howto edit a 16kByte http request body?
sergei replied to NikiMouse's topic in How to solve my problem
Could you record a screencast video of your issue? Here is a useful tool for screen recording: http://www.screencast-o-matic.com You can use any other tool or just make screenshots with a description. You can send a link to video to support. -
Thank you for the information. We will fix the bug shortly.
-
Could you create a new scenario in WAPT Pro 4.3 and try to run it?
-
Howto edit a 16kByte http request body?
sergei replied to NikiMouse's topic in How to solve my problem
We have fixed the bug. You can download the latest build from http://www.loadtestingtool.com/forum/builds/WAPTPro4.3_64.zip -
Howto edit a 16kByte http request body?
sergei replied to NikiMouse's topic in How to solve my problem
Thank you for your information. We research and fix the problem shortly. -
Usually it means that your request is wrong. You need to parameterize request properly. You can check the WAPT log to find the reason.
-
Your site requires TLS. It is supported in the latest version of WAPT.
-
Thank you for the information. Now I see the problem. We will fix it shortly.
-
What versions of WAPT and browser do you use? I tried and successfully recorded the site on the latest version of WAPT.
-
What versions of WAPT and Firefox do you use?
-
There is not a tutorial for this but you can use my previous instruction. It depends on your testing goals.
-
What do you mean by "to test bugs"?
-
Performance counters for system processes
sergei replied to boerni's topic in How to solve my problem
You can get a value for specific process using following code: counter.WMIGetValue("Select * FROM Win32_PerfRawData_PerfProc_Process where Name = 'exampleProcessName'", "exampleParamName", 0)