What is the difference between QTP 8.2 and QTP 9.2 ?
Answer Posted / satya
Adv.s of QTP9.2:
1) we can rename checkpoints
2) can call multiple ORs in an action
3) can modify shared OR in OR Manager
4) OR size is increased
5) Function Definition option is avaialable
6) 'Screen Recorder' option is available in Test Results
window
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what frame work you are following?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What are the disadvantages of recording test cases in qtp?
Explain quicktest professional (qtp) testing process?
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
How do you delete unwanted results in qtp?
What is difference between run time object and test object?
How to handle dynamic objects in quicktest professional (qtp)?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What are the challenges u faced in testing with crm domain? How u overcome with?
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.
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Connect to QC using AOM.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana