Is there any MS Access addin in QTP?
Answers were Sorted based on User's Feedback
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 |
Answer / raghu
I am not able to identify the objects created in MS Access
Forms using QTP 9.2, Is there any add inn to resolve this
issue?
| Is This Answer Correct ? | 1 Yes | 1 No |
Hello Ss,
What do you think about your answer. Are you sure 100% it is
correct. Here many people used to learn many things, if you
don't know the answer please ask do not give answers. You
are showing the wrong path to viewers. please do not repeat
again, be professional asking question and learning is not
wrong don't feel like that.
Okay...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ss
Only 3 default Add-ins are available in QTP -
Activex, Visual Basic, Web
QTP also supports other add-in's like MS- Access but we
need to get the license to use these AddIns.
*Correct me if my answer is incorrect.
| Is This Answer Correct ? | 2 Yes | 4 No |
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
What are the views available in quicktest professional (qtp)?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
What are the features and benefits of Quick Test Pro(QTP)?
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
What is the latest version of qtp?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
How will u integrate oracel with QTP?
Can any one send me the QTP Basic Coding Samples?
What is the QTP test frame work?