Votes
Answers
Views
Question
2
1
128
Is there a way to specify a connection to local devices (rather than Mobile Center) for mobile testing using UFT's AOM? I need to be able to specify the connection details in my test.
2
1
181
Is there a way to add and remove test parameters from our tests using UFT's AOM?
4
1
62
Tags:
We have a scheduling tool that kicks off some .bat and .vbs scripts which then kick off UFT, loads and runs the tests. When we were running on UFT 12.01 on Windows 7, it worked fine. We are migrating to Windows 12.54 on Windows 10, and in that environment it does not work. Any ideas how to get this ...
2
1
276
We have some C# Nunit tests that we'd like to incorporate UFT testing with. We do not want to use LeanFT yet, we are only on UFT 12.02. Is there a way to use AOM code from C# to interact with UFT?
0
1
58
asked 9 years ago by kaptainkayoss
updated 9 years ago by rich-text
I'm trying to use AOM to launch UFT on a remote machine, but am not able to do so. I'm getting an error about the remote machine not being available.
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)"
0
1
59
Hi, We are facing a typical issue while invoking UFT 12.50 using AOM. Basically we need .NET add-in for our project which is already installed with valid license. we are able to execute scripts by invoking UFT manually. But while invoking through AOM , its not loading .NET add-in so it fails to iden...
1
1
245
When using the VB code below on one of our VM's UFT does not launch. It works find on other VMs, and I can launch UFT fine from the icon on the desktop. The error I'm getting is "Neither QTP license nor UFT license is installed, can't run QTP Automation." Option Explicit Dim qtApp Set qtApp=...