How to create reusuable components in QTP?
Latest Answer: Function library can also be created as Rusable component ...
How to identify WebArea on a webpage if the page has a title containing special characters?
Latest Answer: Using Accesbility checkpoint, we can identify web area on a webpage. ...
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: Using GETRO property you can identify the runtime obj propertiesRegards,Sri Laxmi ...
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. ...
How to compare the items given in a text field when the same is stored in a table format in another web page?
Latest Answer: Hi, First Get the Value and store some VariableCode:Value1 = Browser("").Page(""). Webedit("").Get RO Property("Value") Value2 = Browser("").Page(""). Webedit("").Get ...
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Latest Answer: METHOD I Set RadBtn_Desc = Description.Create()RadBtn_Desc("micclass") = "RadioButton"Set RadBtn_Coll = Browser(B).Page(P).ChildObjects(RadBtn_Desc)MsgBox RadBtn_Coll.CountMETHOD II''''''''''I ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top