Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Object repositories types, which and when to use?

1121


What are the different attribute used with regular expression?

1022


What is checking bitmaps?

1072


What is object spy in quicktest professional?

1173


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

2316


How to associate shared object repository to test in qtp?

1050


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

4339


How to recognise the webelement and verifying that webelement is enabled?

2248


Explain in brief about the qtp automation object model (aom).

1050


What is the new version of qtp which is recently released in the market?

1124


Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?

2295


Hi,All How to create a link in excel sheet using qtp

3494


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

2195


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1872


How to connect to a database?

1181