ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
what are the difference between qtp8.2 to 9.0

surya
 Question Submitted By :: R.surya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what are the difference between qtp8.2 to 9.0 surya
Answer
# 1
Over and above features provided with QTP 8.0 , QTP 9.2 
provides following features:
Mercury Screen Recorder :

Capture your entire run session in a movie clip or capture 
only the segments with errors, and then view your movie 
from the Test Results window.

Dynamic Management of Object Repositories:

QuickTest now has a new RepositoriesCollection reserved 
object that you can use to programmatically manage the set 
of object repositories that are associated with an action 
during a run session. 

Over and above features provided with QTP 8.2 , QTP 9.0 
provides following features:
Object Repository Manager:

You can use the Object Repository Manager to manage all of 
the shared object repositories in your organization from 
one, central location. This includes adding and defining 
objects, modifying objects and their descriptions, 
parameterizing test object property values, maintaining and 
organizing repositories, and importing and exporting 
repositories in XML format. 

You can open multiple object repositories at the same time. 
Each object repository opens in its own resizable document 
window. This enables you to compare the content of the 
repositories, to copy or move objects from one object 
repository to another, and so forth.

Object Repository Merge Tool:

You can use the Object Repository Merge Tool to merge the 
objects from two shared object repositories into a single 
shared object repository. You can also use the Object 
Repository Merge Tool to merge objects from the local 
object repository of one or more actions or components into 
a shared object repository. 

When you merge objects from two source object repositories, 
the content is copied to a new, target object repository, 
ensuring that the information in the source repositories 
remains unchanged. 

If any conflicts occur during the merge, for example, if 
two objects have the same name and test object class, but 
different test object descriptions, the relevant objects 
are highlighted in the source repositories, and the 
Resolution Options pane details the conflict and possible 
resolutions.

Multiple Object Repositories per Action or Component:

QuickTest provides several options for storing and 
accessing test objects. You can store the test objects for 
each action or component in its corresponding local object 
repository, which is unique for each action and component. 
You can also store test objects in one or more shared 
object repositories that can be used in multiple actions 
and components. Alternatively, you can use a combination of 
objects from the local object repository and one or more 
shared object repositories. You choose the combination that 
matches your testing needs.

XML Object Repository Format:

QuickTest now enables you to import and export object 
repositories from and to XML format. This enables you to 
modify object repositories using the XML editor of your 
choice and then import them back into QuickTest. You can 
import and export files either from and to the file system 
or a Quality Center project (if QuickTest is connected to 
Quality Center).

Function Library Editor: 

QuickTest now has a built-in function library editor, which 
enables you to create and edit function libraries 
containing VBScript functions, subroutines, modules, and so 
forth, and then call their functions from your test or 
component.

Handling Missing Actions and Resources: 

Whenever a testing document (test, component, or 
application area) contains a resource that cannot be found, 
QuickTest opens the Missing Resources pane and lists the 
missing resource(s). For example, a test may contain an 
action or a call to an action that cannot be found; a 
testing document may use a shared object repository that 
cannot be found; or a testing document may use a object 
repository parameter that does not have a default value. In 
all of these cases, QuickTest indicates this in the Missing 
Resources pane, enabling you to map a missing resource to 
an existing one, or remove it from the testing document, as 
required
 
Is This Answer Correct ?    2 Yes 0 No
Ajreddy
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me? IBM4
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND ADP4
How to "Turn Off" QTP results after running a Script?  2
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script IBM17
where did you automate in your project?(please tell me example senarios)  2
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples. Accenture1
difference between recording methods and recording modes in QTP Ordain-Solutions3
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also.. BirlaSoft3
How can we write script for a .net application in QTP? Can we use VB Script for .net application.  1
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana) IBM7
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?  3
What does VBS file contain...??? what is VBS file.. ??? GE6
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri  2
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?  1
3. How to handle the exceptions using recovery secnario manager in Qtp? Wipro2
what is the exact Diff. Between Test and Component in QTP?  1
one page contain next button.when we enter that its not going to next page.what type of error that one. TCS1
Explain what the difference between Shared Repository and Per_Action Repository  2
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If  1
I want to run my qtp scipt on the system where qtp is not installed .I don't want to install qtp but i want that system should use the qtp from another system in lan just the qtp instance should be launched on that system without having qtp installed on it .I probably know the solution that it will be solved through RMI but how to get this problem solved plz help i anyone know the answer Cimcon3
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com