Re: LoadRunner 11.5x Controller User Guide -- does one exist?
They are here:http://support.openview.hp.com/selfsolve/manuals Search for LoadRunner 11.52 and you can download 'em. The controller guide is inside the user guide.
View ArticleRe: LoadRunner 11.5x Controller User Guide -- does one exist?
That is good to know...that the Controller Guide is inside the User Guide. Thank you!
View ArticleRe: Unable to use local variable in web_submit_data
You have to convert the int into a LoadRunner parameter and then do paramaterization, like this: int SeatNo=35; lr_save_int( SeatNo, "SeatNoParameter"); web_submit_data("default.aspx",...
View ArticleRe: LB and RB boundaries
Sounds like you're what I was at the beginning, a script monkey! But if you asked for training and got denied then I guess your A is covered because if anyone complains about your work you can just say...
View ArticleRe: LoadRunner 11.5x Controller User Guide -- does one exist?
CPTLaura wrote:That is good to know...that the Controller Guide is not inside the User Guide. Thank you!Not sure if you made a typo but I said the controller guide IS in the user guide. You wrote above...
View ArticleRe: LoadRunner 11.5x Controller User Guide -- does one exist?
Oh MY!!! I will edit that now...woops! good catch
View ArticleRe: Sizing controller and load agents for LR 11.0
Hello500 vusers is a lot, usually the most consumed resource in a LG system is the memory, so you can use the Controller system as LG if installed, in this way you can balance the load in both...
View ArticleRe: Are there any recommended Recording options for Ajax ( Click & Script )...
HelloTry to use LR version 11.5 with Patch 11.51 Most cases when trying to record the script, you will get an error about ajax or trueclientYou need set network permissions in the computer running...
View ArticleRe: Correlation Loadrunner 11 with Siebel 8.1.1
Where did you download the correlation rules for siebel 8.1? I just installed LR 12.52 and I'm having so much trouble getting the script to play back without errors. Thanks
View ArticleCertification Error
Hello All, I am facing some issue called "certification error" while recording some web application. When i manually navigate the same step which i am tring to record, is absolutely working...
View ArticleRe: Certification Error
Hi Nan_Rao, Can you please post the sample code and the full error message you are recieving? Regards,Srihari
View ArticlePerformance Testing on ALM Application?
Hi All, Is there a tutorial or step by step instructions which explains how to perform load testing on Application Life Cycle Management application? I have tried to customize the scripts given along...
View ArticleRe: Unable to use local variable in web_submit_data
Hi, Thnak you very much for the tip. It was realyy helpful. I have a quick question. I have the web_submit_data, where I need to submit sead ids for close to 10 seats. So is there a way to create an...
View ArticleRe: Certification Error
You can change the port setting in Recording option. Just change the Capture Level to "WinINet Level Data" from "Socket Level data". Regards,Deepak
View ArticleRe: Certification Error
Does your application requires any client side cerificate to be installed?
View ArticleRe: Is it Advisable to use Ajax (Click & Script) over Web(HTTP/HTML)
It purely depends on your application environment and protocol it uses. Ajax protocol does lot of additional things compare to HTTP/HTML protocol. Refer below link for advantages of using...
View ArticleRe: Extension: GWT - ERROR [GWT_DFE] - During Script Regeneration (LoadRunner...
This thread seems to have died without a resolution. Was there anything to solve these problems or do we assume it is still not working as advertised?
View ArticleRe: Unable to use local variable in web_submit_data
Sounds like you need to use a parameter file.
View ArticleText over Https - Guide me please !!!!
Hi AllI am trying to use web http/ html protocol to place a text message over https .Since the UI part is not available, we are supposed to test the backend services before we can get the UI.Manual...
View Article