What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
Answer Posted / alok singh
Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-configuration Keyword Driven testing technology in Quick Test Professional 8.0 allowing for fast test creation, easier maintenance, and more powerful data-driving capability. Identifies objects with Unique Smart Object Recognition, even if they change from build to build, enabling reliable unattended script execution. Collapses test documentation and test creation to a single step with Auto-documentation technology. Enables thorough validation of applications through a full complement of checkpoints.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to capture all the data of a webtable, weblist and combolist using QTP?
How will you find the current time of the remote machine using QTP script?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What ate the Technologies supported by QTP?
Tell some commonly used Excel VBA functions?
Can we write winrunner language i.e TSL in QTP tool?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What is the pros and cons between QTP and Rational Robot
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
what are all the fileds present in object repository?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What are the steps involved in recovery scenario wizard?