What is Library File? How to use library files in QTP?
I have tried this way to export data from a database table to store in an excel sheet, but it is only storing the last record of the received records. Can anyone help me.Set objDB = CreateObject("ADODB.Connection")objDB.ConnectionString
Latest Answer: Set objDB = CreateObject("ADODB.Connection")objDB.ConnectionString = "DSN=mysql_qtp"objDB.OpenIf objDB.state=1 Thenmsgbox("Connection Is Establsihed")elsemsgbox("Connection is not opened")exittestEnd Ifsql_query ...
How to create reusuable components in QTP?
Latest Answer: Hi, If are you uasuing Test Script, please follow the below steps: 1) Create the Test Script in Expert View 2) Right click and select Action Properties 3) Select the check box in 'Resuable Action' 4) Provide the ...
How to identify WebArea on a webpage if the page has a title containing special characters?
Hicould somebody please help. Working on a web app. it has two sections on the left hand side is a list of folders or options. when some option is clicked on, on the right hand side all the stuff in that
Latest Answer: Or Use this function :InvokeSoftkey "DOWN" and other sub function ...
How to give database connectivity using Q.T.P
Latest Answer: This is for Access DBSet objDB = CreateObject("ADODB.Connection") 'Here, the DB is MS Access and DSN less connectionConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:Sample.MDB" objDB.Open ConnectionString 'if ...
How to Copy a Worksheet to a New Spreadsheet using VBS
Latest Answer: Do Export and Import where u want , kind of copy the excel sheet, please find the Syntax for export and import DataTable.ExportSheet(filePath)DataTable.Import ( FilePath) ...
How to identify the runtime objects in QTP 9.0?
Latest Answer: by using get roprpperty ...
How to get the values from VB or ActiveX table using QTP?
Latest Answer: Need some more information about your Query.... ...
How to make sure that script will run in both IE and Firefox browsers?
Latest Answer: 1. U should define the Object Indentification setting is vry correctly2. or May be ur application problem. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top