Dim From From = TimeSerial( 11, 0, 0 ) ‘ to emphasize 24 hour clock! 11 AM Dim Till Till = TimeSerial( 13, 0, 0 ) Dim oFS Set oFS = CreateObject( “Scripting.FileSystemObject” ) Dim … more →
Quick test professionalfalaque wrote 1 month ago: When we tried to use word automation from .Net in ASP .Net application earlier it was working but th … more →
kentmerrell wrote 1 year ago: This article explains how you can create a Word document from scratch and serve it over http. http:/ … 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: 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 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 →
quicktestprofessional wrote 1 year ago: Running stored procedures from QTP Public Function BIP_sqlRunStoredProcedure (sSProcName, sParamete … more →
quicktestprofessional wrote 1 year ago: Use the CompareFiles function The following function can be used to check and compare the content of … more →
quicktestprofessional wrote 1 year ago: ‘*********************************************************************** ‘SCENARIO NAME … more →
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 →