Answer Posted / deven mehta
These integration capabilities include:
New resources and dependencies model for storing and
managing shared assets Support for asset versioning and
baselines Asset Comparison Tool for comparing versions of
individual QuickTest assets and Asset Viewer for viewing an
earlier version of a QuickTest asset A special tool for
Quality Center administrators that upgrades all QuickTest
assets to use these new features.
* QTP assets include tests, components, application areas,
and the resources associated with them, such as shared
object repositories, function libraries, recovery
scenarios, and external data tables.
New Resources and Dependencies Model
Versioning and Baselines
Asset Comparison Tool and Asset Viewer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How you debug your script?
what could go wrong with test automation?
What is contained in the object repository?
Define Environment Variable in UFT and its uses?
How can I change object description or check point values in qtp?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the syntax to call one script from another?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Can I change properties of a test object?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
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 to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me