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
Can any one send me the QTP Basic Coding Samples?
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
What r the different filters in defect in quality center
What is the pros and cons between QTP and Rational Robot
What are private functions in QTP? How they can be called from the function library?
How to give a call to another action from one action?
What is the virtual object?
How can you exit from an action?
In qtp, how you can exit for loop?
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.
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)
How to analyzing the checpoint results?
Is it possible to call win runner script in qtp?
What is qtpro?
What are table and db checkpoints?