Votes
Answers
Views
Question
0
votes
0
answers
7
views
Be first to answer!
asked 3 months ago by sai
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 t...
0
votes
1
answer
8
views
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 ign...
1
vote
1
answer
7
views
asked 3 years ago by pumpkin
updated 3 years ago by bubblehead712
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...
4
votes
1
answer
77
views
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
8
views
asked 3 years ago by neena
updated 3 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
vote
1
answer
121
views
asked 3 years ago by neena
updated 3 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 uft...
1
vote
1
answer
40
views
asked 3 years ago by neena
updated 3 years ago by bubblehead712
I was using below line of code with UFT 14 without any issues. `-------------------------------------------------------------------------------- On Error Resume Next Set oOutlook = GetObject( , "O...
2
votes
1
answer
28
views
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
0
answers
5
views
Be first to answer!
asked 3 years ago by praveen-hpqc
Hello All, I need workflow for Automail to uesr or td admin when a test case pulled from test plan tree to test lab. one unser should get automail when we add test case to test lab instance. Thanks in...
0
votes
1
answer
39
views
asked 3 years ago by kaptainkayoss
updated 3 years ago by rich-text
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 th...
0
votes
1
answer
19
views
asked 4 years ago by kaptainkayoss
updated 4 years ago by rich-text
I have an odd testing need with UFT. The application I am testing generates a dynamic Excel file that I need to edit with UFT, but I don't know what the file name or anything will be until the test ex...
0
votes
1
answer
9
views
Is there a way I can programmatically find out if an object in my script is in the local repository or not?
0
votes
2
answers
7
views
asked 4 years ago by kaptainkayoss
updated 4 years ago by rich-text
I'm testing an app that has a character length limit. We get our test data from another group and sometimes the data values for our input table go over the character limits and can cause issues since ...
0
votes
2
answers
28
views
asked 4 years ago by prathap7475
updated 3 years ago by davidwn
Delete Bulk users in ALM with the help of vbscript.
0
votes
1
answer
7
views
asked 5 years ago by prathap7475
updated 2 years ago by sai
Vbscript with steps to prompt some message to the user while login or launching ALM and how to apply that in to all projects