Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: Citrix Protocol With Azure Cloud

$
0
0

Hi Naresh,

  • Which version of LoadRunner are you using?
  • Which version of Xenapp is installed on the server?
  • Which version of the Citrix client do you have installed?
  • Did you install the LoadRunner-Citrix patch (Enable_Citrix_API.reg, located in LoadRunner\dat) ?
  • Is seamless mode disabled on the Citrix server?

Re: Citrix Protocol With Azure Cloud

$
0
0

Thak you for your reply.

 

Please find my answers below

  • Which version of LoadRunner are you using? : LR.12.53
  • Which version of Xenapp is installed on the server? 7.11
  • Which version of the Citrix client do you have installed?  14.5
  • Did you install the LoadRunner-Citrix patch (Enable_Citrix_API.reg, located in LoadRunner\dat) ? Noy yet, Let me try what it is
  • Is seamless mode disabled on the Citrix server? : Not aware of this option

 

Re: Oracle NCA, Loadrunner 12.53 guimem.cpp error Debug View

$
0
0

Hello

 

The mentioned message, as well as the fact it is delivered into DebugView utility, but not directly into LR’s log file, means that it exists for internal LR’s developer purposes.

So simple you can ignore the message, and for troubleshooting purposes I suggest to use LR’s advanced logging (can be enable at RTS)

 

Thanks, Dmitry

Re: not able to install LR12.53

$
0
0

Hi

When you check in the "installed components" list in your windows machine - do you see the needed windows updates installed?

Thanks,

Lior

Re: Performance Testung using Load Runner

$
0
0

Hi

Not sure what you mean here. are you asking if you can simulate the same user logging into your application simultaneously from different locations? or logging out and than logging in again?

what is the business process you are trying to Load test here?

generally speaking, a session is for a single user so if a user will login from several computers to the same application, it will be a session per login.

hope this helps,

Lior

Re: Oracle NCA connect : cannot communicate the host 8080

$
0
0

Hello

 

Could you please provide both scripts(replayed with totally extended replaying log option): problematic  for LR 12.53 and good one for LR 12.00.

If it possible, please contact official HPE support and open a ticket for the issue.

 

Thanks, Dmitry

DB2 Monitoring

$
0
0

Hi

I need to monitor DB2 with sitescope. The sitescope documentation says that "You must enable snapshot mirror on you DB2 instance". What exactly does this mean? It seems it is not enabled in our environment, and our DBA was unsure what it meant.

Many people have that this means mirroring the whole DB. Is it so, or is it something else?

Query in lr_xml_get_values() function

$
0
0

Hi All,

I used Web Service Protocol in my script and added the XML script before Action(). Following is my script:

#include "as_web.h"

char *xml_input=
"<MySchool>"
    "<teacher>"
        "<name>"
          "<firstname>MyTeacher</firstname>"
          "<lastname>Gauda</lastname>"
        "</name>"
        "<address>"
          "<street>101 South Street</street>"
          "<city>Dehradun</city>"
          "<email>saranya.rajaram@abc.com</email>"
          "<phone>8015499</phone>"
        "</address>"
    "</teacher>"
     "<student>"
        "<name>"
          "<firstname>Tinku</firstname>"
          "<lastname>Raja</lastname>"
        "</name>"
        "<address>"
          "<street>102 North Street</street>"
          "<city> Bangalore </city>"
          "<email>tinku.raja@xyz.com</email>"
          "<phone>8015498</phone>"
        "</address>"
    "</student>"
"</MySchool>";

Action()

{

/* Query 3: Find the city name of the person whose phone number is 8015498 */
    
    lr_xml_get_values("XML={XML_Input_Param}",

        "ValueParam=Result",
    
       "Query=/MySchool/*/address[phone=\"8015498\"]/city",
       
        LAST );
        
        lr_output_message("City of the person having phone number 8015498: %s", lr_eval_string("{Result}"));
  

* In the above, since city is at the same level as phone, so it worked.

 

/* Query 2: Find the firstname of the person whose phone number is 8015498 */
 
   lr_xml_get_values("XML={XML_Input_Param}",

        "ValueParam=Result",
    
       "Query=/MySchool/*/address[phone=\"8015498\"]/?",
       
        LAST );
        
        lr_output_message("First name of person having phone number 8015498: %s", lr_eval_string("{Result}")); 

return 0;

}

*In the above, since the firstname is not at the same level as phone, I tried some path but it did not work.

By what string should I replace ? to get the firstname of the person whose phone number is 8015498 ?

Best,

Sachin   


Re: Performance Testung using Load Runner

$
0
0

