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 |
What is throw Object?
Add parameters during time in each row in one column
How to connect QTP to Testdirector
The hybrid framework can be implemented for any application. Is it true?
what about f2&f6 function keys
give the code to count child objects (Total) in the page
How is the Bitmap checkpoint different from Image checkpoint?
How does qtp identify the object in the application?
Explain how you can find length of array in qtp?
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used