Votes
Answers
Views
Question
4
1
773
I saw somewhere that UFT supports VBScript, JavaScript, Visual Basic and Visual C++, but when I try to code in anything other than VBScript, I get errors.
0
1
41
asked 7 years ago by neena
updated 7 years ago by bubblehead712
Tags:
Has anyone there ever tried to use Tortise SVN with UFT? Would you happen to know which files I can exclude from subversion?
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
40
asked 7 years ago by neena
updated 7 years ago by bubblehead712
Earlier web objects are identified by UFT tool but now I am unable to identify the objects. Please help me with this issue. I think Security has changed something.
1
1
99
asked 7 years ago by neena
updated 7 years ago by bubblehead712
drag and drop my function libraries (.vbs) and other files into UFT without any issues, but now it is not working. Is this a bug?
1
1
81
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I see in ALM there are parameters to compress UFT results COMPRESS_GUI_TEST_RESULTS COMPRESS_API_TEST_RESULTS Anybody got this to work?
1
1
677
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...
1
1
118
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I have several machines that I need to install patches is there way to automate it and make it silently?
1
1
85
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I am recording an object using the Insight Object recording method. It works fine when running the test locally. It shows the actual Insight object recorded, but when I try to call that test from another test it will not recognize the Insight Object. I have tried adding it to both the local and shar...