Can launch two instances of qtp on the same machine?
No Answer is Posted For this Question
Be the First to Post Answer
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories
What are the different types of Database checkpoints in QTP? when they are used?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
how will we run batch tests in qtp what is the process to run the multiple test sets?
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
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
What is contained in the object repository?
Mention what are the different types of recording modes in qtp? Which will be used when?
How does u create new test sets in TD?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.