what are the drawbacks for record and payback in qtp
Answer Posted / aiswaryan
1)If you are recording large apllication then QTP need to
store more number of objects in object repository. It will
make the run session very slow. since QTP has to to search
for the particular object from a larger one.
2) you cannot enhance your script in record mode.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can anybody post some real time scenario in qtp? please its very urgent.
What are the Disadvantages of shared object repository?
What r the different filters in defect in quality center
what type of automation is follwed in the project?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What is TOM in QTP?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Is it possible to change the values of analog recording?
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
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Why script error occur in between recording in qtp?
What are the benefits of quick test pro(qtp)?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is use of object spy?
How do we handle run-time errors?