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 |
How can i learn Descriptive programming in QTP. Please reply.
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
How to handle dynamic objects in quicktest professional?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
HOW TO DO THE BATCH TESTING USING QTP?
4. what is the use of Text output value in Qtp?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
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 handle exception when data table is not available in local host system or path is not correct(explain statement with example)
In Manual testing , can u prpare bug report in TD?