Lost your password?

Blogs about: Qtp Aom

Featured Blog

Compare 2 XML files29 comments

quicktestprofessional wrote 1 year ago: This Example was written for comparing two XML files assuming the contents of the both XML has the f … more →

Tags: XML Scripting, qtp, Automation Testing, VBS, VBScripting, AOM, Excel Automation, QTP Additional Faqs, Compare 2 XML files

Compare 2 Excel sheets cell by cell18 comments

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 →

Tags: Excel Automation, AOM, Automation Testing, Compare 2 Excel sheets, Compare 2 Excel sheets cell by cell, qtp, QTP Additional Faqs, VBS, VBScripting

Excel Sorting(Ascending , Descending) By Rows and Columns6 comments

quicktestprofessional wrote 1 year ago: Excel Sorting By Row: Const xlAscending = 1 Const xlNo = 2 Const xlSortRows = 2 Set objExcel = Creat … more →

Tags: Excel Automation, AOM, Automation Testing, Excel Sorting, Excel Sorting Ascending, Excel Sorting By Colum, Excel Sorting By Row, Excel Sorting Descending, qtp

Uninstall a software using vbscript , QTP3 comments

quicktestprofessional wrote 1 year ago: This works for uninstalling most applications. In this example I will show how AutoCAD 2005 can be u … more →

Tags: Uninstall a software using QTP, Uninstall a software using vbscript, Automation Testing, qtp, VBS, VBScripting

Get all files within a time range or specified time4 comments

quicktestprofessional wrote 1 year ago: Dim From From = TimeSerial( 11, 0, 0 ) ‘ to emphasize 24 hour clock! 11 AM Dim Till Till = Tim … more →

Tags: Files and Folders, AOM, Automation Testing, Excel Automation, Get all files within a specified time, Get all files within a time range, qtp, QTP Additional Faqs, VBS

Dictonary Object

quicktestprofessional wrote 1 year ago:  Dictionary Object  Dictionary Object  stores data key, item pairs. A Dictionary object stores the i … more →

Tags: Dictonary Object, AOM, Automation Testing, Excel Automation, parameterization, qtp, QTP Additional Faqs, VBS, VBScripting

Get The Latest Created File

quicktestprofessional wrote 1 year ago:    Const cdtFirst = #1/1/100#    Dim sFolder  : sFolder    = “.\”    Dim oFS      : Set … more →

Tags: Files and Folders, AOM, Automation Testing, compare 2 text files, Excel Automation, files, Folders, qtp, VBS

How to register COM with QTP?

quicktestprofessional wrote 1 year ago: How to register COM with QTP?  Steps to create Intellisense in QTP: 1. Create a wsc(windows scriptin … more →

Tags: COM and QTP, qtp, Automation Testing, VBS, VBScripting, AOM, Excel Automation, word automation, How to register COM with QTP

Get Each Radio in RadioGroup And Check4 comments

quicktestprofessional wrote 1 year ago: Get Each Radio in RadioGroup And Check Set opt=Description.Create opt(“html tag”).value= … more →

Tags: Descriptive Programming and Child Objetcs, AOM, Automation Testing, Excel Automation, Get Each Radio in RadioGroup And Check, qtp, VBS, VBScripting, word automation

How to Close QTP after execution

quicktestprofessional wrote 1 year ago: How to Close QTP after execution  Private Function CloseQTP             Set objWMIService = GetObjec … more →

Tags: Automation Object Model For QTP, qtp, Automation Testing, VBS, VBScripting, AOM

How To close MsgBox Runtime8 comments

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 →

Tags: QTP Tips and Faqs, AOM, Automation Testing, Excel Automation, qtp, QTP Additional Faqs, VBS, VBScripting, word automation

How to do the backward compatability in QTP 1 comment

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 →

Tags: Backward compatability in QTP, AOM, Automation Testing, Excel Automation, qtp, VBS, VBScripting, word automation

GET NAMES OF ALL OPEN BROWSERS1 comment

quicktestprofessional wrote 1 year ago: Set bDesc = Description.Create() bDesc(“application version”).Value = “internet ex … more →

Tags: Browser Scripts, AOM, Automation Testing, Excel Automation, GET NAMES OF ALL OPEN BROWSERS, qtp, VBS, VBScripting, word automation

What’s New in Quick Test Pro 9.0,9.16 comments

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 →

Tags: What’s New in Quick Test Pro 9.0, AOM, Automation Testing, Excel Automation, qtp, QTP Additional Faqs, VBS, VBScripting, What’s New in Quick Test Pro 9.0 9.1

QTP Additional Faqs4 comments

quicktestprofessional wrote 1 year ago: QTP Additional Faqs 1) How to Stop  the execution of the test.     Syntax    Services.Abort 2)How to … more →

Tags: QTP Additional Faqs, qtp, Automation Testing, VBS, VBScripting, AOM, Excel Automation, word automation

DELETE ROWS FROM XL SHEET5 comments

quicktestprofessional wrote 1 year ago: DELETE ROWS FROM  XL SHEET  Public Function BIP_xlsDeleteRowRange (sSrcPath, sDestPath, sStartRow, s … more →

Tags: Excel Automation, AOM, Automation Testing, qtp, VBS, VBScripting, word automation

DELETE COLUMNS FROM XL SHEET

quicktestprofessional wrote 1 year ago: DELETE COLUMNS FROM  XL SHEET Public Function BIP_xlsDeleteColumnRange (sSrcPath, sDestPath, sStartC … more →

Tags: Excel Automation, AOM, Automation Testing, DELETE COLUMNS FROM XL SHEET, qtp, VBS, VBScripting, word automation

ADODB CONNECTION TO READ DATA FROM EXCEL SHEET17 comments

quicktestprofessional wrote 1 year ago: Function GetContentFromDB (strFileName, strSQLStatement)   Dim objAdCon, objAdRs   Set objAdCon = Cr … more →

Tags: Excel Automation, ADODB CONNECTION TO READ DATA FROM EXCEL SHEET, AOM, Automation Testing, qtp, VBS, VBScripting, word automation

update data in a database2 comments

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 →

Tags: Update data in a database, qtp, Automation Testing, VBS, VBScripting, AOM, Excel Automation, word automation, QTP Additional Faqs


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS