Hi
1) Which LR version are you using ?
2) Can you attach any minimal script that reproduce it ?
Regards,
Oren
Hi
1) Which LR version are you using ?
2) Can you attach any minimal script that reproduce it ?
Regards,
Oren
Hi,
Can you please attach a screenshot of the behavior in Microsoft IE 11 and the behavior in TruClient IE?
It will help clarifying what the issue is so we can advice how to overcome
Regards,
Shlomi
Hi Joe,
Sorry for the late reply.
Apparently AppPulse requires a transaction to fail in order to fail the Vuser.
Can you wrap the section that you cause to fail with transaction and check it?
Regards,
Shlomi
Joe,
I'm AppPulse Active dev architect, I noticed that Shlomi provided you assistance, and help you to solve this scripting problem, I encoradge you to use our forums to get any help for AppPulse Active or any other scripting issues you may face.
please let me know if this still a problem, in case you need further help please email me personally (if possibe with customer name and ticket id) and I will make sure you will get the needed help. My eMail is: noam.hasin@hpe.com
Best Regards,
Many thanks for your timely feedback.
Thank you Shlomi.
Regarding point2(the best practice is to simulate load from the same location the real users are going to come from. ), is there any recommendation documented, so that we can refer to our client as HP recommendation and proceed from there.
Thank you Lior
Dear Team,
I'm using load runner 12.00 on Windows 8. I have installed VTS 11.52 and configued port as 4000 by default. VTS is not launching. Kindly help to solve the issue. Please let me know if any information required.
Please post technical questions/issues in LoadRunner Practitioners Forum. Thank you.
I will be using below code for reading (not consuming) data from a VTS table. My question is; whether this will work for around 50 concurrent users or do I need to make any updates on this? In my scenario, I require to use unique data. My doubt in this code is;whether I will get duplicated data.
int colSize; int iRow; // Obtain the count of rows populated for column named "Col1": colSize = lrvtc_column_size("Col1"); lr_message("*** Col1 size = %d",colSize); for( iRow = 1; iRow <= colSize; iRow ++ ) { // Retrieve, for the physical row index given, all columns: rc = lrvtc_query_row( iRow ); lr_message("Row %d Col1=%s", iRow, lr_eval_string({Col1})); }
HI,
There is no written recommendation that I know off. It is common knowledge among performance engineers.
Maybe can find the rationale for that HPE NV online help pages (check also the Video)
I am not suggesting to purchase NV, I do suggest to locate the Load Generators closer to the application under tests
Regards,
Shlomi
hi,
im trying to do some actions on coordinate on map in my product,
actions like clicking on location/ coordinate on map or drag my correct location to another location in the map, also trying to draw a line on the map by clicking on two points or drag my mouse from one location to another.
i've also tryied useing mouse up and mouse down options.
those options not working,
what can i do to solve those issues?
tnx betzalel
Hi,
It does look a bit strange but given the fact you had only 7 samples of this transaction I am not that surprised.
Can you go to the transaction response time graph, click on Raw Data and share the details of all 7 entries?
We can calculate that on our own :-)
Regards,
Shlomi
Hi Oren,
Thanks for your reply.
1. I am using LR version 12.53
2. Plz find below recorded script for that perticular section.
web_custom_request("GenI_14",
"URL=http://10.171.40.110/PrivateCar_ABC_WCFService/PrivateCar_ABC_Service.svc/GenI",
"Method=POST",
"Resource=0",
"RecContentType=application/soap+msbin1",
"Referer=",
"Snapshot=t33.inf",
"Mode=HTML",
"EncType=application/soap+msbin1",
"BodyBinary=V\\x02\\x0B\\x01s\\x04\\x0B\\x01a\\x06V\\x08D\n"
"\\x1E\\x00\\x82\\x99Ohttp://tempuri.org/IUWSingleBlockProductGenericService/CalculateProposalPremiumD\\x1A\\xAD\\xA4\\\\+{+H\\x02M\\x9D\\xF3:\\xC1)9\\xA4\\xF9D,D*\\xAB\\x14\\x01D\\x0C\\x1E\\x00\\x82\\x99Nhttp://10.171.40.110/PrivateCar_ABC_WCFService/PrivateCar_ABC_Service.svc/GenI\\x01V\\x0E@\\x18CalculateProposalPremium\\x08\\x13http://tempuri.org/@\\x0CstrLVTokenID\\x99${CorrelationParameter_2}@\\x14strLVModeOfOperation\\x99\tNEWPOLICY@\\x0FstrLVProposalNo\\x99\\x0F{C_ProposalID}@\\x14objLVProposalDataXml\\x9A\\xD7R\\xEF\\xBB\\xBF<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n"
"<UserData_PrivateCar_ABC xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n"
" <ErrorTrackingNeeded>false</ErrorTrackingNeeded>\r\n"
" <PropCalculation_CalculateRate>false</PropCalculation_CalculateRate>\r\n"
" <PropCalculation_Validate>false</PropCalculation_Validate>\r\n"
" <PropCalculation_ValidateData>false</PropCalculation_ValidateData>\r\n"
" <PropClauseDetails_DepartmentCode_Mandatary>0</PropClauseDetails_DepartmentCode_Mandatary>\r\n"
" <PropClauseDetails_ProductCode_Mandatary>0</PropClauseDetails_ProductCode_Mandatary>\r\n"
" <PropCoinsuranceDetails_AddRow>false</PropCoinsuranceDetails_AddRow>\r\n"
" <PropCoinsuranceDetails_Commissiontobepaidbytheleader>false</PropCoinsuranceDetails_Commissiontobepaidbytheleader>\r\n"
" <PropCoinsuranceDetails_Servicetaxtobepaidbytheleader>true</PropCoinsuranceDetails_Servicetaxtobepaidbytheleader>\r\n"
" <PropConditionDetails_DepartmentCode>0</PropConditionDetails_DepartmentCode>\r\n"
" <PropConditionDetails_ProductCode>0</PropConditionDetails_ProductCode>\r\n"
" <PropCoverNoteDetails_LeafNo>0</PropCoverNoteDetails_LeafNo>\r\n"
" <PropCoverNoteDetails_Validate>false</PropCoverNoteDetails_Validate>\r\n"
" <PropCustomerDtls_CustomerID_Mandatary>23000008672</PropCustomerDtls_CustomerID_Mandatary>\r\n"
" <PropCustomerDtls_CustomerName>ABHIJIT 1</PropCustomerDtls_CustomerName>\r\n"
" <PropDistributionChannel_BusinessSource_Mandatary>DIRECT</PropDistributionChannel_BusinessSource_Mandatary>\r\n"
" <PropDistributionChannel_BusinessSourcetype>Walk-In</PropDistributionChannel_BusinessSourcetype>\r\n"
" <PropDistributionChannel_Commision>0</PropDistributionChannel_Commision>\r\n"
" <PropDistributionChannel_OperationMode>NEWPOLICY</PropDistributionChannel_OperationMode>\r\n"
" <PropDistributionChannel_ServiceProvider>0</PropDistributionChannel_ServiceProvider>\r\n"
" <PropDistributionChannel_SpecialDiscount>0</PropDistributionChannel_SpecialDiscount>\r\n"
" <PropDistributionChannel_Validate>false</PropDistributionChannel_Validate>\r\n"
" <PropEndorsementDtls_CancelDueToClaim>false</PropEndorsementDtls_CancelDueToClaim>\r\n"
" <PropEndorsementDtls_CertificateofVintageCar>false</PropEndorsementDtls_CertificateofVintageCar>\r\n"
" <PropEndorsementDtls_DataEntryError>false</PropEndorsementDtls_DataEntryError>\r\n"
" <PropEndorsementDtls_DocForCommPrivate>false</PropEndorsementDtls_DocForCommPrivate>\r\n"
" <PropEndorsementDtls_EndorsementTypeCode>0</PropEndorsementDtls_EndorsementTypeCode>\r\n"
" <PropEndorsementDtls_IsSellerInsured>false</PropEndorsementDtls_IsSellerInsured>\r\n"
" <PropEndorsementDtls_LaidUpFromDate />\r\n"
" <PropEndorsementDtls_LaidUpToDate />\r\n"
" <PropEndorsementDtls_LaidupVehicleCheck>false</PropEndorsementDtls_LaidupVehicleCheck>\r\n"
" <PropEndorsementDtls_MajorRepairRenovation>false</PropEndorsementDtls_MajorRepairRenovation>\r\n"
" <PropEndorsementDtls_NOCFinancier>false</PropEndorsementDtls_NOCFinancier>\r\n"
" <PropEndorsementDtls_UFormFromDate />\r\n"
" <PropEndorsementDtls_UFormToDate />\r\n"
" <PropEndorsementDtls_UsageinInsuredPremises>false</PropEndorsementDtls_UsageinInsuredPremises>\r\n"
" <PropEndorsementDtls_ValuationReport>false</PropEndorsementDtls_ValuationReport>\r\n"
" <PropEndorsementDtls_orgcertificatesurrendered>false</PropEndorsementDtls_orgcertificatesurrendered>\r\n"
" <PropExclusionDetails_DepartmentCode>0</PropExclusionDetails_DepartmentCode>\r\n"
" <PropExclusionDetails_ProductCode>0</PropExclusionDetails_ProductCode>\r\n"
" <PropFinancierDetails_AddRow>false</PropFinancierDetails_AddRow>\r\n"
" <PropFinancierDetails_Validate>false</PropFinancierDetails_Validate>\r\n"
" <PropGeneralProposalInformation_BankID>0</PropGeneralProposalInformation_BankID>\r\n"
" <PropGeneralProposalInformation_BusinessType_Mandatary>New Business</PropGeneralProposalInformation_BusinessType_Mandatary>\r\n"
" <PropGeneralProposalInformation_DepartmentCode>31</PropGeneralProposalInformation_DepartmentCode>\r\n"
" <PropGeneralProposalInformation_DisplayOfficeCode>180400</PropGeneralProposalInformation_DisplayOfficeCode>\r\n"
" <PropGeneralProposalInformation_EndorsementNo>0</PropGeneralProposalInformation_EndorsementNo>\r\n"
" <PropGeneralProposalInformation_EndorsementSi>0</PropGeneralProposalInformation_EndorsementSi>\r\n"
" <PropGeneralProposalInformation_IsNCBApplicable>false</PropGeneralProposalInformation_IsNCBApplicable>\r\n"
" <PropGeneralProposalInformation_MethodOfCalculation>GUH24299</PropGeneralProposalInformation_MethodOfCalculation>\r\n"
" <PropGeneralProposalInformation_NCBpercentage>0</PropGeneralProposalInformation_NCBpercentage>\r\n"
" <PropGeneralProposalInformation_NextB>false</PropGeneralProposalInformation_NextB>\r\n"
" <PropGeneralProposalInformation_NoPrevInsuranceFlag>false</PropGeneralProposalInformation_NoPrevInsuranceFlag>\r\n"
" <PropGeneralProposalInformation_NumCovernoteNo>0</PropGeneralProposalInformation_NumCovernoteNo>\r\n"
" <PropGeneralProposalInformation_OfficeName>DO-2,- VADODARA</PropGeneralProposalInformation_OfficeName>\r\n"
" <PropGeneralProposalInformation_OptionForCalculation>Yearly</PropGeneralProposalInformation_OptionForCalculation>\r\n"
" <PropGeneralProposalInformation_PolicyNo>0</PropGeneralProposalInformation_PolicyNo>\r\n"
" <PropGeneralProposalInformation_PolicySchedule_Mandatary>One Page</PropGeneralProposalInformation_PolicySchedule_Mandatary>\r\n"
" <PropGeneralProposalInformation_ProductCode>3111</PropGeneralProposalInformation_ProductCode>\r\n"
" <PropGeneralProposalInformation_ProposalDate_Mandatary>{P_startdate}</PropGeneralProposalInformation_ProposalDate_Mandatary>\r\n"
" <PropGeneralProposalInformation_Sector_Mandatary>Urban</PropGeneralProposalInformation_Sector_Mandatary>\r\n"
" <PropGeneralProposalInformation_ServiceTaxExemptionCategory_Mandatary>No Exemption</PropGeneralProposalInformation_ServiceTaxExemptionCategory_Mandatary>\r\n"
" <PropGeneralProposalInformation_TotalSi>0</PropGeneralProposalInformation_TotalSi>\r\n"
" <PropGeneralProposalInformation_ValidationFlag>False</PropGeneralProposalInformation_ValidationFlag>\r\n"
" <PropGeneralProposalInformation_disprntoffcd>180000</PropGeneralProposalInformation_disprntoffcd>\r\n"
" <PropGeneralProposalInformation_iscovernoteused>false</PropGeneralProposalInformation_iscovernoteused>\r\n"
" <PropHigherExcessDiscount_HE_Disc_RateType_In>0</PropHigherExcessDiscount_HE_Disc_RateType_In>\r\n"
" <PropParameters_AddClause>false</PropParameters_AddClause>\r\n"
" <PropParameters_AddCondition>false</PropParameters_AddCondition>\r\n"
" <PropParameters_AddExclusion>false</PropParameters_AddExclusion>\r\n"
" <PropParameters_AddWarranty>false</PropParameters_AddWarranty>\r\n"
" <PropParameters_AfterFetch>false</PropParameters_AfterFetch>\r\n"
" <PropParameters_ClauseApplicable>false</PropParameters_ClauseApplicable>\r\n"
" <PropParameters_CoInsuranceApplicability>false</PropParameters_CoInsuranceApplicability>\r\n"
" <PropParameters_CommissionApplicable>false</PropParameters_CommissionApplicable>\r\n"
" <PropParameters_ConditionApplicable>false</PropParameters_ConditionApplicable>\r\n"
" <PropParameters_CoverNoteApplicability>false</PropParameters_CoverNoteApplicability>\r\n"
" <PropParameters_EQHigherExcessDiscount>false</PropParameters_EQHigherExcessDiscount>\r\n"
" <PropParameters_ExclusionApplicable>false</PropParameters_ExclusionApplicable>\r\n"
" <PropParameters_FamilyPackageDiscount>false</PropParameters_FamilyPackageDiscount>\r\n"
" <PropParameters_FinancierApplicability>false</PropParameters_FinancierApplicability>\r\n"
" <PropParameters_FloaterRiskLoading>false</PropParameters_FloaterRiskLoading>\r\n"
" <PropParameters_GroupDiscount>false</PropParameters_GroupDiscount>\r\n"
" <PropParameters_HighClaimLoading>false</PropParameters_HighClaimLoading>\r\n"
" <PropParameters_HigherExcessDiscount>false</PropParameters_HigherExcessDiscount>\r\n"
" <PropParameters_Installment>false</PropParameters_Installment>\r\n"
" <PropParameters_LongTermPolicy>false</PropParameters_LongTermPolicy>\r\n"
" <PropParameters_LowClaimDiscount>false</PropParameters_LowClaimDiscount>\r\n"
" <PropParameters_MinimumPremium>false</PropParameters_MinimumPremium>\r\n"
" <PropParameters_NoClaimDiscount>false</PropParameters_NoClaimDiscount>\r\n"
" <PropParameters_OverageLoading>false</PropParameters_OverageLoading>\r\n"
" <PropParameters_PastPolicyApplicable>false</PropParameters_PastPolicyApplicable>\r\n"
" <PropParameters_PolicyCancellation>false</PropParameters_PolicyCancellation>\r\n"
" <PropParameters_PopulateTransactionBegin>false</PropParameters_PopulateTransactionBegin>\r\n"
" <PropParameters_RenewalAllowed>false</PropParameters_RenewalAllowed>\r\n"
" <PropParameters_SectionDiscount>false</PropParameters_SectionDiscount>\r\n"
" <PropParameters_ServiceTaxExempted>false</PropParameters_ServiceTaxExempted>\r\n"
" <PropParameters_ShortPeriodLongPeriod>false</PropParameters_ShortPeriodLongPeriod>\r\n"
" <PropParameters_SpecialDiscountApplicable>false</PropParameters_SpecialDiscountApplicable>\r\n"
" <PropParameters_StaffDiscount>false</PropParameters_StaffDiscount>\r\n"
" <PropParameters_StampDutyChargeable>false</PropParameters_StampDutyChargeable>\r\n"
" <PropParameters_TariffProduct>false</PropParameters_TariffProduct>\r\n"
" <PropParameters_TransferFees>false</PropParameters_TransferFees>\r\n"
" <PropParameters_VDFDiscountAllowed>false</PropParameters_VDFDiscountAllowed>\r\n"
" <PropParameters_ValidateClause>false</PropParameters_ValidateClause>\r\n"
" <PropParameters_ValidateCondition>false</PropParameters_ValidateCondition>\r\n"
" <PropParameters_ValidateEndorsementData>false</PropParameters_ValidateEndorsementData>\r\n"
" <PropParameters_ValidateExclusion>false</PropParameters_ValidateExclusion>\r\n"
" <PropParameters_ValidateWarranty>false</PropParameters_ValidateWarranty>\r\n"
" <PropParameters_WarrentyApplicable>false</PropParameters_WarrentyApplicable>\r\n"
" <PropPolicyEffectivedate_Fromdate_Mandatary>{P_startdate}</PropPolicyEffectivedate_Fromdate_Mandatary>\r\n"
" <PropPolicyEffectivedate_Fromhour_Mandatary>14:31</PropPolicyEffectivedate_Fromhour_Mandatary>\r\n"
" <PropPolicyEffectivedate_Todate_Mandatary>{P_Todate}</PropPolicyEffectivedate_Todate_Mandatary>\r\n"
" <PropPolicyEffectivedate_Tohour_Mandatary>23:59</PropPolicyEffectivedate_Tohour_Mandatary>\r\n"
" <PropPremiumCalculation_BasicPremium>0</PropPremiumCalculation_BasicPremium>\r\n"
" <PropPremiumCalculation_Cess>0</PropPremiumCalculation_Cess>\r\n"
" <PropPremiumCalculation_CustomCoverLDPremium>0</PropPremiumCalculation_CustomCoverLDPremium>\r\n"
" <PropPremiumCalculation_ERFAmount>0</PropPremiumCalculation_ERFAmount>\r\n"
" <PropPremiumCalculation_EndorsementERFAmount>0</PropPremiumCalculation_EndorsementERFAmount>\r\n"
" <PropPremiumCalculation_EndorsementPremium>0</PropPremiumCalculation_EndorsementPremium>\r\n"
" <PropPremiumCalculation_EndorsementServiceTax>0</PropPremiumCalculation_EndorsementServiceTax>\r\n"
" <PropPremiumCalculation_EndorsementStampDuty>0</PropPremiumCalculation_EndorsementStampDuty>\r\n"
" <PropPremiumCalculation_EndorsementTerrorismPremium>0</PropPremiumCalculation_EndorsementTerrorismPremium>\r\n"
" <PropPremiumCalculation_GrossCoverPremium>0</PropPremiumCalculation_GrossCoverPremium>\r\n"
" <PropPremiumCalculation_NetODPremium>0</PropPremiumCalculation_NetODPremium>\r\n"
" <PropPremiumCalculation_NetPremium>0</PropPremiumCalculation_NetPremium>\r\n"
" <PropPremiumCalculation_NetTPPremium>0</PropPremiumCalculation_NetTPPremium>\r\n"
" <PropPremiumCalculation_SP_PR_LTFactor>0</PropPremiumCalculation_SP_PR_LTFactor>\r\n"
" <PropPremiumCalculation_ServiceTax>0</PropPremiumCalculation_ServiceTax>\r\n"
" <PropPremiumCalculation_StampDuty>0</PropPremiumCalculation_StampDuty>\r\n"
" <PropPremiumCalculation_StampDutyApplicability>false</PropPremiumCalculation_StampDutyApplicability>\r\n"
" <PropPremiumCalculation_TerrorismPremium>0</PropPremiumCalculation_TerrorismPremium>\r\n"
" <PropPremiumCalculation_TotalPremium>0</PropPremiumCalculation_TotalPremium>\r\n"
" <PropPremiumCalculation_TransferFeeAmount>0</PropPremiumCalculation_TransferFeeAmount>\r\n"
" <PropPreviousPolicyDetails_AddRow>false</PropPreviousPolicyDetails_AddRow>\r\n"
" <PropPreviousPolicyDetails_CalculateClaimRatio>false</PropPreviousPolicyDetails_CalculateClaimRatio>\r\n"
" <PropPreviousPolicyDetails_ClaimRatio>0</PropPreviousPolicyDetails_ClaimRatio>\r\n"
" <PropPreviousPolicyDetails_NCBPercentage>0</PropPreviousPolicyDetails_NCBPercentage>\r\n"
" <PropPreviousPolicyDetails_OldTariffSlab>false</PropPreviousPolicyDetails_OldTariffSlab>\r\n"
" <PropPreviousPolicyDetails_Validate>false</PropPreviousPolicyDetails_Validate>\r\n"
" <PropProductDetails_DepartmentCode>0</PropProductDetails_DepartmentCode>\r\n"
" <PropProductDetails_ProductCode>0</PropProductDetails_ProductCode>\r\n"
" <PropReferenceNoDate_ReferenceNo_Mandatary>0</PropReferenceNoDate_ReferenceNo_Mandatary>\r\n"
" <PropRisks_AAMembership>false</PropRisks_AAMembership>\r\n"
" <PropRisks_Age>0</PropRisks_Age>\r\n"
" <PropRisks_AntiTheftCheck>false</PropRisks_AntiTheftCheck>\r\n"
" <PropRisks_AuthorityLocation_Mandatary>Kolkata - WB 01</PropRisks_AuthorityLocation_Mandatary>\r\n"
" <PropRisks_Bangladesh>false</PropRisks_Bangladesh>\r\n"
" <PropRisks_Bhutan>false</PropRisks_Bhutan>\r\n"
" <PropRisks_CalcType>Basic</PropRisks_CalcType>\r\n"
" <PropRisks_CertifiedbyARAI>false</PropRisks_CertifiedbyARAI>\r\n"
" <PropRisks_Chassisn_Mandatary>{P_chassisno}</PropRisks_Chassisn_Mandatary>\r\n"
" <PropRisks_Col>\r\n"
" <Risks>\r\n"
" <IsOptionalCover>false</IsOptionalCover>\r\n"
" <PropRisks_CoverDetails_Col>\r\n"
" <Risks_CoverDetails>\r\n"
" <PropCoverDetails_Applicable>true</PropCoverDetails_Applicable>\r\n"
" <PropCoverDetails_CoverGroups>Basic - OD</PropCoverDetails_CoverGroups>\r\n"
" <PropCoverDetails_DifferentialSI>0</PropCoverDetails_DifferentialSI>\r\n"
" <PropCoverDetails_EndorsementAmount>0</PropCoverDetails_EndorsementAmount>\r\n"
" <PropCoverDetails_IsDataDeleted>false</PropCoverDetails_IsDataDeleted>\r\n"
" <PropCoverDetails_IsOldDataDeleted>false</PropCoverDetails_IsOldDataDeleted>\r\n"
" <PropCoverDetails_Premium>0</PropCoverDetails_Premium>\r\n"
" <PropCoverDetails_Rate>0</PropCoverDetails_Rate>\r\n"
" <PropCoverDetails_SumInsured>0</PropCoverDetails_SumInsured>\r\n"
" </Risks_CoverDetails>\r\n"
" <Risks_CoverDetails>\r\n"
" <PropCoverDetails_Applicable>true</PropCoverDetails_Applicable>\r\n"
" <PropCoverDetails_CoverGroups>Basic - TP</PropCoverDetails_CoverGroups>\r\n"
" <PropCoverDetails_DifferentialSI>0</PropCoverDetails_DifferentialSI>\r\n"
" <PropCoverDetails_EndorsementAmount>0</PropCoverDetails_EndorsementAmount>\r\n"
" <PropCoverDetails_IsDataDeleted>false</PropCoverDetails_IsDataDeleted>\r\n"
" <PropCoverDetails_IsOldDataDeleted>false</PropCoverDetails_IsOldDataDeleted>\r\n"
" <PropCoverDetails_Premium>0</PropCoverDetails_Premium>\r\n"
" <PropCoverDetails_Rate>0</PropCoverDetails_Rate>\r\n"
" <PropCoverDetails_SumInsured>0</PropCoverDetails_SumInsured>\r\n"
" </Risks_CoverDetails>\r\n"
" </PropRisks_CoverDetails_Col>\r\n"
" <PropRisks_DifferentialSI>0</PropRisks_DifferentialSI>\r\n"
" <PropRisks_EndorsementAmount>0</PropRisks_EndorsementAmount>\r\n"
" <PropRisks_IsDataDeleted>false</PropRisks_IsDataDeleted>\r\n"
" <PropRisks_IsOldDataDeleted>false</PropRisks_IsOldDataDeleted>\r\n"
" <PropRisks_Premium>0</PropRisks_Premium>\r\n"
" <PropRisks_Rate>0</PropRisks_Rate>\r\n"
" <PropRisks_SumInsured>0</PropRisks_SumInsured>\r\n"
" <PropRisks_VehicleSIComponent>Vehicle Base Value</PropRisks_VehicleSIComponent>\r\n"
" </Risks>\r\n"
" </PropRisks_Col>\r\n"
" <PropRisks_Colorofthevehicle>RED</PropRisks_Colorofthevehicle>\r\n"
" <PropRisks_CompulsoryExcess>0</PropRisks_CompulsoryExcess>\r\n"
" <PropRisks_CourtesyCar>false</PropRisks_CourtesyCar>\r\n"
" <PropRisks_DateOfTmpRegistration />\r\n"
" <PropRisks_DateofRegistration>01/10/2016</PropRisks_DateofRegistration>\r\n"
" <PropRisks_Dateofdelivery />\r\n"
" <PropRisks_DetariffFlag>0</PropRisks_DetariffFlag>\r\n"
" <PropRisks_DrvTutionLDChk>false</PropRisks_DrvTutionLDChk>\r\n"
" <PropRisks_Engineno_Mandatary>{P_engineno}</PropRisks_Engineno_Mandatary>\r\n"
" <PropRisks_Expirydate />\r\n"
" <PropRisks_Exshowroomprice_Mandatary>0</PropRisks_Exshowroomprice_Mandatary>\r\n"
" <PropRisks_ExtraNode10>0</PropRisks_ExtraNode10>\r\n"
" <PropRisks_ExtraNode8>false</PropRisks_ExtraNode8>\r\n"
" <PropRisks_ExtraNode9>0</PropRisks_ExtraNode9>\r\n"
" <PropRisks_ForeignEmbassyCheck>false</PropRisks_ForeignEmbassyCheck>\r\n"
" <PropRisks_FuelUsed_Mandatary>Petrol</PropRisks_FuelUsed_Mandatary>\r\n"
" <PropRisks_Geographicalareaextention>false</PropRisks_Geographicalareaextention>\r\n"
" <PropRisks_HPCubicCapacity_Mandatary>1405</PropRisks_HPCubicCapacity_Mandatary>\r\n"
" <PropRisks_HandicapLDCheck>false</PropRisks_HandicapLDCheck>\r\n"
" <PropRisks_IDVofthevehicle>{P_IDV}</PropRisks_IDVofthevehicle>\r\n"
" <PropRisks_ImposedExcessAmount>0</PropRisks_ImposedExcessAmount>\r\n"
" <PropRisks_InBuiltLPGkit>false</PropRisks_InBuiltLPGkit>\r\n"
" <PropRisks_InbuiltCNGKit>false</PropRisks_InbuiltCNGKit>\r\n"
" <PropRisks_IsNilDepreciation>false</PropRisks_IsNilDepreciation>\r\n"
" <PropRisks_IsPersonalEffect>false</PropRisks_IsPersonalEffect>\r\n"
" <PropRisks_IsTheCarCeritifiedAsVcVcccI>false</PropRisks_IsTheCarCeritifiedAsVcVcccI>\r\n"
" <PropRisks_IsVehicle>NEW</PropRisks_IsVehicle>\r\n"
" <PropRisks_IsVehicleImported>false</PropRisks_IsVehicleImported>\r\n"
" <PropRisks_LicenseIssueDate />\r\n"
" <PropRisks_Lifemember>false</PropRisks_Lifemember>\r\n"
" <PropRisks_LiscensedCarryingCapacity_Mandatary>0</PropRisks_LiscensedCarryingCapacity_Mandatary>\r\n"
" <PropRisks_Liscenseexpirydate />\r\n"
" <PropRisks_LtdOwnPremisesCheck>false</PropRisks_LtdOwnPremisesCheck>\r\n"
" <PropRisks_Make>Indica V2</PropRisks_Make>\r\n"
" <PropRisks_Maldives>false</PropRisks_Maldives>\r\n"
" <PropRisks_Manufacture>Tata Motors</PropRisks_Manufacture>\r\n"
" <PropRisks_ManufactureCode>4501</PropRisks_ManufactureCode>\r\n"
" <PropRisks_ManufactureMonth>1</PropRisks_ManufactureMonth>\r\n"
" <PropRisks_MedicalCoverOpted>false</PropRisks_MedicalCoverOpted>\r\n"
" <PropRisks_Model>Turbo C DLG TURBO-BS III</PropRisks_Model>\r\n"
" <PropRisks_ModelCode>450154</PropRisks_ModelCode>\r\n"
" <PropRisks_Nepal>false</PropRisks_Nepal>\r\n"
" <PropRisks_NilDep>0</PropRisks_NilDep>\r\n"
" <PropRisks_NoClaimBonusApplicable>false</PropRisks_NoClaimBonusApplicable>\r\n"
" <PropRisks_NoOfEmployees>0</PropRisks_NoOfEmployees>\r\n"
" <PropRisks_NoOfPersonsNamed>0</PropRisks_NoOfPersonsNamed>\r\n"
" <PropRisks_NoOfPersonsUnnamed>0</PropRisks_NoOfPersonsUnnamed>\r\n"
" <PropRisks_NoOfSafetyFeature>0</PropRisks_NoOfSafetyFeature>\r\n"
" <PropRisks_NoOfWorkmen>0</PropRisks_NoOfWorkmen>\r\n"
" <PropRisks_NoofDrivers>0</PropRisks_NoofDrivers>\r\n"
" <PropRisks_NoofTrailers>0</PropRisks_NoofTrailers>\r\n"
" <PropRisks_ObsoleteIDV>0</PropRisks_ObsoleteIDV>\r\n"
" <PropRisks_ObsoleteVehicleOtherMake>false</PropRisks_ObsoleteVehicleOtherMake>\r\n"
" <PropRisks_OtherInfo5>0</PropRisks_OtherInfo5>\r\n"
" <PropRisks_OtherInfo6>0</PropRisks_OtherInfo6>\r\n"
" <PropRisks_PaidDriverCleaner>0</PropRisks_PaidDriverCleaner>\r\n"
" <PropRisks_PaidDriverSI>0</PropRisks_PaidDriverSI>\r\n"
" <PropRisks_Pakistan>false</PropRisks_Pakistan>\r\n"
" <PropRisks_PrevYearNCB>0</PropRisks_PrevYearNCB>\r\n"
" <PropRisks_RTOCode>1920</PropRisks_RTOCode>\r\n"
" <PropRisks_RallyCheck>false</PropRisks_RallyCheck>\r\n"
" <PropRisks_Rallyfromdate />\r\n"
" <PropRisks_Rallytodate />\r\n"
" <PropRisks_RegistrationNUmber3>Y</PropRisks_RegistrationNUmber3>\r\n"
" <PropRisks_RegistrationNumber>WB</PropRisks_RegistrationNumber>\r\n"
" <PropRisks_RegistrationNumber2>37</PropRisks_RegistrationNumber2>\r\n"
" <PropRisks_RegistrationNumber4>{P_registrationno4thdigit}</PropRisks_RegistrationNumber4>\r\n"
" <PropRisks_ReliabilityTrialCheck>false</PropRisks_ReliabilityTrialCheck>\r\n"
" <PropRisks_Reliabilitytrialorracingdate />\r\n"
" <PropRisks_Reliabilitytrialorracingtodate />\r\n"
" <PropRisks_RiskStartDate_Mandatary>{P_startdate}</PropRisks_RiskStartDate_Mandatary>\r\n"
" <PropRisks_RiskVariant>PackagePolicy</PropRisks_RiskVariant>\r\n"
" <PropRisks_SeatingCapacity_Mandatary>5</PropRisks_SeatingCapacity_Mandatary>\r\n"
" <PropRisks_Srilanka>false</PropRisks_Srilanka>\r\n"
" <PropRisks_TPPDCover_Mandatary>750000</PropRisks_TPPDCover_Mandatary>\r\n"
" <PropRisks_ThreeWheelerHandicapCheck>false</PropRisks_ThreeWheelerHandicapCheck>\r\n"
" <PropRisks_TowingCharges>0</PropRisks_TowingCharges>\r\n"
" <PropRisks_TrailerOD>0</PropRisks_TrailerOD>\r\n"
" <PropRisks_TrailerODRate>0</PropRisks_TrailerODRate>\r\n"
" <PropRisks_Typeofbody_Mandatary>Saloon</PropRisks_Typeofbody_Mandatary>\r\n"
" <PropRisks_UnnamedPASI>0</PropRisks_UnnamedPASI>\r\n"
" <PropRisks_ValidDrivingLicense>false</PropRisks_ValidDrivingLicense>\r\n"
" <PropRisks_VechilesLDSailors>false</PropRisks_VechilesLDSailors>\r\n"
" <PropRisks_VehicleAge_Mandatary>0</PropRisks_VehicleAge_Mandatary>\r\n"
" <PropRisks_VehicleIDV>0</PropRisks_VehicleIDV>\r\n"
" <PropRisks_VehicleLaidUpRefund>0</PropRisks_VehicleLaidUpRefund>\r\n"
" <PropRisks_VehicleLaidUpRefund2>0</PropRisks_VehicleLaidUpRefund2>\r\n"
" <PropRisks_VehicleTypeCode>45</PropRisks_VehicleTypeCode>\r\n"
" <PropRisks_Vintagecarfromdate />\r\n"
" <PropRisks_VoluntaryExcessAmount>0</PropRisks_VoluntaryExcessAmount>\r\n"
" <PropRisks_WhthrPrevTPRtChrgbl>false</PropRisks_WhthrPrevTPRtChrgbl>\r\n"
" <PropRisks_YearofManufacture>2016</PropRisks_YearofManufacture>\r\n"
" <PropRisks_Zone_Mandatary>Zone-A</PropRisks_Zone_Mandatary>\r\n"
" <PropRisks_laidupvehiclepremium>0</PropRisks_laidupvehiclepremium>\r\n"
" <PropRisks_racingOD>0</PropRisks_racingOD>\r\n"
" <PropRisks_racingTP>0</PropRisks_racingTP>\r\n"
" <PropRisks_rallyOD>0</PropRisks_rallyOD>\r\n"
" <PropRisks_rallyTP>0</PropRisks_rallyTP>\r\n"
" <PropWarranty_DepartmentCode>0</PropWarranty_DepartmentCode>\r\n"
" <PropWarranty_ProductCode>0</PropWarranty_ProductCode>\r\n"
"</UserData_PrivateCar_ABC>\\x01@\\x17strLVReturnProposalData\\x99\\x01Y@\\x1AobjLVGeneralServiceAppData\t\\x01b8http://schemas.datacontract.org/2004/07/GeneralServiceBL\t\\x01i)http://www.w3.org/2001/XMLSchema-instance_\tAuthToken.\\x03nil\\x86\\x01_\\x07BlockId\\x81_\\x12CancellationNotice\\x85_\\x12EndorsementSubType.\\x03nil\\x86\\x01_\\x18IndividualPremiumDetails.\\x03nil\\x86\\x01_\\x12IsNewProposalFetch\\x85_\\x1FIsOptinalServiceRunsIndependent\\x85_\\x19IsPackageNewProposalFetch\\x85_\\x0FIsSaveOnWarning\\x85_\\x0FModeOfOperation.\\x03nil\\x86\\x01_\\x17NextButtonLogicRequired\\x87_\\x14PolicyPremiumDetails.\\x03nil\\x86\\x01_\\x0BProductCode\\x99\\x043111_\\x0FReferenceNumber\\x99\\x0F{C_ProposalID}_\rRenewalNotice\\x85_\\x0BSaveAsQuote\\x85_\\x0EServiceContext.\\x03nil\\x86\\x01_\rTransactionId\\x99\\x0F{CorrelationParameter}_\\x11TransactionLockId.\\x03nil\\x86\\x01_\\x0FTransactionTime.\\x03nil\\x86\\x01_\\x08UserRole\\x99\\x07'ADMIN'_\\x11WorkSheetRequired\\x87_\\x1EblnFirstTimePageLoadAfterFetc"
"h\\x87\\x01\\x01\\x01\\x01",
LAST);
lr_end_transaction("1_transaction_premium calculate",LR_AUTO);
Thanks,
AbhijitK
Hi
Yes, this absolutly possible and it is because of two factors.
1. There are only 7 values.
2. The 90% percentile value is a value of one of the samples and not an interpolated value.
The following values will give the exact results in the report.
1 0.389 2 0.551 3 0.591 4 0.611 5 0.611 6 0.747 7 0.868
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.
Hello,
Which protocol are you using?
What happens if you run less than 25 Vusers?
What happens when you manually logon to the application while there are more than 25 Vusers? Are you being prompted to authenticate as well?
Regards,
Shlomi
Hi Betzalel,
From past experience I know TruClient faced some issues with svg elements. We have managed to overcome it in some cases and failed in others.
Which LR version do you use and which browser?
Can you please elaborate what is not working well?
> Does TruClient fail recording it?
> What happens if you manually add a Generic Object Action, modify the step action to what you need and use "Play this step" option. Will that fail?
Regards,
Shlomi
As an NV advocate :) I will bring to your attention some problems you might encounter when testing across the real network instead of with NV. Even though the use case you are describing (all the users are desktop users connecting from NY) is relatively simple network conditions-wise.
See page 8 in https://www.hpe.com/h20195/V2/GetPDF.aspx/4AA6-5788ENW.pdf
In case you are not familiar with it by the way, NV also provides recommendations for optimizing the performance of HTTP/S based applications (NV Insights).
Regards,
Yaron
Hi AbhijitK
Can you attach any zip file with script that show this problem ?
i need to check the snapshot view + content type that comes from server .
Thanks
Oren
Hi Shlomi,
Thank you for the quick help.
Please find the attached screenshots.
Behaviour in IE11:
1. Here to activate a CA, user clicks on ‘Activate CA’ button, please refer the image Test1.png
2. New window will open as below, after clicking on ‘Activate CA’, please refer the image test2.png
3. Complete new window, please refer the image test3.png
Behaviour in True Client IE:
1. Please refer to the image test4.png
2. New window is not opening, empty blank tag is getting opened as shown in test5.png
Could you please have a look once and let us know if more info is required.
Regards,
Khaja Shaik.