What are the views available in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
will QTP 9.2 run successfully on Linux(gui) operating system
what are the Common Problems in S/w development process
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
wt is automation framework? give explonation?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
In an output value text checkpoint, where does the output value stored by default ?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What is the extension of script and object repositary files?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
What is difference between the For..Next and While..Wend statements?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.