Votes
Answers
Views
Question
1
vote
1
answer
46
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...
1
vote
1
answer
78
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
598
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
450
views
asked 7 years ago by
updated 7 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...
1
vote
2
answers
79
views
asked 9 years ago by
updated 9 years ago by
I am constantly jumping from one project to another and forget the VBScript comparison operators. Does anybody have list of them?
1
vote
2
answers
1316
views
asked 9 years ago by
updated 9 years ago by
I am always building strings from data tables in UFT GUI data table how do you add a double quote?
1
vote
5
answers
338
views
asked 9 years ago by
updated 6 years ago by
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)"
1
vote
1
answer
24
views
asked 9 years ago by
updated 9 years ago by
Hi All, **Issue Description** Currently we are in the process of migrating and upgrading QC10 Patch 7 projects to QC 11.52 Patch5. After the upgrade of QC10 project to QC11.52 Patch5 ; we noticed that while we attempt to click on Audit Log details present in History tab of a Requirement, we are rece...
1
vote
2
answers
129
views
asked 9 years ago by
updated 9 years ago by
I'm using UFT 12.01. I have an innertext property value of a bunch of values in a list, but they don't have a delimeter like a comma or anything to work with. Is there any way I can extract these values without a commma delimeter? I'm pulling it from a GetROProperty and storing it in a variable like...
EyeOnTesting

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

X
Scroll to Top