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

Re: Loadrunner over Firewall does not work with Proxy

$
0
0
I am assuming you configured the proxy settings on windows of LG properly, so can you ping/telnet the MiListener to the port 443 from the LG? When you add it you use the Machine key and not the actual name of the LG machine, and it will be added but this makes no verification this is dummy, until the test is about to start it actually checks on that, so the fact that youc an add it to controller doenst mean it is reachable.

check on that and let us know

regards

Re: TruClient error handling

$
0
0

Shlomi, Is there an expected release date for this?

How to copy and paste the data in to from personal email id

$
0
0

Hi,

My application contains 5 pages. it is new user registration  application. in second page, when the user enter his email address  and click Next button, an email notification with 8 digit verication code will be bent to his email address. Then he r verify his email address, copy and paste that verification code in verification  text box in the application , and proceed to further pages to complete the registration process. I could't understand the script for this. Protocol is HTTP/HTML.

 

If any one help will be appriciated. 

 

Thanks,

Chandra.

How to capture dynamic data from Microsoft outlook email id

$
0
0

Hi,
My application contains 5 pages. it is new user registration application. in second page, when the user enter his email address and click Next button, an email notification with 8 digit verification code will be bent to his email address. Then he r verify his email address, copy and paste that verification code in verification text box in the application , and proceed to further pages to complete the registration process. Verification code is random number. it changes for every user. I don't know how to write the script in VU Gen . Protocol is HTTP/HTML.

 

If any one help will be appreciated.

 

Thanks,
Chandra.

Truclient script (.NET/AJAX) object not found errors in CONTROLLER only

$
0
0

Truclient script created for .NET/AJAX application works in dev/load mode but throws object not found errors in CONTROLLER.

 

Have followed all steps found on google and Linked in Tru Client Q&A group to no avail.

Has there been any issues reoported for .NET based apps in the past.

 

Also, I have tried changing the end events for multiple steps to see if anything changes.

But no avail.

We are unable to get a clean test with little or no issues.

Also, all object identification has been changed from default to xpath.

 

Please let me know your comments.

Re: How to copy and paste the data in to from personal email id

$
0
0

Is the registration code generated dynamically and sent via email.

Talk to your development team and see if this reg passcode can be made a static.

 

You can then pass this variable in the next web_submit_data to complete the registration of the user.

Re: Truclient script (.NET/AJAX) object not found errors in CONTROLLER only

Re: How to copy and paste the data in to from personal email id

$
0
0

Here you should not use live mail applications (like gmail, yahoo mail etc..) for performance testing purpose as those are 3rd party applications.

 

Other alternatives what you can do is:

1. Make the verification code as static, so that you can hard the verification string, and use some test mail like testuser1@perftest.com so that it won't load any live applications

2. Request developers to print the verification code some where in the response so that we can capture and pass it to the next request.

3. If possible skip that verification step with the help of dev.

 

Thanks, Ajay


Re: TruClient error handling

$
0
0

Hi,

We can't commit publicly for features deliveries time.

Sorry.

Re: Loadrunner over Firewall does not work with Proxy

$
0
0

Yes the proxy  is configured on windows and work fine.

I see the communication on the MI-Listener machine in Wireshark.

 

I have add a Wireshark log from the MI_listener machine. The Communication start on the LG and goes to trough the proxy to the MI_listener.

 

I replaced in this log the IP address with  the identifier  MI_LISTENER and PROXY_CLIENT, and the MAC Address with xx:xx.

 

In packet 13,  the MI_listener sent a [RST] Flag and canceled the connection.

 

It is possible to get more logging from MI_listener, for example on a debug level?

 

Regards, Jens

 

 

WIRESHARK LOG:

 

No.     Time        Source                Destination           Protocol Length Info
      7 2.938619    HewlettP_ea:xx:xx     HewlettP_44:xx:xx     LLC      80     U, func=UI; SNAP, OUI 0x0014C2 (Unknown), PID 0x0001

Frame 6: 80 bytes on wire (640 bits), 80 bytes captured (640 bits)
IEEE 802.3 Ethernet
Logical-Link Control
Data (58 bytes)

0000  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00                     ..........

No.     Time        Source                Destination           Protocol Length Info
      8 7.861731    PROXY_CLIENT          MI_LISTENER           TCP      66     46672 > https [SYN] Seq=0 Win=8192 Len=0 MSS=1380 WS=256 SACK_PERM=1

