Loadrunner protocol for Oracle e-business suite
Which protocol has to be selected for record/playback Oracle e-business suite ?
What is tuning in loadrunner? How to use this tuning option in any project?Any one pls explain me in detail.
How to tune load runner for network related issues?
We are having different tunings like
DB Tuning
Network Tuning
Server Tuning and so on
When we get performing numbers bad then we will work with the above concern teams to get the results good as client expected.
What is the meaning of following extns : 1) .Usr, 2) .Lrs, 3) .Lrr ?
*.usr - Load runner Script can be interpreted as User
*.lrs - Load Runner Scenario (Controller)
*.lrr- Load Runner Result (Analysis)
.usr - File Extension name vuser files created with Vugen .
.lrs - File Extension for Load runner Scenario Files which is created to LR controller .
.lrr - Filr Extension for Load runner result file which is created by the controller which shall be passed for analysis.
Is vugen licensed? Can one download vugen for free without the loadrunner component?
If you read the license policy (Terms & Conditions) while installing VUGen, your queries would be answered.
Normally, one can not use VUGen until & unless one have licenses for Controller - Check VUGen for license policy before installing!
There is no need of license for Vugen. The actual license needed for LR is Controller.
Controller will be installed in one machine which is licensed and Vugen is installed in other machines of same network.
Vugen is for recording and writing the script.
where controller runs the script.
I installed LR 9.5 on XP virtual machine but Controller is not working and following error is encountering "LoadRunner Controller cannot create Vusers. Ensure that your load generators are available and that your scripts are valid."
Could you please suggest some workaround.
Yes you can install LR on Virtual machines. Don't install LR when you are connected to the VM server thru Remote desktop instead make use of VNC or PcAnywhere to connect to the vm machine and install.
Loadrunner roles and responsbilities
What are the performance tester roles and responsbilities (using loadrunner)
what the exact need of the client who given total details of the business.
There won't be load runner roles and responsibilities.It is the roles of performance enginer and there won't be difference between the roles what ever tool you use for performance testing.Resposibilit...
The Languages used by loadrunner are
1) ANSI C
2) VB Scripts
3) Java Scripts
And apart from this it uses n number of built-in functions provided for seperate protocols like HTTP/HTML, Citrix, Java, etc..
Load Runner uses only the load script language
Manual scenario and goal oriented scenario
What is difference between manual scenario and goal oriented scenario?
As the name itself indicates, in manual scenario the scenario is designed manually. That means, we manually instruct the lr how many users to run and for how much duration and in what way the vusers h...
Manual Scenario: You have to control the vusers and execution of scenario. Here we have to define How many Vusers to run for each script? How much Duration it has to run? How the vusers need...
What is elapsed time in load runner?
Elapsed time designates how much time has passed since the launch of the current event and is measured differently for different screens as given below - In Scenario Status Window - Elapsed time is...
You can try web services protocol in Load Runner.
Your thoughts are welcome :)
Swapnil.
Hi,
I dont know how to record stored procedures but i know how to generate script for xml based requests.May be you can use the same way. use web_custom_request function for doing this.
Hi all,in my script ... I have a parameter with name "role_group"...Based on the value of that parameter I want to run the action related to it ...I need to know how to code it correctly ... Cause what I write keeps giving syntax error.Also I would be very thankful if you would tell me how to do this...
if (strcmp(lr_eval_string("{Username}") , "swapnil") == 0 )
{
Logoff();
}
else
{
call to any other actions as you desire.
}
Can loadrunner be used for baseline performance test, and if yes, then how, when and with what limitation?
Sometimes it happens that we don't know in any aspect like a newly devloped application so for knowing its behavior performance wise we conduct a standard test called baseline test. in this test usual...
Which protocol does load runner supports?
Load Runner supports all network protocols.
Realtime steps to do perform test of website
Can you explain about the realtime steps to do performance testing when you got a web site in your hand to test.I just want to know what are the documents, details we need to collect before starting the test.Just give me a brief description about how to start perf.Test?
What is the common run time setting for all the protocols?
General tab is the common for all protocol
Tell me the solution for this, I have already set stepdownload time 1000 in runtime settings > preference > option.
Non of the the solutions suggested are appropriate:1. The setting to define Stepdownload Time out as Warning in Options is not for non resources, it is for resources.2. It is not application related i...
Its an application issue where the response time is greater than expected.
Right boundary and lEFT boundary in correlation
What is right boundary and lEFT boundary in correlation??How to find them in the script?
The left and right boundries are the boundries from each side of the searched string within the serber responses.Notice that after each script recording the generation log is been populated with the r...
LB and RB are used to capture the different dyamic valus returned by the sever. you have to use web_reg_save function for this
Load runner recording error 26609
I am new to loadrunner.I was going through tutorial. I recorded the steps of reserving the flight on the site:http://localhost:1080/mercurywebtours/when I ran the test, I came across the following error:action.C(6): error -26609: http status-code=503 (service unavailable) for "http://www.Localhost.Com/mercurywebtours/"...
Mabobain,
That means:The server is currently unable to handle the request. The server returned the error: "SERVICE UNAVAILABLE".
Troubleshooting for this:
Try to access the URL or the application being tested from a browser on the same machine
Vb 6.0 and SQL 2000 performance testing
Which protocol to use for vb 6.0 and SQL 2000 databace, application using load runner?
What is the importance of ordinance?
web(Http/HtML) and Oracle NCA