Hello friends.....

Can any give the methods for Ms-Access, and Mozilla firefox
in Automation Object Model in QTP.

Please give me currect answers...

if you do not understand my question please don't give
answers.

Thanking you.



Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation O..

Answer / Pardeep Kumar

In QTP (QuickTest Professional), you can automate applications using the Automation Object Model. For MS Access:

1. Record or write VBScript code to interact with MS Access objects such as tables, forms, and queries.
2. Use the OLE DB Provider for Jet database driver to connect to the Access database.

For Mozilla Firefox:

1. Use the IE Browser Control or the native Firefox WebDriver (GeckoDriver) to automate Firefox operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below

0 Answers  


How to open browser in vb script?

1 Answers  


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

1 Answers  


write a program to display the system specifications of client system with the help of vbScript.

0 Answers  


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

1 Answers  


Diff between web table ,datatable and data base (QTP)

2 Answers   TCS,


how to store charecters of HARIBABU Using arrays

4 Answers   Cap Gemini,


Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer

1 Answers  


How will you convert a string to lower case string using vbscript?

1 Answers  


How to access array data?

1 Answers  


what is resorceallocation

1 Answers  


I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????

2 Answers   Sasken,


Categories