How QTP integrate with application?
Answer / 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 |
how to identify a webtable coulmn values ,if we spy the coulmn value it is sometimes identifying as Webedit and some times it is identifying as "webelement", Could any body let me know how to handle the issue?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
When we use Object Spy? can we write QTP script before built is came in testing?
How to write business scripts using object repository with different scenarios
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!
What is object spy in quicktest professional (qtp)?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How to analyzing test results using quicktest professional?
Tell me the situations where we will use Data Driven?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What do you do if QTP doesn't recognize object ,what action should be taken