Votes
Answers
Views
Question
0
3
64
Does anybody have suggestion on how to read and write to a text file with UFT GUI? Any suggestions?
0
2
636
asked 9 years ago by fandabidozi
updated 9 years ago by bubblehead712
I need to output part of a value from a text field, however when UFT returns the value, it returns all the text. Example: The field is displayed as "Travel ID 12345," I need the "12345" portion, but the output captures "ID 12345" or "Travel ID 12345." Any suggestions?
0
1
779
asked 9 years ago by fandabidozi
updated 9 years ago by bubblehead712
I need to capture a bitmap of some windows for my reports. Does anybody have a suggestion?
1
2
1387
asked 9 years ago by fandabidozi
updated 9 years ago by jafar
I am always building strings from data tables in UFT GUI data table how do you add a double quote?
0
2
2221
asked 9 years ago by fandabidozi
updated 9 years ago by jafar
I am always trying to build a text from UFT GUI data table and was wondering how can I add newline?
0
1
31
asked 9 years ago by fandabidozi
updated 9 years ago by bubblehead712
How can I find and replace a word in a string in a UFT GUI?
0
1
450
asked 9 years ago by kaptainkayoss
updated 9 years ago by rich-text
How can I get the number of active columns in an Excel file using UFT?
0
1
112
How can I programmatically get the loaded addins of a test, say if I want to use it in a VBScript file or something?
1
5
361
asked 9 years ago by kaptainkayoss
updated 7 years ago by jchu
I'm trying to execute the following line in my script: Set qtApp = CreateObject("QuickTest.Application") When it runs, I get the following: "Error: Unspecified error Code: 80004005 Source: (null)"