Frame 8: 66 bytes on wire (528 bits), 66 bytes captured (528 bits)
Ethernet II, Src: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx), Dst: Vmware_xx:xx:xx (00:50:xx:xx:xx:xx)
Internet Protocol Version 4, Src: PROXY_CLIENT (PROXY_CLIENT), Dst: MI_LISTENER (MI_LISTENER)
Transmission Control Protocol, Src Port: 46672 (46672), Dst Port: https (443), Seq: 0, Len: 0

No.     Time        Source                Destination           Protocol Length Info
      9 7.861819    MI_LISTENER           PROXY_CLIENT          TCP      66     https > 46672 [SYN, ACK] Seq=0 Ack=1 Win=8192 Len=0 MSS=1460 WS=256 SACK_PERM=1

Frame 9: 66 bytes on wire (528 bits), 66 bytes captured (528 bits)
Ethernet II, Src: Vmware_xx:xx:xx (00:50:xx:xx:xx:xx), Dst: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx)
Internet Protocol Version 4, Src: MI_LISTENER (MI_LISTENER), Dst: PROXY_CLIENT (PROXY_CLIENT)
Transmission Control Protocol, Src Port: https (443), Dst Port: 46672 (46672), Seq: 0, Ack: 1, Len: 0

No.     Time        Source                Destination           Protocol Length Info
     10 7.862531    PROXY_CLIENT          MI_LISTENER           TCP      60     46672 > https [ACK] Seq=1 Ack=1 Win=66048 Len=0

Frame 10: 60 bytes on wire (480 bits), 60 bytes captured (480 bits)
Ethernet II, Src: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx), Dst: Vmware_xx:xx:xx (00:50:xx:xx:xx:xx)
Internet Protocol Version 4, Src: PROXY_CLIENT (PROXY_CLIENT), Dst: MI_LISTENER (MI_LISTENER)
Transmission Control Protocol, Src Port: 46672 (46672), Dst Port: https (443), Seq: 1, Ack: 1, Len: 0

No.     Time        Source                Destination           Protocol Length Info
     11 7.862652    MI_LISTENER           PROXY_CLIENT          TCP      54     [TCP Window Update] https > 46672 [ACK] Seq=1 Ack=1 Win=262144 Len=0

Frame 11: 54 bytes on wire (432 bits), 54 bytes captured (432 bits)
Ethernet II, Src: Vmware_xx:xx:xx (00:50:xx:xx:xx:xx), Dst: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx)
Internet Protocol Version 4, Src: MI_LISTENER (MI_LISTENER), Dst: PROXY_CLIENT (PROXY_CLIENT)
Transmission Control Protocol, Src Port: https (443), Dst Port: 46672 (46672), Seq: 1, Ack: 1, Len: 0

No.     Time        Source                Destination           Protocol Length Info
     12 7.873335    PROXY_CLIENT          MI_LISTENER           SSL      139    Continuation Data

Frame 12: 139 bytes on wire (1112 bits), 139 bytes captured (1112 bits)
Ethernet II, Src: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx), Dst:  Vmware_xx:xx:xx (00:50:xx:xx:xx:xx)
Internet Protocol Version 4, Src: PROXY_CLIENT (PROXY_CLIENT), Dst: MI_LISTENER (MI_LISTENER)
Transmission Control Protocol, Src Port: 46672 (46672), Dst Port: https (443), Seq: 1, Ack: 1, Len: 85
Secure Sockets Layer

No.     Time        Source                Destination           Protocol Length Info
     13 7.886541    MI_LISTENER           PROXY_CLIENT          TCP      54     https > 46672 [RST, ACK] Seq=1 Ack=86 Win=0 Len=0

Frame 13: 54 bytes on wire (432 bits), 54 bytes captured (432 bits)
Ethernet II, Src: Vmware_xx:xx:xx (00:50:xx:xx:xx:xx), Dst: Cisco_xx:xx:xx (00:27:xx:xx:xx:xx)
Internet Protocol Version 4, Src: MI_LISTENER (MI_LISTENER), Dst: PROXY_CLIENT (PROXY_CLIENT)
Transmission Control Protocol, Src Port: https (443), Dst Port: 46672 (46672), Seq: 1, Ack: 86, Len: 0

No.     Time        Source                Destination           Protocol Length Info
     14 7.938451    HewlettP_ea:xx:xx     HewlettP_44:xx:xx     LLC      80     U, func=UI; SNAP, OUI 0x0014C2 (Unknown), PID 0x0001

