Votes
Answers
Views
Question
4
1
75
We just got a requirement to start testing our application using Chrome instead of Internet Explorer. I know UFT will only support up to certain versions of Chrome. What is the latest? We're using UFT 14.53.
0
1
36
In UFT 15.0.2 : How to install android apk in emulator through Local Device Connector
4
1
89
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 ...
3
1
1967
Error encountered with Tosca Commander: Could not register new connection at TOSCAAutomationService.
I'm trying to use Tosca Commander to test my web app. When I try to run the test case in the ScratchBook, I'm getting the following error: Could not register new connection at TOSCAAutomationService.Reason: Connection Timeout of 15000 ms has been exceeded! Does anyone know how to fix this?
4
1
206
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
1
35
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
1
148
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
1
35
I'm trying to use the Sample FlightGUI application that came with UFT to do some training, and it is not working right. When I record steps, I get Window objects, but when I replay the script, I get an error stating UFT cannot identify the objects. Here's some sample code I'm getting: Window("Micro ...
2
1
35
I'm using LeanFT to test a mainframe via terminal emulator. I want to do multithreaded tests by opening multiple emulator sessions. LeanFT is passing data to only first session. Does LeanFT support multithreaded mainframe testing?