What r the features of QTP9.2,other than QTP8.0 What r the
extre features of QTP9.2.
Answer Posted / subhash pasupuleti
My two cents
1. QTP Version 8.2 supported Action Parameters.
but upto 8.2 supported only one Object Repository(OR)
either Local(per Action) or Global(Shared)OR
2. QTP version 9.x onwards support
1.Multiple Repositories(one Local OR plus many shared ORs)
2.Multiple Function Libraries
3.In line Editing and debugging of code in Function Libraies.
4. version 9.0 has made Actions/ Multiple Actions
obsolete in the sense we could convert Actions into
functions.Actions use more overheads and resources(memory
and disk space)
QTP 9.x extends support to Advance Key Word Driven
Testing(Framework)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What Folder Structure following in Keyword Driven Frame work?
What is the difference between byref and byval in qtp?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How to use setroproperty?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
How is test case write?
What is use of object spy?
I want to do QTP Certification what is the pattern of Question paper.
How to explain a banking project in interview as a test engineer???
write a script to verify the image path(src property) of the images which are in web pages.
What is difference between shared and local object repository?