UFT Interview Questions and Answers

UFT Interview Questions and Answers

UFT Interview Questions and Answers, UFT Installation, UFT Tool Fundamentals, VBScript for UFT, and UFT Automation Framework. UFT Interview Questions and Answers 1) What is UFT Tool? HP Unified Functional Testing (UFT) is a Functional and Regression Test Tool, an upgraded version of QTP Tool. UFT = QTP + Service Tools QTP (QuickTest Professional) supports … Read more

UFT Class 38

UFT Class 38 (UFT Test Planning) UFT Test Process Test Planning Generating Basic Tests Enhancing Tests Running and Debugging Tests Analyzing Test Results Reporting Defects Test Planning in UFT i) Get Environment (UI design technology, Database) details from development team and select appropriate Add ins. Application Type: Web Application Application Environment: > HTML for web … Read more

UFT Class 19

UFT Class 19 (Inserting Checkpoints Part-2, Inserting Output values) Inserting Checkpoints Part-2 (9) File content checkpoint It checks content of a flat file 10) Page checkpoint It checks number of Links, number of images of a webpage and creating time of the page. 11) Image checkpoint It checks image object properties 12) Table Checkpoint It … Read more

UFT Class 13

UFT Class 13 (Parameterization) What is Parameterization? Replacing constant (Fixed) values with parameter is called Parameterization. Purpose of Parameterization Passing single value but different value every time Passing multiple values. What is Data Driven Testing? Testing the same functionality using multiple sets of Test Data. Why Data Driven Testing? For Negative Testing For checking the … Read more

UFT Class 12

UFT Class 12 (Measuring Test Transaction Time) UFT Test Process Enhancing Tests Inserting Transaction Points (Start and End) Using Inserting Transaction Points we can measure Test Transaction. We can measure entire Test transaction Time and Part of the Test Transaction Time. We can insert multiple transaction points in a Test. Services Utility object Syntax: Services.StartTransaction … Read more

UFT Class 11

UFT Class 11 (Descriptive Programming Part-3, Test Methods) Descriptive Programming / Programmatic Descriptions Types of Descriptive Programming a) Static Programming Enter/Provide objects information (Properties and values) directly into statements or steps is called Descriptive Programming. b) Dynamic Programming Creating description objects and generating steps / statements using description objects. i) Step 1: Create Description Objects … Read more

UFT Class 10

UFT Class 10 (Descriptive Programming Part-2) Descriptive Programming / Programmatic descriptions > What is Descriptive Programming? > Advantages of Descriptive Programming? > Syntax for writing Test Object statements Testobject(“PropertyName:=PropertyValue”).Child TestObject(“PropertyName:=PropertyValue”).Method or Operation Or Testobject(“Property1Name:=Property1Value”,”Property1Name:=Property1Value”).Child TestObject(“PropertyName:=PropertyValue”).Method or Operation Example: Dialog(“text:=Login”).WinButton(“text:=Cancel”).Click > How to select appropriate Properties information for recognizing objects? If the development team follows UI … Read more

UFT Class 9

UFT Class 9 (Descriptive Programming Part-1) Descriptive Programming Or Programmatic Descriptions Enter / Provide objects information directly into statements/steps is called Descriptive Programming. No need to have Object Repositories separately, we provide objects info directly in the Test/Test script only. Descriptive Programming is faster in execution than object repository based Test. Object Repository based Test … Read more

UFT Class 5

UFT Class 5 (Record & Run Tests Part-2, Prerequisites for Test Design, Types of Objects in UFT) 2) Analog Recording It records user Actions on AUT based on x, y coordinates (Desktop or Application window) User (Tester can select the option either Desktop or Application window) It can record normal operations also, but we can’t … Read more