Votes
Answers
Views
Question
0
votes
1
answer
237
views
UFT is not clicking on a web element in a table when the web element text is displayed in two lines. When the same link on other page displayed in one line, it is working fine. If it is displayed in two lines, it is highlighting but not clicking on it.Below is the codeIf rCount > 1 Then For r=1 t...
0
votes
1
answer
20
views
We have a general set of function libraries and object repositories that we use for each UFT script. Is there a way to automatically load this or run a script that will set up the environment?
0
votes
1
answer
56
views
This doesn't happen everyday. However, sometimes when closing down UFT I'll get a 'invalid window handle' error. It's an endless amount of popups, unless you go into task manager and kill the UFT process (or reboot)..I'd just like to know what I can do to prevent that error We haven't had an other U...
0
votes
1
answer
122
views
I've been working with UFT for a few months now, and one thing that keeps coming up is having to convert a string to a date, then use that date later in the test. I've tried solutions I've found online, and I've got a method which can handle most date formats. However, I was wondering if you were aw...
0
votes
1
answer
46
views
I am trying to install UFT 12.02 version on new UFT Desktop but after installation, it is showing that script debugger is unable to install and after that when I am trying to open the script or executing the script, I am facing the attached issues. Kindly do the needful.
0
votes
1
answer
56
views
Tags:
Is UFT 15.02 compatible with AL:M 12.6
4
votes
1
answer
35
views
We have been experimenting with UFT's new AI testing capabilities and we really like it. Is there an easy way to convert existing scripts with traditional UFT objects into AI objects?
4
votes
1
answer
42
views
We've been using the UFT data for a long time with no problems. Now, with UFT 15.x, the new DataTable format is messing up our existing tests. For example, Entering a large number the DataTable converts it to scientific notation vs treating it as a string: 123456789101234 becomes 1.234E+14 Dates are...
0
votes
1
answer
161
views
For Example : IntPrice = AIUtil.FindTextBlock("Your Price: $1,533.00").GetText. 'Your Price ' is static but amount value is changed. so here how to write dynamic script by using static value ( Your Price).