It entirely depends on how your AUT is configured, but yes in theory you can use LoadRunner to perform multiple logins using only one set of credentials.

Re: Citrix Protocol With Azure Cloud

$
0
0

install the Enable_Citrix_Api registry entry and check with the Citrix server admin if seamless mode is disabled.

Re: Query in lr_xml_get_values() function

$
0
0

Hi

This looks to much like a schoolassgniment to give the right answer directly.  :-)

Also it is nothing related to LoadRunner or it's implementation, just about creating an xpath that gets you the correct data

So look for a xpath-tutorial like http://www.w3schools.com/xml/xpath_intro.asp or similar. Will help you a lot more than to  provide the answer.

br /ola


Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.

Re: VuGen - hidden steps with errors only appearing in Transaction Manager!

$
0
0

I created this script in VUGen 12.53.

Re: VuGen - hidden steps with errors only appearing in Transaction Manager!

$
0
0

Are you sure the script wasn't created intiially in an earlier version and was last editted in 12,.53?

Please open a support ticket and we will handle.

Regards,

Shlomi

 

Re: VuGen - hidden steps with errors only appearing in Transaction Manager!

$
0
0

I started this script (new) less than a week ago in VUGen 12.53 and worked with it successfully until it started to fail yesterday. 

Last night, I managed a workaround [read: hack].  I tried to re-record the problem away, but doing that only pushed the two "ghost" steps to the end of the newly recorded steps.  That gave me the idea to push the two bad steps to the very end of the script and put an "Exit Action" above them.  I was going to re-record those pages, but then got the idea to cut/paste ALL of the (good) steps ABOVE the bad steps and that worked just fine. It's a hack, but it works.

I attached two images.  The Transaction Editor image shows that the ghosts steps 2.1 and 2.2 appear there., and the VUGen Editor image shows that they do NOT appear there.   NOTE: Before I did the fix above, these ghost steps used to be places between steps 88 and 89.

How to check if the Login by vUser worked?

$
0
0

Hi,

I have created a simple script of Login using userid and password. I have parameterized and ran it with 42 Vusers. The test ran fine and all the transactions were passed.

My question is, how do I know if each VUser actually logged in and logged out as recorded in the script. Is there any way to prove that each vuser actually logged in and out of the application, hence the response time that is received is correct?

-Ram


Re: How to check if the Login by vUser worked?

$
0
0

Hi,

It really depends on the protcol used

If the script is based on GUI level prototocl (e.g. TruClient, Citrix, RDP, etc.) you do not really need to validate it since the steps would have failed if the application was not in the expectated state

If the script is based on the communication level (e.g. Web HTTP, Winsocket and such) you need to inspect the data returned by the server and make sure it contains data that matches your expectations.. In web protocol for example it would be one of the web_reg_save_param functions. See the entire list in this page http://lrhelp.saas.hp.com/en/latest/help/function_reference/Content/web/webc/lrFuncRef_WBCAT_Alph_Lst_Web_Funcs.htm (search for web_reg_save on that page)

Good luck

Shlomi

Re: How to check if the Login by vUser worked?

$
0
0

You could also use text checks (web_reg_find) to validate that certain criteria is returned on the page, or check at server/backend to see if user sessions have been created.

Error while installing Load runner (12.53 trial version)

$
0
0

I am trying to install load runner 12.53 trial version on window 7 operating system. When its validating installed softwares in pre requirement phase, it throws an error for missing windows update KB2999226. when i try to isntall this update, an alert box appears with 'this update is not compatible with your system".

Can anybody please tell me what is the pre requirement for load runner trial version 12.53 on windows 7? Am i missing a step?

Please help.

 

Thanks

Monica

Re: Error while installing Load runner (12.53 trial version)

$
0
0

Hi

make sure to install the correct windows update per your OS (i.e. 64b update for 64b OS).

This is the link for the 64b OS (which is the one supported in 12.53).

Hope this helps,

Lior

 

Possible issue with web_convert_param function?

$
0
0

Hi guys,

I'm using the web_convert_param function to convert an HTML value into a URL value as it's needed in a subsequent web_custom_request.

The value is being captured as  Northern Ireland REGION and when I convert it to URL it becomes Northern+Ireland+REGION
If I then use the web_convert_param function again, the value becomes Northern%2BIreland%2BREGION.

So either I'm converting the value incorrectly (I've tried HTML and Plain as the SourceEncoding) or there's a problem with the function -  I would expect the spaces in the original value to become %20, not %B. I also wouldn't expect to see the '+' symbol used to replace a space when converting to URL!

Can someone check this for me or correct me if I'm doing it wrong? I would expect the value to become Northern%20Ireland%20REGION.

Viewing all 12134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>