Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

Performance Engineering Survey Request

$
0
0

We are conducting a 'call for speakers', and asking you to take <1 minute to complete the below survey, so your voice can be heard and shared with others regarding Performance Engineering.
http://goo.gl/forms/YmFJZIRna1

 

Todd DeCapua, HPE Software
@AppPerfEng


True Client with IE on LR 12.5 issues

$
0
0

Hi everyone !   I have a question on trueclient. Recently , for a js page ( after authentication) , we recorded and run the test using LR VuGen True Client 11.0 IE. Now the same page when we tried to record with VuGen 12.5 TrueClient with IE  .. it is not able to detect and record .. I can see that the it showing as non-standard mode.. can you let me know what could be the problem in this? Do 12.5 TC required any setiings to detect ? Anyone kindly help.

Why aren't the document.XXXX / window.onload events firing in TruClient?

$
0
0

I'm trying to use the below JS code to trap 1) When the DOM content has loaded and 2) when the complete page has finished loading. I've added window.alert functions to trigger when these events fire (Side question: is there a way to output this to the TruClient Notifications section during the run???) but they never fire, so I'm suspecting something is interfering with the detection of these events, can anyone offer any hints as to what I might be doing wrong, or a different way to try what I am attempting?

LR.startTransaction ("PDP_DOM_Loaded");
LR.startTransaction ("PDP_Document_Complete");
//Generate URL and write selected URL to output log
var myURL = "http://qawcs.ballarddesigns.com/washed-percale-duvet/casa/florentina/spring/2012/235711"
//"http://" + LR.getParam("host") + LR.getParam("PDP_Link");
LR.outputMessage("Selected URL: " + myURL);


//Open desired URL
window.location.assign(myURL);

//document.ready = Doesn't work either!!!!
document.addEventListener("DOMContentLoaded",function(event) {
window.alert("DOM Content Loaded");
LR.endTransaction("PDP_DOM_Loaded","Pass")
});

//wait until page has finished loading before checking final endpoint
window.onload = function () {
window.alert("Onload Event");
//Determine if a 404 page was returned by retrieving the value of the gwt_view_name object
var returnViewType = document.getElementById("gwt_view_name");
var returntext = returnViewType.getAttribute("value");

//Determine if the product is no longer available
var returnNoLongerAvailable = document.getElementsByClass("gwt-product-detail-widget-base-expired-label");

window.alert("returnText = " + returntext + " and returnNoLongerAvailable length is " + returnNoLongerAvailable.length);

if((returntext == "ProductDetailView") && (returnNoLongerAvailable.length == 0))
{
LR.endTransaction("PDP_Document_Complete","Pass")
pageFound = "true";
} else {
LR.endTransaction("PDP_Document_Complete","Pass")
pageFound = "false";
}
}

Correlation Help

$
0
0

Hello All,

   I am facing issue with correlating some values.

Log Message:  

task-instance%2F60104648dc7511e5c5d20000002f08d3</d:InstanceID><d:TaskDefinitionID>bpm%3A%2F%2Fbpm.sap.com%2Ftask-model%2Fe03d847135c71960f3aa11e3cd0b6036ddd71c03</d:TaskDefinitionID><d:TaskDefinitionName>Basic Data</d:TaskDefinitionName><d:TaskTitle>P_52437M

In the above log, i want to capture "60104648dc7511e5c5d20000002f08d3" and "52437" is changing. I have tried below options but no luck.  

 

    web_reg_save_param("CorrelationParam",
        "LB=task-instance%2F",
        "RB/IC/DIG=</d:InstanceID><d:TaskDefinitionID>bpm%3A%2F%2Fbpm.sap.com%2Ftask-                model%2Fe03d847135c71960f3aa11e3cd0b6036ddd71c03</d:TaskDefinitionID><d:TaskDefinitionName>Basic Data</d:TaskDefinitionName><d:TaskTitle>P_####M",
        "NotFound=Warning",
        "ORD=All",
        LAST);
    
    web_reg_save_param("CorrelationParam",
        "LB/ALNUMIC=task-instance%2F",
        "RB/ALNUMIC=</d:InstanceID><d:TaskDefinitionID>bpm%3A%2F%2Fbpm.sap.com%2Ftask-model%2Fe03d847135c71960f3aa11e3cd0b6036ddd71c03</d:TaskDefinitionID><d:TaskDefinitionName>Basic Data</d:TaskDefinitionName><d:TaskTitle>P_^^^^M",
        //"NotFound=Warning",
        "ORD=All",
        LAST);
    
    web_reg_save_param("CorrelationParam",
        "LB/IC/DIG=task-instance%2F",
        "RB/IC/DIG=</d:InstanceID><d:TaskDefinitionID>bpm%3A%2F%2Fbpm.sap.com%2Ftask-model%2Fe03d847135c71960f3aa11e3cd0b6036ddd71c03</d:TaskDefinitionID><d:TaskDefinitionName>Basic Data</d:TaskDefinitionName><d:TaskTitle>P_####M",
        //"NotFound=Warning",
        //"ORD=All",
        LAST);
    

