Re: Load Runner .Net - Found an undefined object of type
Thanks for the reply. I haven't checked whether the dll's are public/private but I have added the dlls to csproj file and I got approx 1000 errors. Please let me know if you would like me to send few...
View ArticleWant to change the Ajax Truclient IE 9 to IE11 in LR 11.52
Hi,I've installed LR 11.52 on Win 7 64 Bit + IE 11 Problem:- Want to Change the Ajax Truclient IE 9 default mode to IE 11As my application is not working on IE 9. Thanks,Amol Ray.
View ArticleRe: Load Runner .Net - Found an undefined object of type
Try to use framework 4.5.2 in your manchine , try to run the script again
View ArticleRe: Ajax Truclient 12.0 multiple iterations issue
This error can be for many issues . Can you attach screenshoot from error ?
View ArticleRe: Re-scripting in LR is it necessary
I'd speciffically ask the developer to provide accurate information on exactly what code is new that would cause any issues downstream if the script were not updated. I work in an agile perf-test...
View ArticleIP Spoofing and Load balancing
Hi,I need some help to determine if I need IP spoofing or not.I have 4 load generators, load balancer and five web servers behind.If load balancer algorithm makes determination based on client IP then...
View ArticleRe: Runtime viewer in loadrunner12
I am able to see the run time viewer,that is not my question. After i ran the script i want to see the parameterised fields that are used when i ran the script.In the out pane.
View ArticleCan web_reg_find be used with web_service_call or not
I tried adding a string check using web_reg_find for a web_Service_call step but the script aborts after the 1st iteration, and does not continue replay, when this is done. When the web_reg_find step...
View ArticleRe: The goal is to maximize speed/concurrency of Vuser scripts. Should I run...
>The memory is already there, loads of it, totally free. I'm only interested in speed efficiency. How is this "free"? How much RAM are you talking about?
View ArticleRe: The goal is to maximize speed/concurrency of Vuser scripts. Should I run...
Its prefer to use Vuser as thread than process for memory and specially if you will load many Vuser for testing in controller .
View ArticleRe: Can web_reg_find be used with web_service_call or not
Hi Aish When you add a text check to a Web Vuser script, VuGen adds a web_reg_find function to the script. This function registers a search for a text string in an HTML page. Note: If you are working...
View ArticleRe: Re-scripting in LR is it necessary
Hi Souma ususally we follow the steps. 1. We check the script in Vugen so all the required operations such as CRUD/Search by script. 2. We runt the scripts in Controllor/ALM as some times script fails...
View ArticleRe: Re-scripting in LR is it necessary
For your question ,i would like to ask the developer and arrange between them. as every week i have meeting to review scripts need to run on AUT .This gap always happen between application team , Test...
View ArticleRe: Runtime viewer in loadrunner12
Hi Aruna You have to use Run time data or watch window. you can get it from View->Debug--> Watch , runtime-data After completion of the script you can check your request n respons in snapshot...
View ArticleRe: LR 11.5 - IDE is sluggish
Hi All I too had this issues. Solution :- I use to follow as I get into the script folder and check folder Size "Result" ,"DfeConfig" and "Data" delete the contents or take backup of the script and...
View ArticleRe: Load Runner .Net - Found an undefined object of type
Hi Mohammed, I am not familiar with .net. So can I please ask your assistance on1. How to check whether the dll's are public/private?2. How can i force VUGen to use .net 4.5.2 version? Here are some of...
View ArticleRe: Load Runner .Net - Found an undefined object of type
Hi Kasukur 1- The public and private Dll depend on your software to be known . If your software done in your house , you can just ask the Developers team which function and class are private and...
View ArticleRe: Load Runner .Net - Found an undefined object of type
The errors you receive means you have issue with Net frame work : You are trying to reference a higher version dll(.net 4.5) in a lower version of software (.net 4.0).Either upgrade your software to...
View ArticleRe: Load Runner .Net - Found an undefined object of type
writer_1, reader_1 were not defined and initialized in the beginning of script. VuGen missed recording it (a lot of reasons), you can ask your app Dev for help to define them or you can do it by...
View Article