Which Databases supports for QTP?
Answers were Sorted based on User's Feedback
Answer / poonam
We can use any database like Oracle, MS Access, SQL Server,
Mysql with QTP
Making Connection and one can use the database.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sandipgami84
yes poonam is right. but automation tester need a driver. eg
ODBC, or make a DSN.
-Sandip
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the difference between Call to Action and Copy Action?
Could you please explain me about QTP framework.
3 differences between QTP & Winrunner?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
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 can the expected image for a bitmap checkpoint be recaptured in QTP
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
Explain quicktest professional (qtp) testing process?
images are dynamically changes how to compare two images with out using the bitmap
Limitations in QTP?