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

Truclient Web - Protocol

$
0
0

Hi All

We are currently in the process of performance testing an application using Truclient-Web protocol.. The issue we are facing is related to a pop up

1. The pop up that comes contains three fields to provide an input

2. First field is a list box containing options A, B and C

3. Second field is a text box awaiting for inputs

4. Third field is a text box awating for inputs

5. Actual user behaviour requires entry to be provided for the 3 items and then click on Submit present in the same pop up window

Current Issue:

1. Able to make / select an option from the list box

2. Upon selection of any item from the list box,  the entire pop up window containing all these options to enter disappears

3. Trying to change the order also does not help

Requirement: To make the entries in all these 3 fields and then click on Submit.

Any help here would be really appreaciated.

Thanks

Sri

 


Re: Truclient Web - Protocol

$
0
0

More information needed to tell where the problem is.

How is the pop up window popped up? Need mouse hovers on an element then the window popps up? And the window disappears if mouses move to other place?

Re: LoadGenerator not working when installed with Vugen (same machine)

$
0
0


Can i ask why you suggest to not install them on the same machine?
Considering that we will not work on HP Vugen while a test is running i see no way in which a test result can be skewed.

As i said having both on the same machine (as happen on HP Performance Center Host installation) can be definitely an advantage. If you ever had the chance to work on gui scripts (RDP, Citrix, etc ..) you know how to develop the script on the LG machine is the only way to minimize the risks of failures during test execution (eg. due to screen setting vs bit a bit comparison)

 

Re: VUGen-RTE Protocol-TE_Connect Question

$
0
0

Hi I am also facing the same issue as here could you please post your solution.

thanks in advance!

Kind regards,

Addi

TE session using VUGen RTE Protocol against a Linux server

$
0
0

I recorded a TE session using VUGen RTE Protocol against a Linux server. The issue is as follows:
While running the script opens the Power Term window and will not connect. Once I press enter, the script starts running fine. Is there a way for the script to strt running without me pressing 'Enter' on the power term window. Any help is appreciated.

I have done this against the Unix Server without any Replay Issue however the above issue occuring when replaying against Linux Server, I have tried all other Display types none has solved this problem that I am facing.

Thanks in advance!

Exception was raised when calling per-thread-init function in extension parameng.dll

$
0
0

I am working on the script in Vugen. its working fine but after few hours when am replaying script its throwing the below error. Please advice me for the following issue

Note: I am using Loadrunner 11.52

I thought its Loadrunner installation issue so i used Virtual machine where loadrunner does not have any issue.

But after couple of days when i am again replaying the script after adding some parameterization values , its throwing the error

Error:

Error: Exception was raised when calling per-thread-init function in extension parameng.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Error: Vuser failed to initialize extension parameng.dll.
Error: Exception was raised when calling per-thread-init function in extension parameng.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Error: Vuser failed to initialize extension parameng.dll.
Warning: Extension flexreplay.dll reports error -1 on call to function ExtPerThreadTerminate
Warning: Vuser failed to terminate extension.

I have checked the parameng.dll file too. But could not rectify the issue. Please suggest on this

 

Re: Truclient Web - Protocol

$
0
0

Hi Allen

Thanks for responding. 

The pop up window comes when we click on a button on the main page of the application. And as explained earlier, this window contains 3 elements namely a list box and 2 text boxes. The entering of information in 2 text boxes works but as soon as an option is chosen from the list box we see that the entire pop up window disappears. 

Manually when accessing the application the pop up disappears when we click on any other area in the application when its open. This is manual behaviour of the pop up box. Hope that clarifies your questions

Thanks

Sri

TruClient Firefox error : VuGen could not start Firefox to enable you to develop your script

$
0
0

Hi Experts,

I have VuGen 12.02 installed in my machine and using TC ff protocol for my script development.

I am getting the below error when I clicked on Develop script button : 

"VuGen could not start Firefox to enable you to develop your scripts"

I also tried running VuGen as admin, but no luck & getting the same error.

When I clicked on TruClient General Settings, I am getting this error  

"Firefox failed to start.System.ComponentModel.Win32Exception(0x80004005): ... "

Screenshots attached.

Regards,

Ronak


can MI listener be installed on PC server or LG?

$
0
0

can MI listener be installed on PC server or LG

Re: Truclient Web - Protocol

$
0
0

The behavior is strange. Which browser are you using? Did you try the script on all the TruClient browsers Firefox, IE and Chromium?

I suppose you are talking about dropdown list.

Please try the following:

Replace the set value to list box step with an evaluate JS on Object step. The object is the list box.

Write the following code to the argument:
object.selectedIndex = 1;

Re: TruClient Firefox error : VuGen could not start Firefox to enable you to develop your script

$
0
0

Generally speaking the problem is caused by the security policy of the machine.

Please try the following:

Turn off UAC

Disable DEP

Disable AnitVirus software

Disable Firewall

Re: how to edit the Truclient script

$
0
0

Hi,

TruClient scripts cannnot be edited manually, only from interactive mode.
To disable and skip the step you just need to right-click on it in interactive mode and select "Disable" from context menu.

Regards,

Mikhail

TC.PNG

Re: how to edit the Truclient script

$
0
0

I am using the latest version i.e. 12.50 

how to run this script in interactive mode

What i can see is there is some truclient general settings under tools tab.

in that there is a interactive mode settings.

can u explain me properly.

Re: how to edit the Truclient script

$
0
0

i have the script ready with me.

the snapshot you attached is i think it is at the time of recording.

 

 

Re: how to edit the Truclient script

$
0
0

TruClient scripts are very different compare to regular LR scripts. All manipulations with script content (steps) can be performed when browser with TruClient addin invoked (so called "Interactive mode").
When you clicking on "Develop script", you are not starting record, but switching to Interactive mode, where you can interact with the script (record, replay, edit/add steps etc.).

 

Regards,

Mikhail


Re: how to edit the Truclient script

Force 64-bit LR to use 32-bit IE

$
0
0

Hi All,

I have an AUT that for one business process will not complete in 64-bit Internet Explorer and will in 32-bit Internet Explorer.

My controller, dev machine and VM Drones are all 64-bit, so when I play back from VuGen they are failing. I haven't been able to find anywhere to force LR to use the 32-bit IE.

Does anyone have any suggestions?

Re: Handle Save window popup

Re: I am using Vugen 12.1, while trying to use the web_set_user function it gives an error

$
0
0

Use user set function before your frist request and try- 

web_set_user("domain\\username ", "password", "host:port")

 

Re: VUGen-RTE Protocol-TE_Connect Question

$
0
0

Hi,

you are not able to enter  TE_type("<kEnter>");  within the TE_Connect statement.  The issue seems to be whilst executing the TE_Connect it hangs until you manually press any key, then the TE_Connect gets executed successfully else it just hangs until timeout.

Addi

Viewing all 12134 articles
Browse latest View live


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