By default, it does recording via Socket level. So provide correct ssl version and cipher will do the trick.
How to change ssl version and cipher.
Recording option -> mapping and Filtering -> Click on Option.
Thank you
SK
By default, it does recording via Socket level. So provide correct ssl version and cipher will do the trick.
How to change ssl version and cipher.
Recording option -> mapping and Filtering -> Click on Option.
Thank you
SK
did not expect this answer from an expert. When the guy said he had recorded in html mode that means he must have selected the default option which is record within current step or other option. He must not have selected " do not record" option for non-html resources.
His question is genuine. why does not load runner record allextra res while recording HTML mode?
Did you try WinlNet mode already isntead of socket mode in the Run TIme Settings? If so then check if your antivirus is causing this issue, I had similar issues with BlueCoat network traffic tool where I can navigate in recording mode but nothing was actually recorded and in Proxy was getting recorded but had issues login into the application.
Hi,
I have a TruClient step that perform a Click with end event set to 'Action Complete'.
I ran the test script for 5 iterations with only one vuser. During one of the iteration run, I observed there is a 10 seconds time lapsed between the start and end of the Click event. See Iteration 2 below. Rest of the iterations took about 2 seconds only, The Object Identification for the Click object is using xpath.
Does anyone know why there is a signifcant time lapse to perform the click during iteration 2? What are the factors that can affect the time to perform the click considering that it is much slower in one iteration? As said, the end event is 'Action Completed', NOT waiting for object or any network end event.
Also, is the time taken for TruClient to locate the object included in the transaction response time, or is it considered as wasted time?
Iteration 1: 2646ms
t=00397317ms: ** 16.3: Click on Collapse All Nodes ** started [MsgId: MMSG-205180] [MsgId: MMSG-205180]
t=00399963ms: ** 16.3: Click on Collapse All Nodes ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180] [MsgId: MMSG-205180]
Iteration 2: 10968ms
t=00709137ms: ** 16.3: Click on Collapse All Nodes ** started [MsgId: MMSG-205180] [MsgId: MMSG-205180]
t=00720106ms: ** 16.3: Click on Collapse All Nodes ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180] [MsgId: MMSG-205180]:
Iteration 3: 2416ms
t=01052554ms: ** 16.3: Click on Collapse All Nodes ** started [MsgId: MMSG-205180] [MsgId: MMSG-205180]
t=01054970ms: ** 16.3: Click on Collapse All Nodes ** successfully completed with end event 'Action completed' [MsgId: MMSG-205180] [MsgId: MMSG-205180]
Thanks!
Jason
Hi...
I am in Learning curve about performance engineering and need clarity regarding the Performance Metrics to be collected during the LoadTest.
Could anyone please share the OS level and Application level metrics to be collected for PHP, JAVA and dotNet applications, while running the LoadTest.
And please clarify me that, are the metrics same for all or differes based on the technology the application is developed?
Thanks in Advance.
Hi RajuP,
TruClient is highly integrated with the browsers and only works with the one shipped with the installation.
You cannot replace the browsers or use different ones.
Edo
Hey Everyone,
I am using SAP Web protocol.
My scripts ran fine till yesterday, but today I am getting following error.
"failed to connect to server<Server Name>", "connection refused" while I am trying to replay the script.
Can anyone tell what cousl be the cause of such kind of error and resolution for this.
Thanks and Regards
Bhanu Bisen
Hi
If the scripts have not been modified, have worked till yesterday and you LoadRunner environment has also not been modified - the logical conclusion would be that something in the AUT has been modified.
That is the direction I'd start researching.
Good Luck,
Lior
Thanks AvniLior,
I have asked the Application team to check for the issue.
Hi
i have one soap we bservice ,when its ran ,it will give me one unique id, that i want to store in file and also use in second API's input.
my code is like below:
lr_start_transaction("NRTE");
web_reg_save_param("<message>","LB=\"","RB=\"","Ord=2",LAST);
web_service_call( "StepName=SaveRequest_101",
"SOAPMethod=SGLAWSService|FGLAWSPort|SaybackSaveRequest",
"ResponseParam=response",
"Service=FGLAWSService",
"ExpectedResponse=SoapResult",
"Snapshot=t1490782857.inf",
BEGIN_ARGUMENTS,
"xml:arg0="
"<arg0>"
"<cardDiscount></cardDiscount>"
"<cardNo>{CardNo}</cardNo>"
"<cashMemoDate>01-05-2017</cashMemoDate>"
"<couponCode></couponCode>"
"<mcDetails>1218@1@2500@35.00</mcDetails>"
"<paymentCardNumbers></paymentCardNumbers>"
"<paymentMode>CASH-CASH@2500</paymentMode>"
"<siteCode>2559</siteCode>"
"<terminalNo>9</terminalNo>"
"<totalPointsRedeem></totalPointsRedeem>"
"<transactionNo>{txn_no}</transactionNo>"
"</arg0>",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
lr_end_transaction("NRTE",LR_AUTO);
SSL was implement on the application so just needed to add HTTPS to the urls.
hi everyone
I'm use HTTP protocal in proxy mode to record native app from tablet (HTTPS TLS 1.2).
when i recorded, the tablet can work normally but vugen cannot record anything and show [Proxy Recording.Error (14b4:1748)] Exception is caught while trying to connect to xxxxx, message=Authentication failed because the remote party has closed the transport stream.
i have no idea why tablet can work fine but LR show Authentication failed because the remote party has closed the transport stream.
please help me.
Thanks in Advance.
Greetings!
Am currently working in IVR system via Session Manager(Simulating Outbound Call) with Load Runner & Data Synergy using .Net Protocol.
During script replay am facing below issue,
End System(i.e., Session Manager) which requires a static port communication(defined already in the system), whereas my script sends a request with dynamic ports everytime which results in failure in replay.
Is it possible in .Net Protocol Scripting to allocate a static port to the sending request to Session Manager/any Endsystem.
Appreciate the support.
Is there a full tutorial that SHOWS TruClient gui syntax examples!? This protocol is most frustrating to use if you are an old LR code dog. I am well versed in LR parameters and usage in a variety of protocols but can't figure out this basic usage in 12.53: logically I want to LOG the value of the {password} parameter, as in:
password: bean
I have create a single (custom) parameter in the vuGen Parameter List: password, and assigned it a single value: bean:
But the following GUI step fails (and I have tried several variations that all also fail); by fail I mean the step executes but it logs the string literal TC.getParam("password") rather than logging the value of the password parm (bean):
What is the correct method AND syntax to do this? Also, how then do I concatenate the prefix string "password: " to the value? (I thought it should be "password: " + TC.getParam("password") but I am just not catching the notion of this protocol's syntax and it features, thats for sure).
-Thanks, Terry Horwath
I tried to use that specific HELP section you reference on parameters before I posted this request. This and other TC help pages are not showing examples to help me solve my specific issue as described above. If you would please provide a concrete example that addresses my problem it will be most appreciated.
-Terry
Software Content on HPE Enterprise Community in Read-Only May 9 - 15
As you may have seen in the last few months, Hewlett Packard Enterprise is combining some software assets with Micro Focus. As part of this spin-merge with Micro Focus, a new Software instance of an online community will go live on May 16, 2017.
All boards within the current Software category will be located to a new community. All URLs will redirect to the new community. All current users will be migrated to the new community as well. Please be sure to update your bookmarks after May 16.
As part of the migration to a new Software instance, all software content will be in read-only mode from May 9 – 15. We apologize for any inconvenience.
We will continue to provide further updates in this News board.
Did you ever resolve this issue?
I have a feeling it maybe an issues with the LG communicating with the application
seems that one of the possible reasons why this message appear is because the user that has been setup in the ALM agent is not logged in.
I've solved this in the beginning by logging in with the specific user on the load generators.
Then I've just opened the "Agent Runtime Settings Configuration and setup that the user can work without logging in.
This solved the problem on our systems
Hi I am also getting the same. Did you find any solution?