Re: Utils.addAutoFilter set once or for every call?
So if I want to test a page www.testpage.com, and disable calls to something like https://synovite.com I call Utils.addAutoFilter("www.testpage.com",...
View ArticleRe: Filtering an external website in TRU client
Hi Guy Please check my comment on the original post to see if I understood you correct, and "ll happily mark it as a solution! Thanks for your help! Kaj
View ArticleLoad Runner command line execution issue
Hi, I am trying to execute load tests from command using the following syntax, the issue is that since the name of the test scenario contains "spaces", the controller is not considering the full name...
View ArticleHow to encode the deflate data into base64 format?
How to encode the base64 format from compressed ( DEFLATE or GZIP compression)? Steps that our application goes through for compression. (Clients do these steps in reverse)1. Take contents of Body...
View ArticleRe: How to measure the response time for processing a record.
after you upload the file, you could do two things1. assuming you wait long enough, and the status changes(auto-refreshes(Async Ajax type request)) be in recording mode till it is changed to Active;...
View ArticleRe: Has anybody done scripting of splunk dashboard using loadrunner 11.5 ?...
could you paste the script here?
View ArticleRe: Want to simulate the Browser's Temporary Internet file settings value in...
I have not heard of any default setting where a browser would limit to 250MB for temp files. What protocol(s) are used by the script? Is the slow login behavior only occurring in the script, or is it...
View ArticleRe: Want to simulate the Browser's Temporary Internet file settings value in...
Hi Andrew, I also haven't heard of simulating the such browser settings, that's why wanted to take this with experts like you guys. We are using web protocol in the script. Following is the few...
View ArticleRe: LoadRunner is not accepting TLSv1 connections (when SSLv3 is turned off)
Hi, Please try the api web_set_sockets_opt.Add a step web_set_sockets_option("SSL_VERSION","TLS1.1"); Best RegardsCharlie
View ArticleVugen 12.0 recording is very slow on chrome v38 browser.
Hi, We are trying to record an application on chrome v38 since the app supports only chrome and found that vugen is very slow. For one end to end scenario it took me about 30 mins to record. Most of...
View ArticleRe: Load Runner command line execution issue
Can you explain the tilde(~) here please? Is it a wildcard character here? I tried with the following commands but got the same error again. Commands: wlrun.exe -ConnectToQC 1 -QCServer...
View ArticleRe: How to measure the response time for processing a record.
Hi Pavan , Thanks for the reply add a simple for loop with some wait in it. keep looping until 'active' is found How to identify that 'active' is found?if we use web_reg_find,it will pass any way as...
View ArticleIssue in using lr2.feildGetter() function in Java over http protocol in VuGen
Hello , I am doing Performance testing on HP Load Runner using java over http protocol . I need to fetch the xml elements we got in the response xml using lr2.feildGetter() function . My xml has a...
View ArticleAjax TruClient and Plugins
Hello Experts, I am trying to import adobe reader plugin to Firefox. I copied "nppdf32.dll" in below folders but its not working. 1) %LR_PATH%\bin\Firefox\plugins2) %LR_PATH%\bin\gecko\plugins (I...
View ArticleRe: How to measure the response time for processing a record.
you have to correlate. it is not achieved by wrf. say if you have a...
View ArticleRe: Want to simulate the Browser's Temporary Internet file settings value in...
If you observe more javascript in recording than when comparing to manual execution with a tool like Fiddler running, perhaps examine those other javascript files with the developers to determine under...
View ArticleRe: Load Runner command line execution issue
Lavneesh, the thing which is missing here is double quotes for the QCServer address and in your command line i added a -TestId parameter. wlrun.exe -ConnectToQC 1 -QCServer "http://***/qcbin" -QCDB...
View ArticleRe: How to encode the deflate data into base64 format?
apply a base64 DFE and then look for web_convert_from_formatted function. look for an example of base64 here in help file VuGen > Protocols > Web Protocols > Data Format Extensions (DFEs) -...
View ArticleRe: Ajax TruClient and Plugins
Deepak, have you registered the DLLs in the new locations? I don't have an application handy to actually reproduce and give you concrete resolution, but I thought that library registration might be the...
View Article