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 select the work for complete automation and one more thing when u are going to choose automation
What are the common defects found in your project? (in qtp interview)
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How will you handle application crash using recovery scenario manager(step by step process)?
How you automate testscripts one by one or modukewise or all at once
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
What are the benefits of quick test pro(qtp)?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
Hi All, What is an XML Checkpoint in QTP? How can i use it while testing a web application? Kindly explain in detail. Thanks in advance
· What should test in BANKING DOMAIN application ?