Votes
Answers
Views
Question
0
1
44
Tags:
When using the Object Spy, a lot of times that hover stops working on the GUI objects. I tried a repair, but it still happens.
2
1
36
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 ...
1
1
44
My API test calls a GUI test. After running the GUI test, it won't continue running iterations. The first iteration runs without a problem, but subsequent iterations hang and never complete. It happens only with one specific GUI script (See code below). CustomerNumber = 649877 FilePath = "C:\\Te...
0
1
93
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I have added the script below. Please let me know if you have any questions. Browser("myBrswer").Page("myPage").WebButton("Create PDF").Click Browser("myBrswer").Page("myPage").Link("Main Menu").Click Browser("myBrswer").Page("myPage")....
1
1
133
asked 7 years ago by neena
updated 7 years ago by bubblehead712
We are preparing to update UFT on a large number of computers which we want to run as silent installs. I have most of it configured, but I have not been able to find a way to do a silent install for the Web 2.0 add ins, from which we require extJS and JQuery. I don't see it listed in any of the docu...
1
1
35
asked 7 years ago by neena
updated 7 years ago by bubblehead712
GUI Test -> API Action1 -> API Action2. When i run the test, after executing the GUI test the API Test stops. It doesn't execute API Action 1 & 2. Can you help me with this issue.
1
1
675
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I've written a couple of small vbscript files. The first one launches UFT and runs a script to completion then quits UFT. That code is listed here: -------------------------------------------- Dim uftApp Dim WshShell Set uftApp = CreateObject("QuickTest.Application") If NOT uftApp.Launched T...
0
1
297
asked 7 years ago by neena
updated 7 years ago by bubblehead712
How to programmatically call api test from uft function?
3
1
110
Hello, We have recently started migrating newer users to the Windows 10 platform. Since moving to the new OS, we are noticing that we are having issue with the client GUI displaying correctly. It cuts off some of the grids and the trees. The users have logged in on older systems and it is displaying...