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 |
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance
What is the extension of qtp local repository?
hi is there any chance to change encoding the password
How will you send values to a cell in a webtable using QTP?
Explain how qtp identifies object?
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Please Explain The QTP real Testing process with steps.
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
What is Environment Variable and when we apply this in QTP?
how we connect oracle or sql data server database to qtp