Where do u use Performance testing ?
Answers were Sorted based on User's Feedback
Answer / krish...
This is not the question expected by the TCS employee... Anyway... all the above are looking like web definitions.. the simple definition for this is- To find the capacity or stability of the application under a prescribed number of users working on it.
Just understand this for now... once you start working on it.. you will come to know more...
EX: Its just like testing a 4 seater car, with 1 person sitting in it, 2 persons sitting in it and so on untill the car doesn't move after some time cos of load.. there u can find out out how much weight it can handle.. Hope it helps.. :)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sree
it is a process of responce time of application ,we enter
the n number of virtule users in the process check wheather
the load is accessable or not
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu
it is a process of testing the response time ,
stability,when 'n' no of users entered in to the process to
check whether the load is accessable or not.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / srikanth
It covers a program broadly where a product/system is not
specified by detailed component
| Is This Answer Correct ? | 0 Yes | 0 No |
why it is recommended to add verification checks to all your scenarios ?
how can i capture the elapsed time of a scenario in a script?
What is a function to capture dynamic values in the web vuser script?
How can we invoke a parellel process in load runner using C or perl language?
Which components have you used in loadrunner ?
lr_debug_message ?
what are the baseline doc for performance testing?
How a request is routed (request flow) in an n-tier architecture. digramatically explain a basic n-tier architecture.
What are the parameters in Load Runner?
what is the differance between standard log and extended log?
What is report header and what are the information contains?
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian