What is load testing?

Answer Posted / ramyab.mca@gmail.com

Hai.....

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.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any one send me the QTP Basic Coding Samples?

1817


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3982


What r the different filters in defect in quality center

3503


What is the pros and cons between QTP and Rational Robot

3496


What are private functions in QTP? How they can be called from the function library?

802


How to give a call to another action from one action?

845


What is the virtual object?

878


How can you exit from an action?

789


In qtp, how you can exit for loop?

717


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

1780


1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)

1954


How to analyzing the checpoint results?

718


Is it possible to call win runner script in qtp?

844


What is qtpro?

809


What are table and db checkpoints?

793