Setting filter for a request in loadrunner
how to Set a filter for any requests to the analytics host to prevent any calls during the execution of test code in loadrunner
View ArticleRe: VuGen recording fails when we initialize for Web- http/html solution
Hi, can you please post your question in the LR / VuGen forum?here in this forum you will not find many people with VuGen recording experience. ThanksSiggi
View Articleweb_submit_data function passes the values in URL format instead of HTML format
0down votefavorite Hi All, I am working on Hyperion FR reports (version 11.1.2.3 ) using load runner 11.5. The issue I am facing is with respect to a dynamic value "sso_token" that needs to be...
View ArticleLoadrunner Analysis
Hi Guys, Good day!Could you please help me below: Item1 (refer to : item1.jpeg)a. What does this mean? >> Layers breakdown of the URLb. column called “Count” << This is a count of what?c. T...
View ArticleRe: web_submit_data function passes the values in URL format instead of HTML...
Hi KrishnanIyer, You can try usingint web_convert_param( const char *ParamName, [char *SourceString] char *SourceEncoding, char *TargetEncoding, LAST );You can choose from HTML, URL and Plain source...
View ArticleRe: Setting filter for a request in loadrunner
Hi,The question is, would you like to filter out the undesirable traffic during the recording or during the replay? I'm guessing that you would like the calls to analytics not to be recorded at all, in...
View ArticleRe: Excluding a java script being triggered in the background
Hi Kartheek,I believe i have already answered your question in a different thread. Did it help?
View ArticleRe: How to record website using "SSO" (Single Sign On) with LR 12.0
Hi,Generally, it shouldn't be a technical issue to run Web HTTP/HTML script with "SSO".In many cases "authentication data" is passed through the script using cookies. So, it's very important to clean...
View ArticleWant to capture Ordinal only upto a certain number
Hello, The application I am trying to create LoadRunner scripts for has two different types of correlation variables occuring at the same place with same boundary. Both of them are occuring multiple...
View ArticleRe: Connection time out
When I applied WinInet replay instead of Sockets I was able to pass this point but the script failed at ReportViewer.aspx.Error generated: Error -27492: "HttpSendRequest" failed, Windows error...
View ArticleRe: Connection time out
Seems like you are not clearing cache properly in each run. Try to perfom all your operations in Action and in the beginning of each iteration, apply the following code: web_cleanup_auto_headers();...
View ArticleRe: WIN RT appliaction compatibility in LR 12.01
You may launch the command prompt and launch it for recording. Use protocol advisor to check the protocol used by AUT.
View ArticleRe: Scripts can pass in VuGen but report errors in Controller
Sorry to reply so late.yes, but when scripts run in controller,it will meet this error also.
View ArticleRe: VuGen recording fails when we initialize for Web- http/html solution
Hi, When did this error happen? before or after the recording dialog pops up?
View ArticleRe: Ajax truclient Firefox- Vugen 11 - Transaction not failed on object not...
Hi, 1. Can you please update to the latest version of VuGen and LG - 11.04 or 12.01 ?2. Can you check how the transaction end event is set?
View ArticleRe: Want to capture Ordinal only upto a certain number
Ordinal should be a string represented number, not a int value. And you also should provide a unique name for each registered parameter. See the demo code below. int i;char buf[16];for (i=1; i<20;...
View ArticleRe: How to view the results (HTML view)
It's not a good practice to rely on manual effort to check whether a response is as expected. You can try to use web_reg_find to search for a string which will only be returned be correct response....
View ArticleRe: How to record website using "SSO" (Single Sign On) with LR 12.0
Hi LeonidPekel , thanks for your replay. the script in attachment. What it confuses me is :Action.c(41): Error -26630: HTTP Status-Code=401 (Unauthorized) for...
View Article