What is the significance of ordinance in web_reg_save_param during correlation?
What is correlation? When and where we used? How to run it in the software?
Correlation is the way handling dynamic values in client server communication.
The values captured will be send back to server in later steps in the script.
Correlation is typically used for handling session ids
Correlation Techniques:
Manual correlation
Automatic correlation.
HTML Pages often contain dynamic data, which is data that changes each time you access a site. When you record a script, dynamic data may be recorded into the script. Your script tries to present the...
What is the load runner start-transaction and its syntax.
It will start the transaction on the script. syntax. Lr-start-transaction("transaction name").
lr_start_transaction("TransactionName");
Syntax: lr_start_transaction("transaction name");
For ex: lr_start_transaction("Launch_Application");
This function starts recording the traffic response time between the client and server until it find its lr_end_transaction.
While editing the script we have to inserting the transaction point and rendezvous point .
It depends upon what you want to edit. Yes you can parametrize correlation adding transaction -while recording the script we can add the transaction, so no need to do after the recording.. adding the variable
Recorded script which contains the interaction between the client and server is edited by added the following :
1. Parametrization
2. Correlation
3. Transactions (Start/End)
4. Validations
5. Rendezvous point
6. Variable Declarations
What is transaction per second graph(pass).
Transaction per second graph shows all the transactions that are passed in a second.
How many types of graphs are in load runner ?
Answered by: Guest
Answered On : Jul 5th, 2006There are 5 graphs on Load Runner.
1) Hits per second graph
2) pages download per second graph
3) Transaction response time (under load) graph
4) Transaction response time (percentile) graph and
5) Network delay time graph
There are 6 Basic Categories of Graph views :
Vusers
Errors
Transactions
Network
Web Resources
System Resources
Rest There is a broad Number of Categories depending upon the Protocol used.
I agree with Arron Canham, there are many graphs you can add after the default graphs are loaded. And of course Average Transaction Response time is usually the graph your customers want to see.
How to select item from virtual listbox
I have a virtual listbox in my application. But I am not able to select any other values other than the first value while running the script. I have tried getitem method but seems like when running the script it says object does not support the method.Please suggest
There is no need to use getmethod function. You can use any of the following 2 methods: 1. Prepare a datapool for all values listed in the list box and select Sequential run. 2. you can also correlate...
If the number of hits become flat, then the issue is with,a)app serverb)web serverc)db serverd)authorization server
Its an issue with connection of Webserver.
Problem related to webserver to tune the weblogic connections
Open an existing scenario . configure the scenario. set the result directory. run the scenario.
Steps to run a scenario
Step 1:Open the sample scenario in the Editor
Step 2:Select a Display Device and Display Mode
Step 3:Select a Response Button
Step 4:Set the Report Option
Step 5:Run the Scenario
What is report header and what are the information contains.
It display general scenario information and it contain the information like (title, scenario, result start time, end time and duration).
Every report has a report header that prints at the beginning of the report.It contains information about report title, a summary table, a chart or any information that only needs to appear once at the reports start.
Through scenario wizard we can create a new scenario.
Scenario wizard is a platform for creating new scenarios.
What is smart object recognition
Smart object recognition is used to identify the GUI objects in the screen. When u recording the script automatically the object recogniser records the objects in the screen.
Each report viewer contain the report header and report viewer tool bar.
Report viewer is a report which contains report viewer tool bar and report header.
Using vuser script information dialog box.
We can modify script by using vuser scripting information dialog box.
It contain all the vuser script that vuser can run.
It is a list which contains the users script which the user can run.
During run time where the hosts saves the files.
In temporally in the local drive of each host.
During run time the hosts saves the files temporally in the local drive of each host.
What is load runner API function .
Data base vuser do not operate client application .Using load runner API function the database vuser can access the data from the server.
With the help of loadrunner API function the data in the server can be made accessible to the database users.
A scenario defines the events that occur during is testing session. Exam (deposit cash, withdraw money…).
Scenario is a sequence of actions(steps)
scenario is nothing but the tested thing
Transaction measure the time which takes for the server to respond to task submitted by the vuser.
Transactions is nothing but sends a request and get a response.
Simply it is used to measure the response time of user actions.
Mdrv process abnormal termination
How can we resolve this error " abnormal termination, caused by mdrv process termination." while excuting test in controller due to this error all the vusers are getting in error state ? Please anybody help me
> You need to open terminal session to run the scenario, ex : if you use 2 load generators (LG1, LG2)
> Means u need to open terminal sessions inside tat LGs like LG1,LG1:1,LG2,LG2:2
What does it mean?
Hi , if u get abnormal termination error means , you need to open terminal session to run the scenario, ex : if you use 2 load generators (LG1, LG2) means u need to open terminal sessions inside tat LGs like LG1,LG1:1,LG2,LG2:2
Ordinance is used to capture all the values of a dropdown
In Manual correlation web_reg_save_param("C_xxx", "LB=xxxxx", "RB=xxxxxx", "ORD=All", ...