But the below function return the expected value


    web_reg_save_param("BD_Instance_Id_New3",
        "LB=task-instance%2F",
        "RB=</d:InstanceID><d:TaskDefinitionID>bpm%3A%2F%2Fbpm.sap.com%2Ftask-model%2Fe03d847135c71960f3aa11e3cd0b6036ddd71c03</d:TaskDefinitionID><d:TaskDefinitionName>Basic Data</d:TaskDefinitionName><d:TaskTitle>P_",
        "NotFound=Warning",
        //"ORD=All",
        LAST);

Appreciate your help !!

Performance testing for an application that is launched through Citrix

$
0
0
The application is launched in the following way

1.Login in to Citrix and click on the application...

2.A page opens where in we need to browse the d:/ and open a file.

3.when we open the pdi file it is like a page having many buttons where in clicking each button takes u to a different well view page

4.A well view page can be said to be completely loaded when all the pipes lines connected become green in color...
The tool that we use for performance testing is load runner.
Queries:
1.Is it possible to performance test such kind of application
2. They need the response time of each step during 50 users load even the response time to browse n open the pdi file
3. How to check n validate the response Time to completely load each well pages during the load test( as they say when all pipe lines turn green then a well page is said to be completely loaded)


Need your urgent guidance in this as I have never done Citrix scripts n let me know what more queries can I ask the development team to easily script the application

Vugen script issue for select all records in a web page

$
0
0

In Vugen scripting how do I handle a http request with itemdata containing many records like in the web page the user is selecting all records and submitting it. The total no of records vary with all unique users so I want to customise this request to run for all virtual users.

One workaround is to use Truclient protocol but I want to use HTTP scripts only.

Please help.

 

Controller is not opening in LR12.50

$
0
0

When ever i am opening controller,not responding message is coming in task manager.I am able to open vusen and analyser.My machined is window 8 and installed trial version of lr12.50.

RTE Reply Issue

$
0
0

I'm trying to create a RTE script. During recording im selecting Terminal-type as 3270-display. in the TE_Connect function I can see same is getting passed along with other valid parameters. Recording is happening smoothly.

While replying the script at the very first step it always get connected to the VT-420-7 instead of 3270-display.


HTTP Status-Code=500 (Internal Server Error), while uploading document in wer_submit_data

$
0
0

Hi,

We are facing a issue in uploading a PDF document in web_submit_data and Vugen is throwing below error.

Error -26612: HTTP Status-Code=500 (Internal Server Error) for "https://evperf.eu-gb.mybluemix.net/EVoting/rest/generalmeeting/addgeneralmeeting"

We have tried couple of things as below.

1) Through Fiddler recorded the Buisness flow manually and captured all the requests and cross-verified against the load runner requests, not found any difference in these two. both are exaclty the same.

