i can done the project with QTP in that time i can say how
many members in my team size?
No Answer is Posted For this Question
Be the First to Post Answer
Differences between QTP & Winrunner?
How to connect QTP to Testdirector
How many types of actions are there in quicktest professional?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What is Environment Variable and when we apply this in QTP?
How to send QTP test results to an email...(with out using Quality Center)?
How many types of recording modes in qtp? Describe each type with an example where we use them?
When Recovery scenario actually starts while testing the application?
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
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
Explain about datafile/verification of date file when file is not available in local system?
Why use Regular Expressions?