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
1 answer

UFT: GetVisibleText, GetROProperty, GetTextLocation

How to use the functions GetVisibleText GetTextLocation and GetROProperty? I want to identify an object in a Rich Client application using these functions but I didn't find documentation on the net.
narcisse
  • 401
  • 4
  • 8
  • 15
1
vote
0 answers

Unable to identify java object in uft

Java identification issue using uft I am unable to spy the object of java application using uft One old script which is created by someone from different machine using different uft version, it is working But any java objects I am unable to add…
Anj
  • 99
  • 5
1
vote
0 answers

How to change creation time of objects during run time if the repository is shared repository?

I am trying launch browser using UFT without closing existing instances of browsers. I know that we can use SetTOProperty method to change creation time during runtime.but this is not working for shared repositories as they are associated to the…
1
vote
1 answer

How to get HP ALM to run HP UFT scripts remotely on Windows 10 workstation/hosts

We currently have UFT 14.03 installed on our workstations/hosts along with ALM 12.50.32 installed on our ALM server. We have the HP ALM Lab Service installed on the workstations/hosts to allow ALM to connect remotely and run the UFT scripts on…
Corey Snow
  • 225
  • 2
  • 15
1
vote
0 answers

Scheduled run 'Run stopped by user'

Has anyone run into the problem where you schedule a suite of test to run in ALM, they run on a remote machine and when you look at the run report you see "Not Completed" and the reason the script stopped was it says "Run stopped by user." when in…
Corey Snow
  • 225
  • 2
  • 15
1
vote
0 answers

my login info for.net app didnt get recorded using UFT

While i run the the recorder on UFT and log iN to.net app. I dont see any script for the LogIn info that i entered . SystemUtil.Run "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe","","C:\Program Files…
1
vote
2 answers

How do I click on a Link that is available in a Web table?

I am trying to click on the link however I am not able to do it due to the WebTable. So I have created my function library and this is code for the link and I am trying to Call it. I used name fyi. Call ClickLink ("sign-in") Sub…
Johnny
  • 61
  • 5
1
vote
1 answer

UFT execution cannot export screen recorder

In some specific machines, I am executing tests with UFT. After execution it gives this error: the following report types could not be exported:screen recorder I configured it the same way as my local computer. In my PC works fine but in the others…
koxta
  • 846
  • 2
  • 8
  • 30
1
vote
1 answer

Insert line at the top in text file is not working using VBScript

I have to replace a header with my new header value and footer needs to be…
J_Coder
  • 707
  • 5
  • 14
  • 32
1
vote
1 answer

How to deselect all items in a combobox?

I have a drop down combobox that I need to deselect all of the options in there. I've tried selecting every item using the select option and making it equal to false, it's not working, I also tried doing the same with getItem. For It = 1 To…
Ido H Levi
  • 181
  • 9
1
vote
1 answer

Unified Functional Testing: How to schedule a .tsp file to run?

I have a .tsp file that uses GUI to test out applications and I need it to run everyday. The thing is, only UFT is able to recognize the file type. Outside of UFT, the file is just a folder with many files inside it so I can't use Windows Task…
efoc
  • 593
  • 2
  • 10
  • 26
1
vote
0 answers

to get list of child object from java webpage

i wanted to get list of child object from java webpage ...i am new to it..please help me with the steps i tried Dim getElement Set getElement = Description.Create getElement("class description").value = "text box" 'I tried different class names:…
Shree S
  • 17
  • 7
1
vote
1 answer

Getting 'HPE Unified functional testing computer is locked or Logged Off 'message

I am facing below issues while executing the scripts from ALM. There are 5 scripts for execution & execution got stopped after 1st script, due to which status of rest scripts is ‘Not Completed’. Reason for not completed script is “General Error.…
onkar
  • 249
  • 1
  • 4
  • 14
1
vote
1 answer

Change the child item innertext in a webtable in uft?

Please help me in changing the innertext of a WebElement from a Webtable. Below is the code which I am trying SET OBJECT = Browser("Browser").Page("pgeMemberProgram").WebTable("Member Summary").ChildItem(18, 2, "WebElement", 9) OBJECT.set…
1
vote
3 answers

UFT/QTP dynamical url

i have this problem, an "url" has a "token" which generates a random number. When i try to manipulate an object in this "url" during the run session, UFT doesn't recognize the object because the "url" change. For…
1 2 3
8 9