How do we edit the script in QTP. Anybody can explain in
detail..Thanks in advacne...
Answer Posted / nalini
We can edit the scripts in expert view. editing checkpoint
properties. Inserting if conditions, loops,error handling,
comments, etc.,
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Object repositories types, which and when to use?
What are the different attribute used with regular expression?
What is checking bitmaps?
What is object spy in quicktest professional?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How to associate shared object repository to test in qtp?
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
How to recognise the webelement and verifying that webelement is enabled?
Explain in brief about the qtp automation object model (aom).
What is the new version of qtp which is recently released in the market?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Hi,All How to create a link in excel sheet using qtp
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to connect to a database?