How to use lr_get_host_name vuser functions? and also How to see the result
Latest Answer: straight out of the functional reference for LR 8.1char * my_host;my_host = lr_get_host_name( ); lr_output_message("%s", my_host); create a pointer capture the output from lr_get_host_name( ); into that pointer then output it as a ...
Latest Answer: HiThis is a Simple question to understand comming into the below example u will be clrear.1. As a user on the application u may perform different actions.2. If you do each and every action seperately it will not be a real scenario because on ...
How to use 10 different UID/PASSWORD for running one script? If it is using parametrization then how?
I have an application with the following architecture: Three-tier standard (Web Server, App Server & Database). How do I go about performance testing this application?
Latest Answer: 1. Select the Protocol type as Web(HTTP/HTML)2. Start & Stop recording on the Application (Browser level API)3. The recorded events on the Application calls loading from the Web/Application Server to interact with the DataBase server directly from the ...
What is overlay and correlate graph give the graph details
Latest Answer: Overlay graph: It displays the content of two graphs which shares common X-axis.Correlate graph: It displays Y-axis of the two graphs against each other. ...
Which protocols you have used during Load testing in LoadRunner ?
Latest Answer: This is dependant on the communication mechanism from the client to the server. Such as HTTP, RMI-Jaca, ODBC... this will have to be verified with your developers. I've placed in more details in my old site if you are keen to know more: http:// loadrunnertnt ...
How would you solve this scripting problem so that it runs correctly:The user logins in with ID and Password click the change password buttonthe user is asked to enter current password then enter new password
Latest Answer: This is the situation we need to go for PARAMETERIZATIONCreate one CSV or dat file as data file and do the parameterization for the fields.There are 4 situations we need to go for the PARAMETERIZATION1) When the application needs Unique data(Like username)2)Data ...
Explain the function for manual correlation.
Latest Answer: Sometimes "Scan for Correlation" fails to find values that must be correlated for proper playback. Example: The server returns to the browser a time stamp, formatted as 12:13:14. JScript in the browser reformats and sends it to the server on ...
Most applications that we test here are in environments which are not production-like in terms of the hardware allocated.
You will provided an example of a production vs. test environment,
How would go about performance testing in the event that our test and production environments are not alike.
You have been given an application with the following architecture: Three-tier standard (Web Server, App Server & Database). How do you go about performance testing this application?
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top