Votes
Answers
Views
Question
0
votes
1
answer
22
views
asked 3 years ago by
updated 3 years ago by
Category: Test Automation
I've been working with UFT for a few months now, and one thing that keeps coming up is having to convert a string to a date, then use that date later in the test. I've tried solutions I've found online, and I've got a method which can handle most date formats. However, I was wondering if you were aw...
0
votes
1
answer
41
views
asked 3 years ago by
updated 3 years ago by
Category: Test Automation
In general, if there is an ALM test script that is of the “QuickTest” type in any ALM project, using the external UFT/QTP automated tool we should be connect to that specific ALM project and be able to pull/fetch this automated test script, modify it and save the updated script back to respective AL...
0
votes
1
answer
58
views
asked 6 years ago by
updated 6 years ago by
I've got several function libraries that I've created. In one of the function libraries I'm working with, I have Option Explicit set and am trying to troubleshoot my functions, but UFT seems to be ignoring it.
1
vote
1
answer
45
views
asked 6 years ago by
updated 6 years ago by
I have one machine with full install of UFT and I have several other machines with just UFT Runtime. The Runtime has an option to import VBScript to sync configuration across other machine but it does not work. Going to UFT machine and selecting Tools > Options > GUI Testing (tab) > General (tab lef...
4
votes
1
answer
701
views
asked 6 years ago by
updated 6 years ago by
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.
1
vote
1
answer
74
views
asked 6 years ago by
updated 6 years ago by
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
vote
1
answer
587
views
asked 6 years ago by
updated 6 years ago by
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
vote
1
answer
441
views
asked 6 years ago by
updated 6 years ago by
I was using below line of code with UFT 14 without any issues. `-------------------------------------------------------------------------------- On Error Resume Next Set oOutlook = GetObject( , "Outlook.Application") On Error GoTo 0 If Not IsObject(oOutlook) Then Set oOutlook = CreateObj...
2
votes
1
answer
245
views
asked 7 years ago by
updated 7 years ago by
We have a bunch of scripts written with UFT and the code looks like VBScript, so we were wondering if we can run these scripts without having UFT installed on a machine?
1 2 3 5
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top