Lost your password?

Blogs about: Word Automation

Featured Blog

DCOM Error : Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005.

falaque wrote 1 month ago: When we tried to use word automation from .Net in ASP .Net application earlier it was working but th … more →

Tags: ASP. NET, example, Solution, 80070005, dcom, DCOM error, ms word, Word, Work

Server-Side Generation of Word 2007 Docs

kentmerrell wrote 1 year ago: This article explains how you can create a Word document from scratch and serve it over http. http:/ … more →

Tags: VSTO, Word 2007, Document_Parts

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, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation, QTP Additional Faqs

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, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation, compare 2 text files

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, QTP AOM, Excel 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, QTP AOM, VBS, VBScripting

How To close MsgBox Runtime9 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, QTP AOM, VBS, VBScripting

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, QTP AOM, VBS, VBScripting

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, QTP AOM, VBS, VBScripting

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, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation, QTP Additional Faqs

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, AOM, Automation Testing, Excel Automation, qtp, QTP AOM, VBS, VBScripting

DELETE ROWS FROM XL SHEET7 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, QTP AOM, VBS, VBScripting

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, QTP AOM, VBS, VBScripting

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, QTP AOM, VBS, VBScripting

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, QTP AOM, Excel Automation, QTP Additional Faqs

Running stored procedures from QTP1 comment

quicktestprofessional wrote 1 year ago: Running stored procedures from QTP  Public Function BIP_sqlRunStoredProcedure (sSProcName, sParamete … more →

Tags: Running stored procedures from QTP, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation

compare 2 text files2 comments

quicktestprofessional wrote 1 year ago: Use the CompareFiles function The following function can be used to check and compare the content of … more →

Tags: compare 2 text files, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation

Simple Code To Check All Links

quicktestprofessional wrote 1 year ago: ‘*********************************************************************** ‘SCENARIO NAME  … more →

Tags: Descriptive Programming and Child Objetcs, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation, Code To Check All Links

How to send a key command to a Web object

quicktestprofessional wrote 1 year ago: How to send a key command to a Web object Some Web objects will perform actions when certain key com … more →

Tags: Send keyboard keys, qtp, Automation Testing, VBS, VBScripting, AOM, QTP AOM, Excel Automation, QTP Additional Faqs


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS