Is there any MS Access addin in QTP?

Answers were Sorted based on User's Feedback



Is there any MS Access addin in QTP?..

Answer / 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

Is there any MS Access addin in QTP?..

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

Is there any MS Access addin in QTP?..

Answer / geena

Yes

Is This Answer Correct ?    2 Yes 2 No

Is there any MS Access addin in QTP?..

Answer / rajkumar

i think Ms Access used for Database purpose
" Flight Reservation" data stored in ms access in Flight32.mdb

Is This Answer Correct ?    0 Yes 0 No

Is there any MS Access addin in QTP?..

Answer / baba fakruddin

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

Is there any MS Access addin in QTP?..

Answer / swapna

no

Is This Answer Correct ?    0 Yes 1 No

Is there any MS Access addin in QTP?..

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

Post New Answer

More QTP Interview Questions

Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

0 Answers  


What is operator in VB Script?

1 Answers   IBM,


How will you handle the situation when object is not captured during record?

2 Answers  


how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?

2 Answers  


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

0 Answers  






Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen

0 Answers  


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

0 Answers  


What are the challenges u faced in testing with crm domain? How u overcome with?

0 Answers  


What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?

4 Answers   Satyam,


I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?

6 Answers   NIIT,


what is object repository?

4 Answers  


how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.

3 Answers   IBM, Questacon,


Categories