Questions tagged [uft14]

Unified Functional Testing (UFT) is a commercial software test automation tool owned by Micro Focus, formerly owned by Hewlett Packard (HP) and Hewlett Packard Enterprise (HPE). This tag specifically refers to version 14 of this software.

should be considered a synonym for , although this software is no longer owned by Hewlett Packard (HP), hence the potential reason for the use of this separate tag.

129 questions
0
votes
1 answer

LeanFT WPF testing: What is "FlightGuiSampleWpfApp()" in the Flight GUI Sample WPF App testing code sample?

I am trying to use LeanFT to test the Flight GUI WPF app that comes with UFT. MicroFocus has provided the code to do this at the location…
Burak
  • 19
  • 4
0
votes
3 answers

Error handling in UFT

Please suggest me how to handle the scenario. Problem is supposed I got an error at statement 2 during execution of the first iteration for Row 1 from excel then how to skip remaining statement and start the execution of statement 1 with excel row…
0
votes
1 answer

Using external files like excel instead of OBject repository in QTP/UFT

Is there any methods or function available where i can use excel as Object Repository instead of Local or Shared repository? For example : In a given excel i will have the unique name like "wedit_SignOn"with its unique property eg…
nishit dey
  • 458
  • 1
  • 7
  • 21
0
votes
1 answer

Is there any possibility to integrate Control-M job execution (Automated) with UFT or any other automation tool?

Our UFT Script performs some actions on a windows application and after that we need to execute Control-M Jobs, to verify the results. We are planning to handle all this actions from Automation Script itself. Is it possible?
NithyaViji
  • 121
  • 6
0
votes
1 answer

It is possible to open function library in keyword view of HP UFT/QTP?

If I want to open function library in keyword view for give data parameter and any other activity then it is not possible right now. Is there any possibility for it? i.e. I want login part in every test case so I created this login part in function…
qaWork4
  • 79
  • 1
  • 6
0
votes
1 answer

VBScript cannot create folder

I have a simple script that perfectly works on a computer. The script is written in VBScript and ran using UFT (Unified Functional Testing). Option Explicit Dim objFSO, objFolder, strDirectory strDirectory = "Path" Set objFSO =…
0
votes
1 answer

UFT - Running a single test case in QTP but a part of the flow needs to be iterated multiple times

I am trying to automate a test scenario using UFT 14.0, where I am using excel to store my test data and using ADODB concept to fetch the test data. I need to run a single flow from start to end, and in between, a part of the flow needs to be…
Priya
  • 1
  • 1
0
votes
1 answer

How to save a file with password in UFT

I am using UFT 12.5. During run time it opens excel and word. Then it writes some data in the both files. After that, I would like to save both files with a new name and then password protected. I need to be able to enter password manually to open…
bugfinder
  • 193
  • 1
  • 6
  • 20
0
votes
1 answer

Not able to select WpfMenu Button inside WpfTable

I need to perform Right Click in the Middle of WpfTable, then WpfMenu appears and I want to select a particular Option from it. See the Screenshot for more details:- Here is Code I am trying:- Function IncidentCancellAllActions() Dim Rowcnt …
Rodger Nadal
  • 309
  • 2
  • 8
  • 21
0
votes
0 answers

In UFT 14.0, on error pop up message does not display

In UFT 14.0, on error, my pop up message does not display. I had kept the setting File > Setting > Run > while run if error occurs, pop up message is to be displayed. Still on error it moves to the next step and execution continues. Please suggest…
cjmax006
  • 1
  • 8
0
votes
1 answer

How to compare the data of dynamic Webtable with expected results.xlsx sheet

i have a dynamic webtable, where the no of rows and columns depends on the input.Now my Webtable has 8 rows and 11 columns. i need to compare the webtable,rows and columns with the expected result excel sheet before determining if the test case has…
0
votes
1 answer

Cannot read parameter name (!not value) from Excel

The idea is to create a keyword framework with dynamic properties, as much as possible. Keywords to read from…
Salek
  • 293
  • 1
  • 11
0
votes
1 answer

In UFT, I wrote the Email function using VBScript but Email is not triggering from my mailbox

In UFT, I wrote the Email function using VBScript but Email is not triggering from my mailbox. It is trigerring from SBGalert@.co.za, Whereas I mentioned From address as well. Kindly assist me to fix the email to trigger from my mailbox to…
SAUMARS
  • 73
  • 1
  • 11
0
votes
1 answer

Why does the variable which stores dialog box not closing application in UFT?

I recorded the sample flight application with UFT recording feature and surprisingly, the below mentioned code does everything apart from closing the application, that is x.close does not close the application. Set x = WpfWindow("HPE MyFlight…
Ami Desai
  • 183
  • 1
  • 6
0
votes
1 answer

How to integrate UFT 12.25 with VSTS

We are automating Windows based Application using UFT and Client requires us to integrate UFT with VSTS since Functional testing Team is using VSTS Dashboard for all Testing Life Cycle. Please help me in this regard if anyone has implemented this…
1 2 3
8
9