Which Databases supports for QTP?

Answers were Sorted based on User's Feedback



Which Databases supports for QTP?..

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

Which Databases supports for QTP?..

Answer / guest

Oracle,MS-Access, SQL Server

Is This Answer Correct ?    5 Yes 0 No

Which Databases supports for QTP?..

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

Post New Answer

More QTP Interview Questions

In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this

1 Answers  


When to use shared and local object repository?

0 Answers  


what is throw object ?

1 Answers  


how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?

4 Answers   CTS,


How will you handle java tree in qtp?

1 Answers  


Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?

1 Answers  


How i can use and create Library functions in QTP and what is the proces .

2 Answers  


How many types of actions are there in quicktest professional (qtp)?

1 Answers  


can somebody send the script to write a multiplication table in notepad through qtp

3 Answers   AppLabs,


How many types of recording modes in qtp? Describe each type with an example where we use them?

1 Answers  


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account

2 Answers   TCS,


Categories