Home All courses
Online TrainingContact UsAbout Us
Over lay
Table of Contents

UFT

Introduction to UFT Installation of UFT UFT GUI Recording the application Directory structure and file extension of UFT test VBScript Basic UFT concepts Object Spy Test Settings Properties Test Run Settings Environment Recovery Associating library files Object Identification mechanism Object repository Object repository Manager Associating repositories with UFT tests Launching applications Loading ini fileDifference between QFL and VBS file Automating web applications automating Windows applications Handling Databases Mathematical operations Create new Excel workbook file Read and Edit Excel workbook Delete excel workbook file

Built in Objects

SystemUtil Datatable CryptDotNetFactory Extern OptionalStep PathFinder MercuryTimer RandomNumber Recovery Reporter RepositoriesCollection TextUtil XmlUtil Err object

Advanced

Description programmingRecovery ScenariosLaunching the UFT using ScriptAutomation Framework

Misc

UFT Vs Selenium UFT Vs Appium UFT vs LeanFTLimitations and drawbacks of UFTInterview Questions and answers

Loading ini files in UFT

We can store the test variables in ini file as shown in below example.
 
[Environment]
URL=https://www.softpost.org
Id=LeanFT
browser=chrome
[Environment]
To load the ini file in UFT script, we can use below line of code.
 
Environment.LoadFromFile “myvariables.ini”

‘Below line will print value as chrome
Print Environment.Value(“browser”)     

Web development and Automation testing

solutions delivered!!

Logo
Courses
  • Automation Testing
About
  • About Me
Social Media
Copyright 2024 @ www.softpost.org