Data cacheing do not have a negative effect on load testing results. In iother words the more data is cached on to your primary memory, it boosts the performance.To eliminate the effect of server side cacheing, parameterise the required data wherever necessary.Regards,Kanthraj.9212264980,.
Have cookies/cached data from the respective server on your machine can decrease transaction response time. This is not good practice when load testing an application. Thus, try to parameterize y...
Testing the application with minimum(we use 10% of total load) no.of users to establish the performance testing goals for any new application or enhanced applications.
This depends from company to company actually and especially the testers. However, it should be done in the initial load-testing stages and may/may not be used as a benchmark.- Anshoo Arora
Hi guys,If web application is running on the server we can test the load test as follows...Based on the criteria (data load) given by the customer we will sent the request to the server... before that...
What is the difference between lr_endtranscation("transcationname",lr_auto)lr_endtranscation("transcationname",lr_pass)lr_endtranscation("transcationname",lr_fail)
LR_AUTO: It will return the actual status as detected by the tool.LR_PASS: No matter what status you get, this transaction status will return a PASS code.LR_FAIL: Likewise, this will return a FAIL code.
Raghunath
Jan 2nd, 2007
U have to give the state of the transaction. In the given case the first one is right as it has a state of transaction. Where in the second case its not given. Every lr transaction u have to give the end statelr_auto is the state of transaction given in first case
You can use a transaction (lr_start_transaction in LR) everytime the client submits a request to the server. As for what criteria is to be used, you can use it whenever you want to test for server response times.
Hi,Throughput is nothing but the amount of data return by the server(bytessec) for the request we sent.It is includede in the client side statistics... so while executing the load test Thorughput graph will gerenate...Cheerssandy
Hi,As per my perception the header files plays the same role as they play in any c code..i.e.they contains the standard library functions to use the functions in the script.they contain the decalratio...
Hi,yes it is possible, but before doing manual correlation, scan the script for correlation using LR option in VUGen.If that value is not correlated using correlation studio then proceed with manual correlation.cheers
lr_load_dll is used to load functions defined in an external DLL.If you want the DLL function to be loaded locally use this function.So this function is available only to that particular Vuser. The ma...
Hi ,We have two types of web check in LR1. Image check2. Text checkwhat is Image Check : VuGen allows you to add a user-defined check that searches for an image on a Web page during the run.What ...
This is a very obvious problem with .Net application. Replay and Recorded snap shots doesn't match.Generally i do it as followingI try to download data during run time:File_Size = web_get_int_prop...
Hi,We dont have requierment of 100 machine more because we can do the test only one machine and generate 100 diffrent V-User for that, and execute the action of 100 V User at one time in one machine.
Script and Data pool are the two mandatory things to simulate n number of virtual users. first we need to record/develop a script for our transaction. Then we have to create datapool according to...
hiran
Nov 15th, 2006
hi,Also u can consider the data pool in the performance test.U can include the data form the data pool to smulate the same effect.tks hiran
This problem occur while u dont have enough data in the datapool(data bank).So make sure that u have created data pool according to the conductor settings.
The basic flow in LR for performance testins as followsPlanning the test>Creating Vuser Script>Creting Scenario>Running the scenario>Monitoring the scenario>Analyzing test results
we need to correlate the vuscripts either manually/aumated. So that the session id's will change accordingly. We can also check if the session id's are changing in the log files generated for every user.
Nir
May 4th, 2006
Use manual or automatic correlation for farther help get to know the books online wich is came with the Load runner boxes or the ppdf files.Nir.
Ans