What are the advantages of parameterization ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

I want to do QTP Certification what is the pattern of Question paper.

0 Answers  


Dis advantages of XML checkpoint ?

0 Answers   Sapient,


What is action? How many types of actions are there in qtp?

0 Answers  


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

0 Answers  


Explain about Table and DB Checkpoints?

1 Answers   Crea,


Set DR= CreateObject("Mercury.DeviceReplay")

2 Answers  


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

1 Answers  


using descriptive programming how to close all opend browsers?

7 Answers   Satyam,


How many ways we can parameterize data in QTP?

2 Answers  


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.

3 Answers   Virtusa,


What is the difference between two actions?

1 Answers   Wipro,


Pls let me know how to find out creation time and index for the web application in descriptive programming?

2 Answers   HP,


Categories