Votes
Answers
Views
Question
4
votes
1
answer
106
views
I need to use some regular expressions in my API tests. I'm using UFT 15.0.2. I can't seem to figure out how to do it, and the help documentation doesn't really have much info on it. It seems to indicate at this page that you can use REGEX in API tests, but it doesn't really explain how. How do you ...
4
votes
1
answer
283
views
I have Date field that is a WebEdit object Object Property Value is formatted as 2021-01-29 (YYYY-MM_DD). How would I change format to 01/31/2020?
4
votes
1
answer
45
views
Is there a way to test an application on a remote machine accessed by RDP when UFT is not installed on the remote machine, but is installed on the host machine?
4
votes
1
answer
186
views
Using UFT with a DataTable column "CheckboxStatus" with a Value of 1 or 0 (1 indicates checkbox is to be checked, 0 to be unchecked). I try to use the following code to check the checkbox, but it is not working: Browser("Capital Gains").Page("Issue Distribution").WebList("Issue Selection").WebCheckB...
2
votes
1
answer
166
views
asked 4 years ago by coleslaw
updated 4 years ago by coleslaw
Category:
Application Lifecycle Management
♥ 1
Hello. I am trying to run UFT tests from ALM while the UFT host machine is disconnected. With the UFT session open on the other machine, the test runs without any issues. If I log out of the machine and disconnect, the test will not run. Can you advise on any setting that I may be missing? I appreci...
2
votes
1
answer
56
views
Tags:
If I try to either re-install or upgrade the JRE on my UFT One machine, I'm getting an error 1603 preventing the JRE installation to complete. This doesn't happen on my machines that don't have UFT One installed. Any idea what's causing this and how to fix?
2
votes
1
answer
15
views
Tags:
I'm receiving authentication errors causing my automated tests to fail. Is there something I can do to get past this?
2
votes
1
answer
26
views
I'm not sure what I'm missing, but I am unable to run GUI tests using ALM Test Lab. Help!
2
votes
1
answer
9
views
Tags:
I've made a copy of one of my existing tests, but I can't insert a call to parallel actions in both tests from the same test. Is there something I'm missing?