What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
Answer / 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 |
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
Explain the concept of how quicktest professional identifies object?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
how you will do cookie testing using QTP?
can we call runaction in the funcion
What are the enhancements u did after recording ur script?
what type of application we can select for automation testing and what is the entry criteria for automation
How many types of recording facility are available in quicktest professional (qtp)?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How to handle Dynamically changing Objects in QTP?
Explain about the test fusion report of quicktest professional?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute