Try lr_save_datetime (saves the current date and time to a parameter) ... one of the ... server. At the ... when the ... without ... probably know ... a...
952
Raju Kosuri
rkosuri@...
May 1, 2001 5:55 pm
There r 2 possibilites for getting this error: Check the transaction name spelling and also case(case also matters). Regards, Raju ... this up ... [MsgId:...
953
Raju Kosuri
rkosuri@...
May 1, 2001 5:55 pm
There r 2 possibilities for getting this error: Check the transaction name spelling and also case(case also matters). Regards, Raju ... this up ... [MsgId:...
954
b.ravi kumar balakris...
brk_08@...
May 2, 2001 8:59 am
From: lm7k@... ... Web_set_max_retries ... web application which uses JSP. Astra load test is failing to record clicks on some of the links in the ...
955
Neil Cameron
neilc@...
May 2, 2001 9:43 am
it is not so much the actual date and time but the timezone I am looking for, does this function save the timezone (ie GMT+1:00) ... From: Raju Kosuri...
956
ssylve1445@...
May 3, 2001 12:38 am
I think the problem is because Astra using context sensitive recording and JSP can only be captured via analog. To record JSP, I had to use LoadRunner to...
957
b.ravi kumar balakris...
brk_08@...
May 3, 2001 4:42 am
There is also one more reason, load runner does not support transaction within transaction. So check if u have declared a new transaction without closing the ...
958
Richard At Lee Systems
richard@...
May 3, 2001 4:52 am
No. What this or any other function knows is the time in the host's BIOS without any time zone definition. You'll have to know and calculate it...
959
Neil Cameron
neilc@...
May 3, 2001 6:56 am
yeah but what I need to get is the timezone info as held in the regional settings of windows, I assume there is an api call that I can make that will tell me...
960
Neil Cameron
neilc@...
May 3, 2001 8:46 am
Blankthanks steph, I will look into that, I knew if anyone was gonna give me an answer it would be you :) ... From: Stephanie...
961
Richard At Lee Systems
richard@...
May 3, 2001 10:15 am
Are you load testing or functional testing? What's the deal about the time zone? ... From: Neil Cameron <neilc@...> To:...
962
Neil Cameron
neilc@...
May 3, 2001 10:28 am
I am load testing, the app server requires that the current clients timezone be sent (this is so that oracle can timestamp stuff the way we want it to). Rather...
963
Richard At Lee Systems
richard@...
May 3, 2001 10:57 am
This is an appropriate usage of LoadRunner, **in my opinion**, data corruption is the by-product of some stress tests and you are...
964
Neil Cameron
neilc@...
May 3, 2001 11:45 am
cool, cheers Richard, much appreciated ... From: Richard At Lee Systems [mailto:richard@...] Sent: 03 May 2001 11:59 To: LoadRunner@yahoogroups.com ...
965
ssylve1445@...
May 3, 2001 3:05 pm
If what you are after is to see if the time stamp that the host PC is using is GMT+1:00 then when you set up the machine you would set the time, if there is...
966
ssylve1445@...
May 3, 2001 3:27 pm
Actually in LoadRunner you can nest transactions in LoadRunner. The problem comes in if the iteration is completed and all the transactions have not end. I...
967
William Selph
wselph@...
May 3, 2001 5:57 pm
Based on your problem: "the UK is one of the daft countries that changes its timezone twice a year," Assumption for the proposed solutions below: this will...
968
welkin_inc@...
May 4, 2001 5:50 am
I plagarized the following code from a MSVC++ doc: #include "as_web.h" typedef long time_t; struct timeb { time_t time; unsigned short millitm; short timezone;...
969
Neil Cameron
neilc@...
May 4, 2001 7:54 am
it is not the time that I need to send to the AUT it is the text "GMT+1:00", all I needed was a way to get this from the pc on the client side, I have a couple...
970
Neil Cameron
neilc@...
May 4, 2001 7:58 am
perfect, thanks a lot ... From: welkin_inc@... [mailto:welkin_inc@...] Sent: 04 May 2001 06:51 To: LoadRunner@yahoogroups.com Subject:...
971
eyeupn@...
May 4, 2001 2:22 pm
Hi I need somebody to help me identify what that i am doing is wrong for this script not to work Scenario: Register for an online course and run the script to...
972
Stephanie
ssylve1445@...
May 4, 2001 7:59 pm
are you sure that both web_submit statements generate the same result page? If at one point it generates one page and at another point it generates another...
973
Andrew McFarlane
welkin_inc@...
May 5, 2001 6:35 am
Is this what you're looking for? typedef long time_t; struct timeb { time_t time; /* Elapsed seconds since 00:00:00 GMT, 01 Jan 1971 */ unsigned short...
974
eyeupn@...
May 6, 2001 2:16 pm
Stephanie Thanx, i did try and look at it and i identified that there were 2 different pages that it was generating and an error in existing userid on...
975
Andrew McFarlane
welkin_inc@...
May 6, 2001 11:19 pm
I plagarized the following time-related code from a MSVC++ document, and ran it in LR: #include "as_web.h" typedef long time_t; struct timeb { time_t time; ...
976
ilia
bromberg@...
May 7, 2001 10:08 am
... Hi, Is there anybady used LoadRunner 6.5 or higher to test Siebel 2000 thin client for Windows 6.01 through web? Actually, the siebel team install an...
977
Richard At Lee Systems
richard@...
May 7, 2001 1:46 pm
Try recording with WinSock,... if nobody else responds with any other solution. Richard ... From: ilia <bromberg@...> To:...
978
sukamo@...
May 7, 2001 5:34 pm
Does anyone have a handy utility or clever technique to parse a text file, searching for lines containing a certain keyword ("Error"), then deleting the...
979
himadhar vemulapalli
himawin@...
May 7, 2001 5:38 pm
Hi i have couple of questions about com/dcom.i am pretty comfortable with Webload testing .But recently there was request in our organisation that they wanted...
980
ssylve1445@...
May 8, 2001 5:52 pm
I am using LoadRunner to test an Oracle application that requires that I insert the date and day of the week. I can use lr_save_datetime to get the current...