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
1
vote
0 answers

QTP/UFT - Collapse All Functions

I have in my one qfl file about 14 functions that I call to my action. But generally when I open the solution file ever morning and navigate to the function file, all the functions are expanded again. Then I need to click on every single function…
Eitel Dagnin
  • 959
  • 4
  • 24
  • 61
1
vote
0 answers

UFT 14.03 - Calling Web Service with data from XML only runs the first record. How come?

I am a newbie to UFT and I am following the examples in the UFT 14.03 tutorial to call web services (https://admhelp.microfocus.com/uft/en/14.03/UFT_Tutorial.pdf) The tutorial has the web service data being populated from an Excel file. I took the…
Burak
  • 19
  • 4
1
vote
0 answers

UFT - Identifying PAGE class as WINOBJECT

Currently I am working on a desktop application which is developed in power builder. Earlier below code line used to work without any issue. PbWindow().PbWindow().ActiveX().Page().Highlight Since last week, UFT identifying Page class as WinObject.…
onkar
  • 249
  • 1
  • 4
  • 14
1
vote
0 answers

Difference between JNLP and headless method of Jenkins slave

I am Executing automated QTP/UFT test scripts using Jenkins. After installing the jenkins slave through JNLP in QTP server and running the automation from jenkins, the slave is getting disconnected and the job is failing with below license…
Neelam
  • 11
  • 1
1
vote
1 answer

How to click Chrome plugins like "Download" and "Print" button in qtp

I was trying to download a pdf report and the download button was "chromes download plugin button" which i am not able to click using qtp script. The properties shown for all three buttons "Print","Download" and "Rotate" are same: "html…
1
vote
1 answer

Generate C# test cases automatically while recording the screen in UFT (Unified Functional Testing)

Using HPE UFT, we can record the UI actions and generate the VBScripts automatically. Is there a way, that I can generate the C# code for the UI interaction with the same auto generate option? Is that possible in UFT? Please advice. Thanks. Note:…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
1
vote
0 answers

I wanted to report if in case my application loads and hangs forever in any particular instance

There are some instances where application hangs and loads forever. How do i identify this and report using reporter event. I am stuck with this. Any help will be appreciated. Thanks in advance
0
votes
0 answers

UFT: Could not execute because the application was not found or a compatible .NET SDK is not installed

I am using the UFT One Azure DevOps extension to execute the next tasks - task: PublishTestResults@2 inputs: testResultsFormat: 'JUnit' testResultsFiles: '$(UFT_WORK)\res\Report_$(Build.BuildNumber)\junit_report.xml' …
0
votes
0 answers

jquery set text into a field which has a limit

I have a field which has some structure in it which limits how many characters can be entered. example, field has a 5 character limit. As a user, if I try to enter any more, it just won't even let me but I want to make an automated test where I send…
David
  • 21
  • 5
0
votes
0 answers

UFT - Need to pick a dynamic date in the past from calendar

My requirement is to select the first available date (enabled state) in the past. Lets say current date is 30th April. I need to select 25th March. Please see attached picture. Class property for enabled date and disabled date are different. Date…
sam243475
  • 3
  • 2
0
votes
0 answers

How to Set specific date in SwfCalender in UFT 15.0.1?

`I am trying to Setdate in SwfCalender: SwfWindow(A).SwfWindow(B).SwfCalendar(beginDate).SetDate "1-Feb-2019" Below are the properties of SwfCalender in ObjectSpy: "Class…
0
votes
0 answers

UFT wont load URL where uniquekey in passed through Gloabal datatable

I am using UFT to load a set of URLs. Each URL has a unique number which i am passing through datatable. This unique number is at the end of the URL (suffix). After loading each URL, i need to take screenshot. My issue is with loading the URL. It…
sam243475
  • 3
  • 2
0
votes
0 answers

How to execute application with uft developer

How we can launch an app using uft developer? Tried using SystemUtils.Run but I do not know how to make it work
0
votes
2 answers

Unable to launch Microsoft Edge browser using UFT

I am using Windows 10, UFT version is 12.54, and my Edge browser is 90.0.818.66 (64 bit). I followed the steps in the link below https://eyeontesting.com/answers/microsoft-edge-browser-and-uft-1254/#gsc.tab=0 And I used, SystemUtil.Run "C:\Program…
0
votes
1 answer

Executing VBS file stored on a network drive through UFT

A VBScript file stored on shared network is to be utilized by UFT (which is installed on CITRIX) In the below screenshot, Excel file at the same network location can be accessed but I'm unable to open VBScript file. [Line 1 to 12] The file is…
Pranav
  • 437
  • 3
  • 19
1 2 3
8 9