hi friends i was tried to connect qtp with oracle database
using provider.i got a error.so anyone can help me out by
correct script
Answer Posted / chandu
The code for connecting QTP with ORACLE & MYSQL is same or
different ...?
if not , can any one provide the CODE
Thanks & Regards
Chandu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the views available in quicktest professional (qtp)?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
what is command for executing files?
banking domain description for software tester for interview
What is ObjectParamater?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Hi, how can we check or avoid the memory leakage in QTP9.2?
How are actions and functions different in QTP?
can u explain relative path architecture framework in qtp?
Give the syntax to load function at run time.
What test cases can you automate using QTP?
How does quicktest professional identifies the object in the application?
What are the challenges you faced during you entire life automation ?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?