This Example was written for comparing two XML files assuming the contents of the both XML has the following elements: <Books> <Title>QTP</Title> <Author>Mohan</Author> … more →
Quick test professionalquicktestprofessional wrote 1 year ago: This Example was written for comparing two XML files assuming the contents of the both XML has the f … more →
quicktestprofessional wrote 1 year ago: This code will open two excel sheet and compare each sheet cell by cell, if any changes there in cel … more →
quicktestprofessional wrote 1 year ago: Excel Sorting By Row: Const xlAscending = 1 Const xlNo = 2 Const xlSortRows = 2 Set objExcel = Creat … more →
quicktestprofessional wrote 1 year ago: This works for uninstalling most applications. In this example I will show how AutoCAD 2005 can be u … more →
quicktestprofessional wrote 1 year ago: Dim From From = TimeSerial( 11, 0, 0 ) ‘ to emphasize 24 hour clock! 11 AM Dim Till Till = Tim … more →
quicktestprofessional wrote 1 year ago: Dictionary Object Dictionary Object stores data key, item pairs. A Dictionary object stores the i … more →
quicktestprofessional wrote 1 year ago: Const cdtFirst = #1/1/100# Dim sFolder : sFolder = “.\” Dim oFS : Set … more →
quicktestprofessional wrote 1 year ago: How to register COM with QTP? Steps to create Intellisense in QTP: 1. Create a wsc(windows scriptin … more →
quicktestprofessional wrote 1 year ago: Get Each Radio in RadioGroup And Check Set opt=Description.Create opt(“html tag”).value= … more →
quicktestprofessional wrote 1 year ago: How to Close QTP after execution Private Function CloseQTP Set objWMIService = GetObjec … more →
quicktestprofessional wrote 1 year ago: How To close MsgBox Runtime Write the below line as the first-line in your script. Set sh = Creat … more →
quicktestprofessional wrote 1 year ago: How to run the scripts in 8.2 those are recorded in 9.0 or higher Sol: Step 1: Delete the object re … more →
quicktestprofessional wrote 1 year ago: Set bDesc = Description.Create() bDesc(“application version”).Value = “internet ex … more →
quicktestprofessional wrote 1 year ago: What’s New in Quick Test Pro 9.0 Object Repository Manager You can use the Object Repository Manager … more →
quicktestprofessional wrote 1 year ago: QTP Additional Faqs 1) How to Stop the execution of the test. Syntax Services.Abort 2)How to … more →
quicktestprofessional wrote 1 year ago: DELETE ROWS FROM XL SHEET Public Function BIP_xlsDeleteRowRange (sSrcPath, sDestPath, sStartRow, s … more →
quicktestprofessional wrote 1 year ago: DELETE COLUMNS FROM XL SHEET Public Function BIP_xlsDeleteColumnRange (sSrcPath, sDestPath, sStartC … more →
quicktestprofessional wrote 1 year ago: Function GetContentFromDB (strFileName, strSQLStatement) Dim objAdCon, objAdRs Set objAdCon = Cr … more →
quicktestprofessional wrote 1 year ago: To update information is entered into the database at runtime, you will need to add code to your scr … more →