Kerberos Authentication with Loadrunner 11.00
I have created a document that elaborates Kerberos authentication and how to create HTTP/HTML protocol scripts for applications that uses Kerberos authentication.Please let me know if you have any...
View ArticleRe: Syntax to read a text file.
Do you have valid SAID (Service agreement identifier) associated with your HP pass-port sign-in? HP KB articles are made available for only existing HP customers.
View ArticleRe: DotnetExtensionReplay.dll: System Exceptions: Uknown
Hi, I have two suggestions. Please try to use normal escaping in Session.Configure(@"D:\appl\SalesApp.L\SalesApp\CDAConfig\CdaConfig.xml"); 2. However this error message most likely is due to undefined...
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
Sure Peet.First of all here is a useful link for Date object in JS: http://www.w3schools.com/jsref/jsref_obj_date.aspHere is a code example I have executed in Eval JS step in TC: //current time...
View ArticleVugen 11.52 - Problem in TruClient when trying to verify Windows title
I have created a Truclient script under IE9 and need underway to verify Windows title. I have tried to use the Verify function under TruClient - but it will not let me select that object. I'm...
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
Hi Guy, Thanks, I will give it a try. As far as the issue is concerned I also tried storing the parameters first as a string as an intermediate step. However this gave the same (erroneous) results. Peet
View ArticleRe: Vugen 11.52 - Problem in TruClient when trying to verify Windows title
Hi, If you want to verify the web page title you can use Evaluate JS on Object and use XPath as an ID method. Under XPath you can put for example: //title[text()="title"] or the code which meets your...
View ArticleLoadRunner .NET project (C#) that opens connections to Oracle DB and insert...
Hi,I have a .NET project in LoadRunner that connect to SQL Server with SqlConnection oject and uses as well SqlDataAdapter/bulkCopy and other related sql methods. I used "using" of...
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
Hi Guy, One more update: I tried using the following javascript: var Time = new Date();Time.setMinutes(Time.getMinutes() - 5);var aMinutes = '' + Time.getMinutes();var aHours = '' +...
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
Peet,Can you share the script?
View ArticleRe: Load Runner Parameterisation Problem
Hi, Please review the ocuments1. HP LoadRunner v11.00 - Ajax TruClient Tips & Tricks - Object Identification Issues2. Tips and Tricks: Ajax TruClient Object Parameterizationavailable from the...
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
Well certainly not in this forum, better to make this a formal support request I suppose? Peet
View ArticleRe: Time parameter parsed incorrectly during replay in TruClient Develop...
I guess. I can't repro it in-house in order to file a defect...
View ArticleUtils.clearCookies() does not seem to work
Hello, I wanted to use the Utils.clearCookies() in a TruClient script, My idea was as follows:go to home page of application and loginperform some actionsexit the application, but leave the browser...
View ArticleRe: in lr 11 cant we add windows 2008 in controller measurement as monitor
Hi, I guess that you are referring to this window:Windows 2008 is included in LR 11.5x as an option.What we could suggest for LR 11.0x is using the SiteScope monitor and configure the required monitors...
View ArticleRe: Utils.clearCookies() does not seem to work
Hi, Utils.clearCookies() alone may not be enough. Please try to use the three functions:Utils.cleanupAutoHeaders (), Utils.clearCookies() Utils.clearCache() Another option is to reorganize your...
View ArticleRe: VuGen 11.52 Ajax TruClient for FireFox does not replay link. Same works...
RESOLVED:HP Software support helped me overcome this issue. After setting a debug mode in a HP configuration file, we found that some step was not actually working upon replay in VuGen due to a popup...
View ArticleRe: LoadRunner .NET project (C#) that opens connections to Oracle DB and...
Hi, If you are using .Net protocol script, System.Data.OracleClient is included in ADO.Net filter. Most probably you will need to record your application again after setting the correct filters. You...
View ArticleRe: Recording Service Manager
Hi, When you record a script for Service Manager it is recommended to follow the instructions in "LoadRunner scripting guide for Service Manager 9.3x clients" available form the following...
View ArticleRe: Recording Service Manager
Hi, Thank you for the white paper. I follow the setup there and was still stuck at vuser_init section: Take note of the screen at the time of login. In the out-of-box system this will be the Manage...
View Article