What is the difference between the keyword view and expert view?
No Answer is Posted For this Question
Be the First to Post Answer
How many ways we can parameterize data in QTP?
Explain quicktest professional testing process?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Why do we use text checkpoint as we can make use of the same in the standard check point?
How you automate testscripts one by one or moduelwise or all at once
how many wayes we do the parameterization?
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 do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Explain the types of properties that quick test learns while recording?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
How to Display last item of a Combobox by using QTP?