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.
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
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.
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 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 ...
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,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
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,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
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.
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
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...
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
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...
Good idea is to get the business profile from the business analyst. Business profile desribes what are the transactions required and number of users doing the particular transaction over a period of time.Thanks, Kanthraj.9212264980
Tanmay Bhide
Sep 25th, 2007
The criteria can be of two types: Functional based or Technical based.Functional based criteria implies 1. Business priority2. Volume of transactions /day, /hourTechnical based criteria implies1. Complexity of Code2. Search based screens3. Read/Write scenarios
As replied above it could be a case of memory leak. You may confirm memory leak be looking at your app server logs for errors like OurOfMemoryexceptions. Other possible reason could be you RAM may not have neough space..try increasing the RAM size...
As you have mentioned that, RAM has shown relaese and is almost depleted, i suspect there is memory leak in the application. Because of that only CPU exhausted( i mean Application crashed). So, There ...
There is a big difference between simultaneous and concurrent users in load testing world. Simultaneous users: Lets say that users are logging into application, send a mail and logout. In this process...
Ashish Gharde
Mar 1st, 2007
Simultaneous users have active connections to the same Web site, whereas concurrent users hit the site at exactly the same moment. Concurrent access is likely to occur at infrequent intervals. Your si...
Ans