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

How to bypass a popup window on Ajax truclient

$
0
0

Web application needs to have human interaction for click on "OK" option to display the pop up message.

 

To bypass the pop-up window in Truclient protocol, You may do the following:

 

On Developer mode of the Truclient:

 

1.   Open the toolbox, and select generic browser action:

 

2.   Click Step, and select Dialog – confirm on the action options (if the popup is not a confirmation pop up, you might select,   dialog – alert, or dialog prompt or dialog authenticate.

 

3.   The above step must be included after the popup shows up.


Not able to record SQL Developer Tool

$
0
0

Hi,

 

I have tried recording SQL Developer tool for connecting to oracle database.

 

Protocols Used:

1. Oracle 2 Tier

2.ODBC

 

Problem:Not able to record any events.

 

Also tried the protocol suggested by Protocol Advisor but those are also not working.

 

Could you Please suggest me the protocol I should use for recording SQL Developer.

 

Thanks,

Anuj

Re: Vugen Script Working Even Though ID within script is Locked Out??

$
0
0

Thank you. There is a text check involved and it still passes. Im at a loss. Probably just have to rescript.

Web_reg_save_param dynamic ordinal value

$
0
0

Hi All,

 

We got a requirement to pass dynamic value in ordinal paramter.

 

for(i=0;i<4;i++)
    {
        web_reg_save_param("ProductID",
            "LB=productId=\"",
            "RB=\"",
            "Ord=2",
            LAST);

    }

 

In the above scenario is it possible to send the "i" value in the Ord attribute.

Please help me on this. Thanks in advance.

Re: Vugen Script Working Even Though ID within script is Locked Out??

$
0
0

How many transaction are there in script?

1.Get the post login transaction URL from the script.

2. Login to the application manually and hit the above url after you get the change password screen.

 

Re: google chrome disappeared from list LR12.01

$
0
0

This might be the issue with LR browser compatibility. Check the browser version.

Re: Loadrunner/Sitescope integration issue

$
0
0
First of all you should to know what ports the SiS is listening.
1. Open task manager and find a process id of SiS.
2. Execute cmd command: netstat -ano | find "your SiS process id"
You'll see all listenibg ports by your SiS

After that set up your controller with new ports of SiS. And give us a result

Re: Vugen Script Working Even Though ID within script is Locked Out??

$
0
0

Thank you. I tried that and it didn't do anything.

 

I eneded up re-recoring 3 different times using different setting for recording. Nothing seemed to work. So I recorded using the Ajax Tru Client, and that actually worked. I dont normally like using TruClient..the transactions seem to take longer as a whole and it doesn't seem a solid as using HTTP/HTML.

 

Any other thoughts as to why this may be happening are welcome.

 

Thank you all!

 

 


Capture/correlate JMSTimestamp from the jms queue response

$
0
0

Hi Experts,

 

we need to capture the "JMSTimestamp" from the  and response Header of a JMS Request (jms_receive_message_queue). Can someone please help

 

Thanks, Vinutha

Re: How to add JAR files in Runtime (via code) in web services protocol?

$
0
0

Thanks! how about Java protocol? Is it possible to add JAR in run time?

Re: Web_reg_save_param dynamic ordinal value

$
0
0

To do what you're trying to do:

 

	int i;
	char ordnum[1024];

	for(i=1;i<4;i++)
	{
		sprintf(ordnum, "Ordinal=%d", i);
		web_reg_save_param("ProductID",
			"LB=productId=\"",
			"RB=\"",
			ordnum,
			LAST);
	}

     

You have to convert 'i' into a string prefixed with 'Ordinal='

You also have to start from 1 rather than 0.

 

But I suspect this is the wrong way to do it.

I would suggest doing Ordinal of 'All' to get every value into an array and then iterating through that array.

 

 

Re: Capture/correlate JMSTimestamp from the jms queue response

$
0
0

Hi Vinutha,

Which protocol are you using? Web Services?

Re: Soft Error Identifiaction

$
0
0

Hi Asif,

Could you provide an example of "soft error"?

Re: VuGen not recording when selected "Use custom connection file" as RDP Client Star

$
0
0

Hi ,

does the issue occur if you load the rdp file from mstsc application, instead of LoadRunnr's RO?

Error:Failed to connect to server "xxxxxx.xxxx.xxxx.com:443": [10060] Connection timed out

$
0
0

I am trying Webservice testing and frequently getting

Error:Failed to connect to server "xxxxxx.xxxx.xxxx.com:443": [10060] Connection timed out

Error:SOAP request "SOAP Request" execution failed errors.


Re: Capture/correlate JMSTimestamp from the jms queue response

Error -205177: exception while calling handlers in RuleEngine dispatch using truclinet Firefox

$
0
0

Hi All,

 

I am getting, Error -205177: exception while calling handlers in RuleEngine dispatch, ex=[Exception... "Component returned failure code: 0x80070057 while replaying script in Vugen as well Performance center. I googled on same error but coulnot find any answer.

 

Anybody know cause/resolution of this error?

 

Also application window is not displaying properly (shrink window, not loading on full window) during recording using firefox truclient but working fine with IE truclient.

 

Thanks in advance.

 

 

 

 

 

 

Re: Web_reg_save_param dynamic ordinal value

Re: Script failing at message from webpage window using ajax truclinet IE

$
0
0

Yes, I am geeting alert window everytime. I tried to fix this using object identification method but it can not handle it.

Re: Not able to record SQL Developer Tool

$
0
0

 

Hello Anuj

 

First of all, I’d like to highlight that LR records not a some particular application, but a “protocol” (specific library that application uses or network protocols that is used for client-server communication by this application). In case of database protocols (both ODBC and Oracle), LR records a library.

 

For ODBC it is odbc32.dll, for oracle one (or several) from a list below:

 

ociw32.dll

ora73.dll

ora803.dll

ora804.dll

ora805.dll

oraclient8.dll

orageneric8.dll

oracommon8.dll

oraclient9.dll

orageneric9.dll

oracommon9.dll

oraclient10.dll

orageneric10.dll

oracommon10.dll

oraociei10.dll

oraclient11.dll

orageneric11.dll

oracommon11.dll

oraociei11.dll

 

Please check that application that you are trying to record contains at least one from dll-files listed (by Microsoft Process Explorer tool for instance).

So, in case such dll-file will not be found, that means that LR doesn’t support this particular application.

 

Thanks, Dmitry

Viewing all 12134 articles
Browse latest View live


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