Hello, I want to try using some dlls in my load runner script. Has anybody tried using a dll in the script ? If yes, can you share the script and comments ? ...
[QUOTE]Originally posted by ilia: [B]For LR7.5: most of the functions from stdlib.h stdio.h time.h are included. Otherwise you should place the header file in...
wht kind of DLL do you want to use. ... From: rsakpal [mailto:rsakpal@...] Sent: Monday, July 01, 2002 12:47 PM To: LoadRunner@yahoogroups.com Subject:...
Hello ... It could be a any dll, to start with. The intention is to know - how to invoke functions in dll after I load it in LoadRunner script. thanks in...
Hello, We are having a application which encrypts the password. So if I record Login to the application as User Name : Medha Password : medha123 Then...
Hi see normally the loadrunner doesnot captures the password... in encryted form its displays as it is .... could just send the piece of code that its rcording...
Yes Rajendra, it works quite well. There are no issues. The related documentation does a great job on it too. Besides, this very issue has been discussed to ...
Hi Im getting completely confused as to how to convert an int inti a string and then into a parameter. Im writing a function that saves some times to...
Hi Matt, To convert your int to a string you can do something like this: char szHours[10]; szHours=itoa(Hours); Not sure how to then put this back into a LR...
2734
Dmitry Shevchenko
DShevchenko@...
Jul 4, 2002 9:48 am
Consider using lr_save_string() or lr_save_var() to save a string to a parameter. Dmitry. ... From: Colin Griffiths [mailto:colin.griffiths@...] ...
Hi I was trying to use the itoa but when I do simple code like: int Hours =10; char szHours[10]; szHours = itoa(Hours); Loadrunner reports an error of: ...
Its working now, followed by a save string to turn into a parameter int Hours = 5; char szHours[10]; itoa(Hours, szHours, 10); lr_save_string("szHours",...
Thanks That seems to work better within the script that the itoa method. ta Matt ... cnverting ... into ... http://docs.yahoo.com/info/terms/ ... It's Free!!...
I been thinking about taking the "LoadRunner Web" Certification exam. I have been working with LR off and on for the past 3 years. Can somebody give me what I...
This is going to depend on the protocol you're using. If you're using a 2 tier protocol (Oracle, ODBC etc) then it must be your client that is encrypting the...
HI Guys , I need to know the the optimal configuraion of Hardware to install the load runner software . And a supporting proof either a document of mercury or...
2744
Dmitry Shevchenko
DShevchenko@...
Jul 5, 2002 9:36 am
Have a look at http://www-svca.mercuryinteractive.com/products/loadrunner/technical/ Dmitry. ... From: Amritpal Singh...
Hi, I have comfortably run upto 500 web users with 3 PC's. Controller p3 800 with 256 RAM and 2 injectors p3 800 with 512 RAM. Colin ... From: Amritpal Singh...
thanks man job is done ... From: Dmitry Shevchenko [mailto:DShevchenko@...] Sent: Friday, July 05, 2002 3:06 PM To: LoadRunner@yahoogroups.com Subject:...
Pankaj, I have used the following function in LR related to time quite successfully: lr_save_datetime("Time is %H:%M:%S", TIME_NOW, "time"); Please see if the...
Hi, We are facing this issue at two places in two different applications. Both the applications are web based and use HTTP/HTML protocol. The first case is the...
you are going to need to get app development to make all the passwords the same for every user id. if app/dev won't do this, maybe you can use winrunner to...