Answer Posted / poonam
No.
Test Script can be written but load can not be created with
QTP, its basically a regression testing tool.
Yes,the same script written in QTP can be used with ASTRA to
test load.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is object spy in quicktest professional?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Suppose I want fail that check point? How can you do that?
How do I get the QTP scripts result in xml format by using vb script function?
Shall we add Local Repository to shared object repository,if yes,how we add
Where we use data driver in qtp?
What is the extension of the qtp local repository?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How many types of parameters are available in quicktest professional?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
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 is the difference between a Function and Procedure in QTP?
distinguish between old version and new version QTP features.