Answer Posted / baba fakruddin
Hello gouri,
MS - Access is a Database which is developed by Microsoft
means it is windows application. by default QTP supports
Windows applications.
You can download data from MS - Access and test.
you can use Createobject to open access and perform
operations on MS - Access
eg:
dim acc
set acc=createobject("access.application")
acc.application.visible=true
.
.
.
.
.
set acc=nothing
Here I am not very much familiar with methods please find
methods and let me know.
definite it will work try it once.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the meaning Work bench?
Can any body please tell me the steps of keyword driven framework of QTP.
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What are the types of object repositories? Which one is you are using?
Explain the types of object repositorys in qtp?
whare exactly we have to use functions and sub routain
Explain Descriptive Programming Types with Examples?
What is an object repository?
What are the factors on which script execution time is dependent?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What are the features of quick test pro(qtp)?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.