Have you used xml check point in your project? How?
No Answer is Posted For this Question
Be the First to Post Answer
What is descriptive Programming in qtp.
how can we compare descriptive programing with a regular expression
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 are the metrics in general we use in testing.
How to use Environment parameterization in QTP? Explain with an example.
What is text check point and text area check point?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What is the Diff between Image check-point and Bit map Check point?
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
How can we translate the steps between the Keyword and Expert Views?
Question:how many types of repositories in QTP9.2?and explain??
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..