Votes
Answers
Views
Question
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...
0
votes
1
answer
399
views
asked 9 years ago by
updated 9 years ago by
How can I get the number of active columns in an Excel file using UFT?
1
vote
2
answers
387
views
asked 11 years ago by
updated 5 years ago by
Has anyone had any luck with getting a list of a user's project domains and project names using VBA? I'm trying to login through Excel and extract the information but I've hit a block. This is what I have at the moment: Set tdc = CreateObject("TDApiOle80.TDConnection") ... tdc.Login username...
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)"
2
votes
1
answer
247
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?
0
votes
1
answer
242
views
asked 7 years ago by
updated 7 years ago by
I'm using UFT to compare to Excel workbooks. I need to count the number of tabs in each worksheet. Using 'excelObj.WorkbookName.Sheets.Count' is returning more tabs than the number of tabs that are there. Is it counting deleted tabs or something?
6
votes
1
answer
229
views
asked 12 years ago by
updated 12 years ago by
Does anyone have an example of using parameters in an XAPI-XP-TEST?
0
votes
2
answers
212
views
asked 13 years ago by
updated 12 years ago by
It does not appear that the OTA API has a specific property or method to grant access to the ID of the current project, and I'm wanting to get this information in the ALM workflow. For example, the TDConnection object has a ProjectName property, but it does not have a ProjectID property. Does anyone...
0
votes
2
answers
188
views
asked 8 years ago by
updated 7 years ago by
Delete Bulk users in ALM with the help of vbscript.
EyeOnTesting

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

X
Scroll to Top