Hi Im carrying out testing of our website with loadrunner. I was wondering what sort of infrastructure you people use when performing your testing. At present...
your approach of testing both internally and externally is great because many times the bottleneck is in the firewall. I would say that if you test externally...
This problem has been happening in production as well, not only with vusers. most of the time users and vusers log out fine with the session closing the...
Hello... I am working on a web load test project. Pls help me out in finding solution for this problem: In controller settings i am not using any timeouts (ie ...
Hi increase the sleep/wait time period and ther is an inbuilt function that recognises a text or an object in a page.put the response in a do while loop with ...
I think the default timeout is 120 seconds. You will have to go into the
runtime settings for that script and then goto the Browser Emulation tab and
then...
Use the correlation functions. Hi, How do I handle the timestamp and session ids for the following code. Please help me. TIA, Venkat ~~~~~~~~~~~~ #include...
you are trying to do an illegal query. Sometimes LoadRunner will record a query that is not valid. You might want to check the query statement that is throwing...
2130
robert stencel
rstencel@...
Mar 10, 2002 8:10 pm
here is one i have used recently. char hold_time[13]; sprintf(hold_time,"%d",time()); lr_save_string(hold_time,"DateTime"); ... From: Venkat Reddy...
2131
robert stencel
rstencel@...
Mar 10, 2002 8:11 pm
Yes this is correct. The max you can go to is 1000 seconds without modifying the text file that holds default settings. ... From: "Bill Watkins"...
QMA is back and with a new location! Our March meeting will have a representative from Mercury Interactive demonstrating their testing and performance...
Hello Bill and Robert Thank you very much for the suggestion. At present I am using LR6.5 I am not seeing the option that u r talking abt in the run time ...
Hi Joseph, This error comes when there are two fetches of the same Statement. so delete the second latest fetch Statement , I guess this error will only be...
2135
sudhir howale
sudhir0104@...
Mar 11, 2002 8:25 am
The best way is , close your agnet from where you are generating the load. And start all over. No need to start the controller. Hopw this helps you, Sudhir ......
Hello, If enybody knows If LoadRunner is able to capture all of the frames, images and redirects within a page and associate them with the page? Thanks in...
Hi, I have finished recentrly clarify stress testing. I observed one thing in the testing. We parametered the values and executed the test. The parameterized...
make sure that there is not a security breach with your system that allows for improper data input. Stephanie Initiatives ... From: "Raja Gopal"...
2139
SATHIYA J
sathya10@...
Mar 13, 2002 8:53 am
Hello Narendra Kumar, In LR 6.5 , you can go to the runtime settings , Network Tab.There you can find the Receive time out which you wanted to change. Sathya...
I have done some testing based the advice given, and here is what I believe to be happening (please bare with me): The script I am recording has two main...
Our client in Chicago Illinois is looking for a LoadRunner performance test engineer experienced with Mercury's Loadrunner tool to stress and perfrorm load...
the number of the records in the fetch would not give you that error message. I think that something is wrong with your sql statement. Try running your...
Hi Stephanie, I am a consultant and my client wanted me to make a very small change in an existing test script(We are using Loadrunner). I was trying to look...
Hi Joseph, According to my understanding and knowledge we can have a work around like this There will be a varible called &ulifetchrecords in the oracle...
I am seeing problems in recording "Mailing services" using Outlook Exress with IMAP/SMTP protocol.When i start recording after selecting the correct protocol...
I figuring this out (my suspicions were correct)...I resolved this by putting in a do/while loop that retrieved all records while error code ==1000 and then...
Hi all, Have anybody used the function lr_get_transaction_duration() function to get the duration of the specified transaction. Or do we have any other way to...
lr_get_transaction_duration() is an internal (therefore undocumented) function of LoadRunner. It is called by lr_end_transaction(). The only valid context to ...