QTP
Local & Shared Object Repository in QTP/UFT
What is Object Repository in QTP? Object Repository is a collection of Test Objects and...
An output value step is a step in which an object property value is captured at a specific point in your test and stored at the desired location. The stored values can be used as input at different points in a test script
Types of Output Values in Micro Focus UFT
Creating an Output Value is very similar to creating a Checkpoint. A Standard output value can be used on any object to an output value of any of its properties. You can select one or many properties from the same object as output. Following the video, gives steps to create a standard output value to print.
During run time, HP QTP stores output value in datasheet which is cleared as soon as a test is over.
SystemUtil.Run "C:\Program Files\HP\samples\flight\app\flight.exe"
Dialog("Login").WinEdit("Agent Name:").SetDataTable("AgentName",dtGlobalsheet)
Dialog("Login").WinEdit("Password:").SetDataTable("Password",dtGlobalsheet)
Dialog("Login").WinButton("OK").Click
Dialog("Login").Dialog("FlightReservations").Static("Please enter agent name").OutputCheckPoint("ErrorMessage")
Dialog("Login").Dialog("FlightReservations").WinEdit("OK").Click
Dialog("Login").WinEdit("Cancel").Click
What is Object Repository in QTP? Object Repository is a collection of Test Objects and...
What is Object Identification? QTP also uses a "human" like technology for object identification. During...
Installing the trial version of HP UFT or QTP from the Micro Focus site is a 2-step process. Part 1)...
Traning Summary In this course, you will learn test automation using QTP tool now called as Micro Focus...
What is Ordinal Identifier? If mandatory and assistive properties are insufficient to identify an object...
This questionnaire is divided into Beginner and Advance questions. If you are experienced in QTP...