What are the Features & Benefits of Quick Test Pro ?

Answer Posted / ramyab.mca@gmail.com

Hai.....

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.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I change properties of a test object?

620


What are the disadvantages of recording test cases in qtp?

592


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1443


To which environments does quicktest professional (qtp) supports?

587


Explain about datafile/verification of date file when file is not available in local system?

2223






How to start recording using quicktest professional (qtp)?

595


How to analyzing the checpoint results?

520


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

1533


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2422


How to start recording using quicktest professional?

606


how will load the object during runtime?

1579


how do i know how to use tools

1447


When Recovery scenario actually starts while testing the application?

1544


How can you write the scripts that operate on different objects depending on run-time information?

2114


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

1581