What are the advantages of parameterization ?
I want to do QTP Certification what is the pattern of Question paper.
Dis advantages of XML checkpoint ?
What is action? How many types of actions are there in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Explain about Table and DB Checkpoints?
Set DR= CreateObject("Mercury.DeviceReplay")
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
using descriptive programming how to close all opend browsers?
How many ways we can parameterize data in QTP?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
What is the difference between two actions?
Pls let me know how to find out creation time and index for the web application in descriptive programming?