2) In web_submit_data("addgeneralmeeting changed the RecContentType as below  

from "RecContentType=text/plain to text/html & application/pdf. Still the issue is repeating

Please assist in resolving this issue.

 

Regards

Gajendra Prakash

 

 

MsgId: MERR-29722 - Load Generator fails during runtime

$
0
0

Hello,

Hope all is well with everyone.

I've an issue with a LG during runtime. I've setup with MI listener over firewall. There are 2 machines for Load Runner 12.50.

1 = Controller, 2 = LG.

During setup in Controller > Load Generatos list, I'm able to add/connect to  machine #2 and see the "Ready" status in the Load Generators list.

At runtime, I get this error:

Error: The remote host's status is 'Failed'. Check the remote host machine [and verify that it has not crashed]. [MsgId: MERR-29722]

 

I'm not finding much on this error ID. It also happens with the firewalls turned off on both machines.

 

Any comments are most appreciated!

Thanks!

QA Automator

Load runner analysis

$
0
0

what will impact jvm on performance testing

Web Tours Script Replay Failing

$
0
0

I get "Error -27979: Requested form not found, Snapshot Info [MSH 1 6]   [MsgId: MERR-27979]" while playing back the Web Tours script. Its failing at the below step. Please help.

web_submit_form("reservations.pl_2",
        "Snapshot=t5.inf",
        ITEMDATA,
        "Name=outboundFlight", "Value=030;251;05/01/2016", ENDITEM,
        "Name=reserveFlights.x", "Value=27", ENDITEM,
        "Name=reserveFlights.y", "Value=5", ENDITEM,
        LAST);

 

Thanks.

Warning -26630: HTTP Status-Code=401 (Unauthorized)

$
0
0

Hi,

I am getting the follwoing error when replaying my script for looging to an application. Any pointer would be appreciated -

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Action.c(97): Warning -26630: HTTP Status-Code=401 (Unauthorized) for "http://psnrlqw.abccorp.com:4455/idl/w3.extensibility/extension/com.informatica.tools.web.infaMenu.extensibleMenu" [MsgId: MWAR-26630]

This is the LR Code that is failing -

web_url("idl",
"URL=http://psnrlqw.abccorp.com:4455/idl/",
"Resource=0",
"RecContentType=text/html",
"Referer=http://psnrlqw.abccorp.com:4455/idl/web.isp/login",
"Snapshot=t6.inf",
"Mode=HTML",
EXTRARES,
"URL=w3.extensibility/extension/com.informatica.tools.web.page.extensiblePage", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.pageHeader.extensiblePageHeader", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.page.timeoutStrategy", ENDITEM,
"URL=w3.core/time?infaToken={infaToken}", ENDITEM,
"URL=w3.utils/images/processingdots.gif", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.shell.common.products", ENDITEM,
"URL=web.access/access/LDM_admin_edit_resource@undefined?infaToken={infaToken}&state=allowed", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.access.access", ENDITEM,
"URL=web.ldm.indexheader/images/user.svg", ENDITEM,
"URL=web.ldm.indexheader/images/help_global.svg", ENDITEM,
"URL=web.access/access/infaw.indexPage.indexHeader.searchBox@allowed?infaToken={infaToken}&state=allowed", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.common.commands", ENDITEM,
"URL=web.ldm.indexheader/images/configure.svg", ENDITEM,
"URL=web.ldm.core/images/search.svg", ENDITEM,
"URL=web.ldm.appconfig.access", ENDITEM,
"URL=w3.jQuery.ui/images/ui-bg_flat_100_ffffff_40x100.png", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.infaMenu.extensibleMenu", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.common_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.common_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.appConfiguration_1.0.0", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=attributes&pageSize=150&offset=0", ENDITEM,
"URL=web.access/access/ldm.AppConfig@allowed?infaToken={infaToken}&state=allowed", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=packages/com.infa.appmodels.ldm/", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=0", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=attributes&pageSize=150&offset=150", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=25", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=50", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=75", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=100", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=classes&pageSize=25&offset=125", ENDITEM,
"URL=web.ldm.appconfig.metadata?type=dataTypes&ids=refDtInst:com.infa.appmodels.ldm.businessOwner,core.String,refDtInst:com.infa.appmodels.ldm.technicalOwner", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.workspace.extensibleWorkspaces", ENDITEM,
"URL=web.infaTabs/images/down_arrow.svg", ENDITEM,
"URL=w3.jQuery.ui/images/ui-icons_222222_256x240.png", ENDITEM,
"URL=w3.imf/iclass/?infaToken={infaToken}", ENDITEM,
"URL=web.idl.home/images/home_color.svg", ENDITEM,
"URL=web.ldm.search/images/search_color.svg", ENDITEM,
"URL=web.idl.myDatasets/images/my_datasets.svg", ENDITEM,
"URL=web.idl.projectsWS/images/projects_color.svg", ENDITEM,
"URL=web.access/access/home@workspace?infaToken={infaToken}&state=readOnly", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaRadiogroup_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaFilePicker_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaWizardDialog_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.fileUploads_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaProgressbar_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaCheckbox_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaDataGrid_10.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.projects_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.infaCards_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.ldm.enrichment_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.publications_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.fileUploadsv2_1.0.0", ENDITEM,
"URL=w3.core/resource/css/com.informatica.tools.web.idl.home_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.w3.idl.common_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.w3.idl.projects_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaWizardDialog_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaFilePicker_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaRadiogroup_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaCheckbox_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaProgressbar_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.fileUploads_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaDataGrid_10.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.fileUploadsv2_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.infaCards_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.projects_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.publications_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.ldm.enrichment_1.0.0", ENDITEM,
"URL=w3.core/resource/js/com.informatica.tools.web.idl.home_1.0.0", ENDITEM,
"URL=w3.extensibility/extension/com.informatica.tools.web.portlet.portletContainer", ENDITEM,
LAST);

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Tried web_set_user("psnrlqw.abccorp.com\\Administrator", "Administrator", "psnrlqw.abccorp.com:4455"); but it didn't help.

Error:InvokeMethod failed: org.xml.sax.SAXException: argument type mismatch

$
0
0

Hi 

When i execute the webservice i am receiving a below error.

Error:InvokeMethod failed: org.xml.sax.SAXException: argument type mismatch

java.lang.IllegalArgumentException: argument type mismatch

 

Createsession.c(102): Error:InvokeMethod failed: org.xml.sax.SAXException: argument type mismatch
java.lang.IllegalArgumentException: argument type mismatch
Createsession.c(102): InvokeMethod trace: com.mercury.ws.exception.ProxyInvocationException: Soap Fault Occured
at com.mercury.ws.invoker.JInvoker$JMethodInvoker.invoke(JInvoker.java:2774)
at com.mercury.ws.invoker.JInvoker.invoke(JInvoker.java:288)
Caused by: org.xml.sax.SAXException: argument type mismatch
java.lang.IllegalArgumentException: argument type mismatch
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.client.Call.invoke(Call.java:2470)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.abnamro.nl.security.services.sm.def.ws.SessionManagerPortBindingStub.getSession(SessionManagerPortBindingStub.java:925)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.mercury.ws.invoker.JInvoker$JMethodInvoker.invoke(JInvoker.java:2767)
... 1 more
Caused by: org.xml.sax.SAXException: argument type mismatch
java.lang.IllegalArgumentException: argument type mismatch
at org.apache.axis.encoding.ser.BeanPropertyTarget.set(BeanPropertyTarget.java:157)
at org.apache.axis.encoding.DeserializerImpl.valueComplete(DeserializerImpl.java:249)
at org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:509)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:171)
at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)
at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)
at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
at org.apache.axis.client.Call.invoke(Call.java:2467)
... 9 more
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.utils.BeanPropertyDescriptor.set(BeanPropertyDescriptor.java:142)
at org.apache.axis.encoding.ser.BeanPropertyTarget.set(BeanPropertyTarget.java:75)
... 17 more
Createsession.c(102): Error:InvokeMethod failure: AXIS engine threw an exception.
Createsession.c(102): Error:Internal error, please call customer support. Details: Error while retrieving body -- can not parse output parameters
Createsession.c(102): Error:Web service call "getSession_101" execution failed
Createsession.c(102): Continuing after error in Vuser script.

