What is load testing?
Answers were Sorted based on User's Feedback
Answer / mahesh sv
Load testing is to test that if the application works fine
with the loads that result from large number of simultaneous
users, transactions and to determine weather it can handle
peak usage periods.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahesh p
it is used to check the performance of the appl.
it is done to see how the appl responds when load is given
by increasing the no. of Vusers and how does it handle and
upto what extent.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sidana
Load Testing is testing our application is working fine or
not iff and only iff in case of applying some sort of extra
load on it . Thats what is called as Performance test as well
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hariprasad reddy
Load testing is a type of performance testing, that is
conducted to determine performance metrics of an
Appication. This can be achived, by applying loads
symultanious within a client expected range .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ameena
A load test is usually conducted to understand the behavior of the application under a specific expected load.
this load can be the expected concurrent number of users on the application performing a specific number of transactions within the set duration.
this test will give out the Response time of the imp business critical transactions.
if the database, application server etc.. are also monitored and this load test can itself point towards any bottleneck in the application software....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalpana
it is used to check the processing speed with max client
required load under client required configuration.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the need of checkpoints in lr?
Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me
What are deliverables in performance test analysis ?
Where do you set Iteration for Vuser testing?
How can we capture 200 correlation value then how can handle it dyanamically.
What function is used to call Web Services in your Script?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
Can someone suggest me which is the best institute in Hyderabad for Load runner and Selenium
what is monitoring in load runner ?
What is bottlenecks and how to identify bottlenecks? Could anyone answer this question in point of interview please....
I am getting the following error when I run a HTTP/HTML protocol script in controller. It simply says Error: 27764 - “https://..... Failed”. I was given 3 solutions but none of them worked. Offered solutions are 1. Change the Http version to 1.1 in the Run time settings of the script. – Changed but still got that error. (One of our team mate) 2. Check if I am running a mix of http and https Urls – Checked and I am only using Https URLs. (SQA forum) 3. In the controller, add all the scripts to one group using the ‘Vusers’ option – Done, But still getting errors. (Client) One thing I noticed is If the servers are restarted and the logs are cleared then the probability of getting this error is minimal but as the time grows between server restart, The number of error increases. If any of you have come across this before please help me in resolving this error
Throughput ?