Frame 14: 80 bytes on wire (640 bits), 80 bytes captured (640 bits)
IEEE 802.3 Ethernet
Logical-Link Control
Data (58 bytes)

0000  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00                     ..........

No.     Time        Source                Destination           Protocol Length Info
     15 9.115318    HewlettP_9b:7c:72     HP                    HP NIC Team 80     HP NIC Teaming Heartbeat; Port MAC = 00:1b:xx:xx:xx:xx

Frame 15: 80 bytes on wire (640 bits), 80 bytes captured (640 bits)
IEEE 802.3 Ethernet
Logical-Link Control
HP NIC Teaming Heartbeat

Re: TruClient shows higher level depth then required

$
0
0

Hi,

Can you please send us the installation log of the previous (bad) installation?

Can be found at %temp% folder.

 

 

Re: GWT and Loadrunner: issues with GWT DFE

$
0
0

Hello

following your suggestions I configured a different machine from scratch and the scenario changed, I can see now the following error messages


****** Analyze segments filter initialization ******
!!!!!! Web Error: ERROR - DFE !!!!!!
Extension: GWT - ERROR [GWT_DFE] - java.lang.ClassCastException: com.hp.dfe.PathToFile cannot be cast to java.lang.Comparable

!!!!!! Error End !!!!!!

 

(this is repeated several times)

 

I'm using the same .WAR used in my previous tests.

 

I was able to find a similar thread on these forums but it was something old, do you have any idea about what the problem can be? is this again an issue with the JRE installed? (I have the same JRE 1.6 32 bit on both the PC i'm using for the test and the jre directory of loadrunner)

Re: Has anyone worked an applicatio​n which has BodyBinary code generated in Vugen V11.52?

$
0
0

I found this from other online forums....

 

Capture the binary value using web_reg_save_param and then convert the value using

 
web_reg_save_param("ParamCaptureBinaryValue",
"LB/IC=name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"",
"RB/IC=\" />",
"Ord=1",
"Search=Body",
"RelFrameId=1.2",
LAST);
 
 
web_convert_param("Param12",
"SourceString={ParamCaptureBinaryValue}",
"SourceEncoding=HTML",
"TargetEncoding=URL",
LAST);
 
Pass Param12 in Binary body "BodyBinary=V\\x02\\x0B\\x01s\\x04\\x0B..........)
 
"BodyBinary={Param12}
 
Try this..
Good luck

Multiline web_reg_find not functioning properly

$
0
0

Hi everybody.

We are having some issues with regards to a web_reg_find call in a Web HTTP/HTML script.

 

The call is as follows:

web_reg_find("Search=All",

    "Text=  Benvenuto \r\n"
    "\t\t<br>\r\n"
    "\t\t&nbsp;&nbsp;<b>Monitor&nbsp;PORPW",
    LAST);

 

It seems that even if the call fails and the text is NOT found, the transaction in which it is contained does not fail.

 

Any suggestion would be appreciated.

Thank you!

Controller Diagnostics Distribution window?

$
0
0

Hi All,

 

What is the difference between "Offline Diagnostics" and "Online & offline Diagnostics". Attached Screen shot.

 

In loadrunner controller on top by selecting diagnostics opens this Diagnostics Distribution window.

 

Please clarify


Re: Loadrunner over Firewall does not work with Proxy

$
0
0
Hello
Could you please past a screenshot of the agent configuration window, the OFW LG agent.

regards

Re: Controller Diagnostics Distribution window?

$
0
0
Hello

The offline gives you only a little percentage of the data and doesn't require a Diagnostics deployment and the online give you the 100% requires a diagnostics server and a probe running in the AUT.

regards

Re: Multiline web_reg_find not functioning properly

$
0
0
Hello

Web _reg_find may not work on all applications and this is ok to ignore, however this may mean you are having issues usually related to correlation or security, check the responses you get on the logs on the step before and after the web_reg_find, based on what you find in there you will know if you can ignore this or if you need to do some fix on the script

regards

Re: Loadrunner over Firewall does not work with Proxy

$
0
0

Hi,

 

i have attached the screen shoot from the LoadGenerator Agent on the otherside of the Firewall.

 

regards

Re: Issue with Controler and Sybase

$
0
0

Hello

 

Please escalate to HP official support.

 

Thanks, Dmitry

Viewing all 12134 articles
Browse latest View live


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