What r the features of QTP9.2,other than QTP8.0 What r the
extre features of QTP9.2.
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the difference between link and hyperlink?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
How to get all the objects count and objects names in webpage using QTP ?
what is the use of Text output value in Qtp?
Synchronozation types in QTP
can u tell me website address of VBscript with examples.
How do I get the QTP scripts result in xml format by using vb script function?
what is the long form of QTP ?
What are the automation metrice in your project?
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -