Re: How to read content from a file and storing it in a string variable?
>char buffer[4096]=""; There is no need to initialize all 4K bytes with Nuls. >length = fread(buffer, sizeof(char), 4096, fp); Instead of hardcoding 4096, just use: sizeof(buffer)(Provided it...
View ArticleRe: Mobile Performance Testing
Well, if you are going to record a mobile device traffic with VuGen as a proxy, it means that first of all you need to start proxy recording in VuGen (for example IP: ABCD, port 8888). Then you want...
View ArticleRe: "Notify: max connections per server" What does this mean?
Hi Sir,Thanks. I am trying to find the solution for your post i.eNotify: max connections per server" What does this mean? but it is saying that i do not have access to find the solution. This would...
View ArticleRe: Trying to select Radio Button in Truclient
Penn,Thank you for your assistance. I am still getting Object not found. I have pasted the original data below and the JS created per your suggestion. I am not sure how to handle the GT signs and...
View ArticleRe: How to read content from a file and storing it in a string variable?
>The initialization do not set the whole memory area with nulls, it will only set it to a null terminated char array. That is NOT what the C99/C++ Standards say.If static storage duration, it is all...
View ArticleHPE Performance Engineering news - Aug 2016
Hewlett Packard Enterprise StormRunner Load 2.0 has just been released!Hewlett Packard Enterprise StormRunner Load 2.0, cloud load testing software, has just been released. Although it may be a small...
View ArticleNeed help with Correlation in LoadRunner 12.53
Hi There,I have a couple of questions regarding correlation in VuGen script and very much appreciated if I can get some help from you.I have below parameter to correlate in VuUser script and need to...
View ArticleRe: How to read content from a file and storing it in a string variable?
Interesting, there is always something new to learn. :-)But the running point here is that all (automatic) variables needs to be initialized."In the absence of explicit initialization, external and...
View ArticleRe: Need help with Correlation in LoadRunner 12.53
Hi JasonI think that your problem is trying to correlate in the wrong place. The correlation should capture the values when they are returned from the server the first time, and not in the call where...
View ArticleError during executing a scenario of C VUser script imported from SeeTest
I recorded a script using Experitest SeeTest Automation tool for mobile performance testing and then copied the code to C Vuser protocol in HP loadrunner.It is not able to identify clientWhile...
View ArticleRe: Need help with Correlation in LoadRunner 12.53
Hi OlaBerggren,Which recording level should I select? HTTP based script? or URL based script?I have recorded it in HTTP based script level ( by default) but couldn't find capturable data for...
View ArticleRe: Need help with Correlation in LoadRunner 12.53
HiYes, there is other places to look. The values visible in the script is only what you send to the server and not what is coming back.If snapshot was enabled, they can be found in the snapshot tab in...
View ArticleRe: Trying to select Radio Button in Truclient
Hi Idebner,It seems you didn't combine your str correctly, try to copy&paste this one as your str: var str = '//input[@type=\"radio\" and @value=\"' + LoanREQID + '>' + PackageID +...
View ArticleRe: Trying to select Radio Button in Truclient
Penn,Thanks for correcting my JS str. I am still getting a target not found issue. Why is it looking at the name field instead of the JS code?
View ArticleRe: Importing WSDL into LoadRunner using a certificate
Hi,Same problem here, V 12.53. I'm trying to import a service using an online WSDL, but I need to authenticate with a Certificate (not User/Pwd). I can't find the way to use my certificate, and when I...
View ArticleRe: Loading 50 Users failing in Controller and passed in Vugen replaying with...
I am using Trial version on Laod Runne which has maximum of 50 users.
View ArticleRe: Loading 50 Users failing in Controller and passed in Vugen replaying with...
Are you running this on you own PC? If so, bring up task manager and see what your system resources are doing. I know when I do this on my own PC the max I can run is 20. Larry
View ArticleRe: Loading 50 Users failing in Controller and passed in Vugen replaying with...
Hello Katpally There are 3 major reasons why you cannot get more than 30 Vuser on a one time1. The "Appliction under test" cannot hand the load of 30+ users2. The load generator(s) do not have the...
View ArticleHelp with TruClient Retries
i have some TruClient scripts developed with VuGen 12.02. i am running them in BAC/BPM 9.25.i noticed in some of the BAC page component breakdown reports that there are several web page components,...
View Article