What issues come up in test automation, and how do you
manage them?


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

Post New Answer

More QTP Interview Questions

How do you move objects from local object repository to shared object repository???What are methods?

1 Answers  


What is the pros and cons between QTP and Rational Robot

0 Answers   Virtusa,


What are the advantages of QTP over WinRunner?

5 Answers   CTS,


any one can send me the concepts of qtp

0 Answers  


write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)

1 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  


What is the current version of QTP?

19 Answers  


How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone

3 Answers   Livetek,


How smart identification works in qtp ?

0 Answers  


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,


Can we use Virtual Objects in Discriptive Programming?

5 Answers   Keane India Ltd,


How we can import data from database?

0 Answers  


Categories