Exporting QTP runtime datatable to SQL server during
Hi Team, I am importing datatable from sql server in the global sheet, then modifying few column data. After modification, I want to write back the changes(runtime datatable) to the same datatable in...
View ArticleWebtable().GetCellData() Returns hidden values of Cells
I am trying to retrieve values of cells from a webtable using GetCellData() method but it returns hidden values of cells also. Is there any method to get only visible values of a Web Table. Code:...
View ArticleHow to retrieve an XML data from a column in DB
After successfully establishing connection with DB SQL = "Select * from EMP_MESSAGEQUEUE where WHERE SALESORDERID='MCI-130425-z0S3AL13' " If oConn.State = 1 Then oConn.Execute(SQL) msgbox "executed"...
View ArticleCan User Defined Function be Written in .txt file?
Hi Everyone, Can user defined functions be written in .txt extension. If so how to associate it to a paticular test script and what is difference between .txt file, .vbs file and .qfl file. In General...
View ArticleCheck for blank in datatable cell
HI,, Here goes my issue, I am importing excel sheet into local sheet of datatable in qtp. Now i want to check whether in a particular cell of imported data contains value or is it empty. Regards,...
View ArticleSyntax with descriptive programming
Hi Anyone able to offer some helpful advice as to why this object can't be found? I need to be able to programmatically change the index, so it's quite important to be able to do something like this....
View Articleexport data from one sheet to another sheet in data table
hi, please help me any one how can i export data table sheet1 row cells data into sheet2 specified row with column names also thanks & regards, raaj.
View Articleextjs/html5 funcational automation testing with qtp11.0
HI, Can any one help that, how to start extjs/html5 funcational automation testing with qtp11.0
View ArticleIs it possible to select JTree leafs by it's icon color?
Hi, does any one have good idea for JavaTree control from QTP script? Each JTree leaf shows have checkbox and icon. This icon dynamicaly change by its application status. My customer wants to select...
View ArticleInserting comments along with name of the script in excel
Hi All, I am running qtp scripts in batch mode using the following code, Now i want to insert description of that particular scenario along with its name Currently using below code: set qtp =...
View ArticleExport data
Hi All, I want to export data into different excel rows. Here is my script. I want the TimetakenB2 in second row but it is always override the first row. please suggest. 'Importing Data file...
View ArticleCombo Box selection issue
Hi, Can anyone suggest me a function how to select the value in combo box as label is not present for the combo box.Please suggest me its urgent for me.
View ArticleSimulate Tab in qtp
I want simulate the key tab ,how can i do this with regex??? I saw that i have to use the follow regex: \t. But i dont know how can i use this. Someone can help me,please??
View ArticleDatatable header inserting error
Hi i am using this code for inserting header of a webtable into datasheet ******************** datatable.AddSheet("TempStatusHold")...
View ArticleHow to select the first checkbox
I need to perform a search criteria and it will bring list of deals, I need to select first checkbox and perform an action This is the code I wrote Set Obj=Description.Create() Obj("html...
View ArticleExporting List of ltems from Weblist to Excel
Hi All, There is a weblist in my application. i want to export all the items from weblist to excel. when i do this the items come in bundle. i want them individually and want to export them to excel....
View ArticleInterview question
hi all, i faced interview questions those are 1. web application contains one object, he told me that object doesn't contains any property & value then how can u handle that object using QTP ?...
View ArticleRetrieve the complete height and width of a browser beyond the visible part...
Hi I want to retrieve the height/width of the browser beyond the hidden part as well. It should be the same as below in Visual studio webbrowser1.document.body.scrollrectangle.height...
View ArticleDelete Design Time DataTable
How To Delete Design Time DataTable Using QTP Interface? Ex: if i have 3 Actions, For Every action We have Design Time DataTable.. Is it Possible to Delete Action2 Design time DataTable using QTP...
View ArticleDirect function or method
hi all, a string in edit box how to conform whether the string is alphabets or numeric or special characters.. regards, raaj.
View Article