Need Help Identifying LB and RB for web_req_save_param
Hello All, I have been attempting to create a dynamic run time variable in a Load Runner script. I am using web_req_save_param in the hopes of being able to capture and use this value. Unfortunately I...
View ArticleLR 12 CE won't play VBScript Vuser files
I have VBScript Vuser files created in LR 11.52, but even though LR 12CE says they can still be played, they can't - I receive a notice that I don't have a license for that protocol.
View ArticleRe: Need Help Identifying LB and RB for web_req_save_param
Try this, if not work then share the whole response of that request. If possible. 1. Remove "NOTFOUND=ERROR".2. Increase you LB or RB which one is unique in that request’s responses.3. Try to check...
View ArticleRe: Load Runner :Script in VuGen Works but that fails in Controller (File...
Use unique File name for every user.You can declare unique file name for every user in Vint and save it in parameter (using lr_save_string function) and use it in Action for file name. Let me know if...
View ArticleRe: LR 12.0 Scripts cannot pass with error -27492
Hello, Use this function :web_set_option("MaxRedirectionDepth", "10", LAST );above that request which is failing during Test execution. Thanks,Deepak
View ArticleRe: Authentication error during replay
Hi, Use this function to resolve Error -27492: "HttpSendRequest" failed: web_set_option("MaxRedirectionDepth", "10", LAST ); above that request which is failing during Test execution. To get the port...
View ArticleRe: How to handle captcha in load runner ??
If you have access to database then export all capcha and parameterized them in you script. I have handle capcha in VuGen but it will not work in Controller. Let me know if you want that solution....
View ArticleRe: LR 12: Connection Reset by peer errors for mobile http/html protocol
Hi, Try below codes into your script.Place these codes at very top of the script before application URL gets loaded.web_set_sockets_option("OVERLAPPED_SEND",...
View ArticleRe: LoadRunner 9.5 Sample Webtours application- Reg
If you want to practice correlation then try this link. It will help you a lot
View ArticleRe: How to fix the following issue in Load Runner 8.1??
Check your request body, there must be some wrong values that you are passing. Thanks,Deepak
View ArticleRe: What happens if I have duplicate step name in my vugen script?
You will never get any error message, but when you check the response of those request which have same step name in tree view you will find that response are same for both request. Thanks,Deepak
View ArticleRe: BackUp tool for LR11.5
If Anyone could help me on priority basics, it would be great help.
View ArticleAjax TruClient - Number of users per load generator
Hello Experts, I'm working on Ajax TruClient protocol from last 1 year and the main challenge I have faced is number of users per load generator. Now, we have requirement for more than 500 concurrent...
View Articlesetting up Cloud Load based Load generator for Load runner 12
Hi Guys, Currently I am setting up the cloud based load generators for load runner12 for testing cloud based web applications. I have created AWS account and when I click on the add cloud load...
View ArticleRe: Ajax TruClient - Number of users per load generator
Hi Deepak,Indeed this is one of TC pain points. There is no such setting to decrease the footprint (we are running in the maximum optimality we are able to). Bear in mind that TC is coupled with a...
View ArticleRe: Unable to record script for a window based flex application.
Hi In this case, I do not have other advice for you beside to ask official HP support to open a case regarding the issue that you have. You can ask them to assign it directly to me (Dmitry Krinitsyn)....
View ArticleRe: Load Runner :Script in VuGen Works but that fails in Controller (File...
I tried all these senarios: - Different file names with random, count, VUser parameters. We tried each one separately. For example for count parameter; first file name is example1.xls but second file...
View ArticleRe: LR 12 CE won't play VBScript Vuser files
What's your point? It's like pointing me to the HP website and saying "check this link" ...
View ArticleLR 12 with FTP
We have a customer evaluating LR 12 with FTP. In their environment, we were using FileZilla to capture the script. Without LR, FileZilla works fine. It connects, upload and downloads just fine. This...
View Article