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 fileBuilt in Objects
SystemUtil Datatable CryptDotNetFactory Extern OptionalStep PathFinder MercuryTimer RandomNumber Recovery Reporter RepositoriesCollection TextUtil XmlUtil Err objectAdvanced
Description programmingRecovery ScenariosLaunching the UFT using ScriptAutomation FrameworkMisc
UFT Vs Selenium UFT Vs Appium UFT vs LeanFTLimitations and drawbacks of UFTInterview Questions and answersTextutil object in UFT
TextUtil object is used to get the text displayed in a window or a computer screen
text = TextUtil.GetText(windowHandle)
Below line of code will get the text from screen within specific rectangular portion of the screen. Note that we can not execute below code on 64-bit system
text = TextUtil.GetText(0, 10, 10, 300, 300)
handle = Window("Notepad").GetROProperty("hwnd")
msgbox TextUtil.GetText(handle)
Below image shows the GetText method in action.
Web development and Automation testing
solutions delivered!!