What is the difference between QTP 8.2 object repository
and QTP 9.2 object repository
Any body have an please give Answer
Mail id: nagireddy.sn@gmail.com
Answer Posted / siva
In QTP 9.2 the new feature called Dynamic Management of
Object Repository here you can associate or de-associate
repositories dynamically during run time
This is one of the new feature added in QTP 9.2
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many tabs are available to view your test in a test pane and what are they?
what is the diffrence bw qtp architectute and qtp framework?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How many types of Automation frameworks are there in UFT? Describe them.
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
In what occasion we can specify global sheet and action sheet?
What is the difference in the global and action sheet in qtp?
Can any body please tell me the steps of keyword driven framework of QTP.
Mention what are the different types of recording modes in qtp? Which will be used when?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How did you use regular expressions in QTP and also in WR?
How many types of recording modes in the qtp?
How to find the path of folder in which the test is saved in qtp?
What is data driver in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!