In an interview, what r the general questions asked in QTP?
pls give me anwser to this question?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of Accessibility check point?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What is Object Spy?
7 Answers JKH, Ordain Solutions,
What is the difference between Call to Action and Copy Action.?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
Connect to QC using AOM.
what type of application we can select for automation testing and what is the entry criteria for automation
if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?
How to handle Java tree in QTP?
How can I import environment from a file on disk?
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
How to handle dynamic objects in quicktest professional?