Re: Loadrunner Analysis
I got the answer from Boychuk Mikhail. Hope it helps. Worst URLs (by average response time)a) “Layers breakdown of the URL” - This bar shows total response time (in seconds) and the coloring of...
View ArticleCorrelation Problem while using web_reg_save_param_RegExp Function
Hi friends, I have a string called in my response<TD svrVal ="1234"></TD><TD svrVal ="1234567890"></TD>.Now i want to extract the "1234567890". I wrote Regular expression...
View ArticleRe: Correlation Problem while using web_reg_save_param_RegExp Function
this is your response data i.e <TD svrVal ="1234"></TD><TD svrVal ="1234567890"></TD>.Now i want to extract the "1234567890". then Use LB=></TD><TD svrVal ="and...
View ArticleRe: Setting filter for a request in loadrunner
Run-Time Settings / Internet Protocol / Download Filters. There you can specify URLs or hosts to ignore during replay.
View ArticleRe: Correlation Problem while using web_reg_save_param_RegExp Function
Something like this, but you'll need to add the proper escapes to make it work in LoadRunner:<TD svrVal ="\d*"></TD><TD svrVal ="(\d*)"></TD> A good idea is to use Regexr...
View ArticleLR Analysis Templates are removing details from the Summary page
Hello everyone, I am using a set of templates for a particular project when preparing information for a report in the Analysis tool. Every time I apply a template to the test result data I see that...
View ArticleRe: Correlation Problem while using web_reg_save_param_RegExp Function
You could just add an Ordinal setting to the web_reg_save_param function. The 'Ord' value in the function defaults to 1, as in the first occurance, but in this case if you include "Ord=2" then it'll...
View ArticleRe: LR Analysis Templates are removing details from the Summary page
usually they are all parameters from scenario which get populated. could you compare the *.asc file of default template to the new template? try matching them to the default template.if you see any of...
View ArticleLoad runner Ajax Tru Client Wait for object not found?
In my application when ever you use some functionality a loading bar appears. In Tru Client I want to end the step whever this loading bar dissappears. i.e. I want to implement "Wait For object not...
View ArticleRe: Load runner Ajax Tru Client Wait for object not found?
How to Synchronize Ajax TruClient Scripts StepsAn End Event can be one of the following:Action Completed. Step ends when its action is completed. An example of an action is a button click.DOM load....
View ArticleRe: Load runner Ajax Tru Client Wait for object not found?
But how do I evaluate that Object is not present
View ArticleRe: Load runner Ajax Tru Client Wait for object not found?
what happened when loading bar disappeared?1. you got a complete response?2. timedout?3.Page DOM load completed4. someother object indicates that you have a sucessfully?5. something else happened? "In...
View ArticleRe: Load runner Ajax Tru Client Wait for object not found?
When The loading bar diappears .... the the loading of the map is complete with your selection ...... there are no new objects that gets loaded. I have used the wait for object in othere cases where...
View ArticleRe: Is loadrunner compatible with Microsoft SharePoint 2013?
Mario ,Can you elaborate? What are the recoding options coresponding to which objectives? (The usual objective is to load-test. )Thanks, Calin.
View ArticleRe: Loadrunner Analysis
Hi HungNguyen, Thank you so much for the information. appreciated!!! Thanks,Jilly
View ArticleDoes Load Generators have to be on the same VLAN as the App under test?
Hello,Got this question from a client, please advice. Thanks,Calin
View ArticleRe: Does Load Generators have to be on the same VLAN as the App under test?
The load generators can be setup anywhere. You will need to make sure you have network connectivity between the controller and the load generators as well as the load generators and the application....
View ArticleRe: LR Analysis Templates are removing details from the Summary page
Thanks for the suggestion. That didn't quite fix my problem, but you put me on the right path. I was able to compare the default template's .asc file with my custom template's .asc file and by copying...
View Article