Need help with TruClient JavaScript LR 12.50

$
0
0

I am currently testing in a .net application which has long polling request. In my application, there are several Ajax request which are triggered in parallel, each Ajax loads a different part of the page. I need to wait till every required Ajax request gets complete. I tired various options of a TruClient action end event, but only wait till document loaded was helpful to make my script run successfully without waiting for these Ajax request.

We made a custom JS code to wait for these Ajax request, but unfortunately the code works well in Selenium but using the same code in TruClient, throws "JavaScript Memory Error". This error occurs most of the time but the script was succeeded once or twice out of ten iteration.

Can you please help me with this or suggest any other possible solutions?

A Sample JS script which we tried to wait for page load,

var State = document.readyState();
while(State!="complete")
State=document.readyState();


Help out how to resolve HTTP 500(Internal Server Error) in Replay Mode in below request

$
0
0

web_custom_request("GRAC_OIF_REQUEST_APPROVAL;sap-ext-sid=R3lbgWe87kMugAUb1FEezG--R3lbgWe87kMugAUb1FF8zG--_2", 
        "URL=https://d14gxz.jnj.com:8114/sap/bc/webdynpro/SAP/GRAC_OIF_REQUEST_APPROVAL;sap-ext-sid={SAP_EXT_ID3}?sap-contextid=SID%3aANON%3ad{ContextID2}%3ag{SAP_Context_ID2}-NEW", 
        "Method=POST", 
        "Resource=0", 
        "RecContentType=text/xml", 
        "Referer=https://d14gxz.jnj.com:8114/sap/bc/webdynpro/SAP/GRAC_OIF_REQUEST_APPROVAL;sap-ext-sid={SAP_EXT_ID3}?APPLID={Appl_ID}&ENTITY_ID={Entity_ID}&MODE=E&OBJECT_ID={Entity_ID}%{Object_ID}&POWL_QUERY={powlQuery_ID}&VARIANT=DEFAULT&WI_GROUP_OWNE={UName}&WORKITEM_ID={WorkItem_ID}&sap-client=950&sap-ep-tstamp=20160303083840&sap-ep-version=7&sap-language=EN&sap-nwbc-context="
        "{sap-nwbc-context_ID2}&sap-wd-tstamp=20160303083840", 
        "Snapshot=t22.inf", 
        "Mode=HTML", 
        "Body=sap-charset=utf-8&sap-wd-secure-id={Secure_ID2}&SAPEVENTQUEUE=Custom_ClientInfos~E002Id~E004WD01~E005WindowOpenerExists~E004true~E005ClientURL~E004https~003A~002F~002Fd14gxz.jnj.com~003A8114~002Fsap~002Fbc~002Fwebdynpro~002FSAP~002FGRAC_OIF_REQUEST_APPROVAL~003Bsap-ext-sid~003D{SAP_EXT_ID3}~003FAPPLID~003D{Appl_ID}~0026ENTITY_ID~003D{Entity_ID}~0026MODE~003DE~0026OBJECT_ID~003D{Entity_ID}~0025{Object_ID}~0026POWL_QUERY~"
        "003D{powlQuery_ID}~0026VARIANT~003DDEFAULT~0026WI_GROUP_OWNE~003D{UName}~0026WORKITEM_ID~003D{WorkItem_ID}~0026sap-client~003D950~0026sap-ep-tstamp~003D20160303083840~0026sap-ep-version~003D7~0026sap-language~003DEN~0026sap-nwbc-context~003D{sap-nwbc-context_ID2}~0026sap-wd-tstamp~003D20160303083840~E005ClientWidth~E0041276~E005ClientHeight~E004900~E005DocumentDomain~E004jnj.com~E005IsTopWindow~E004false~E005ParentAccessible~E004true~"
        "E003~E002ClientAction~E004enqueue~E005ResponseData~E004delta~E003~E002~E003~E001LoadingPlaceHolder_Load~E002Id~E004_loadingPlaceholder_~E003~E002ResponseData~E004delta~E005ClientAction~E004submit~E003~E002~E003~E001Form_Request~E002Id~E004sap.client.SsrClient.form~E005Async~E004false~E005FocusInfo~E004~0040~007B~007D~E005Hash~E004~E005DomChanged~E004false~E005IsDirty~E004false~E003~E002ResponseData~E004delta~E003~E002~E003", 

VUGEN-Replay results failing.

$
0
0

All-

I have recorded script with vugen--12.02 version. And when tried to replay the script and verify the results am facing below script errors. Also facing errors when run in PC.

Error While uplaoding script in PC

$
0
0

ALl-

while uplaoding script with <upload All files> option in PC am getting error. Attached in attachment.

 

Pls help

TruClient on multiple virtual machines

$
0
0

Hello friends,

I'm trying to run a TruClient script on a machine with 4gb RAM, and i want 500 vUsers to run but i don''t have enough hardware on this machine, so i think to put another 2 virtual machine where i have TrueClient Agent to run in same time with that, but i get this error """Error: The remote host's status is 'Failed'. Check the remote host machine. [MsgId: MERR-29722]"" for that 2 virtual machine.

How can i run TruClient scripts for 500 vUsers? :)

 

Thank you!

Host security manager

$
0
0

I have install a new loadrunner 12.2 and i cannot see the host security manager when i go to all program>hp software>loadrunner>tools. I want to set up secure channel.

Viewing all 3978 articles
Browse latest View live




Latest Images