Questions tagged [hp-uft]

Unified Functional Testing (UFT) is a commercial Software Test Automation tool by Micro Focus.

Unified Functional Testing is a software testing solution by Micro Focus

Main features:

  • Automate testing of GUI and API's
  • Powerful visual user experience and toolset
  • Easy conversion of manual tests to automated tests
  • Integration with Business Process Testing and Application Lifecycle Management

Previous versions where named Quick Test Professional ().

Technologies supported:

  • Web
  • Activex
  • Standard windows
  • .NET
  • Oracle
  • Visual Basic
  • Java
  • Peoplesoft
  • Powerbuilder
  • Qt
  • SAP
  • Siebel
  • Stingray
  • Terminal Emulator
1110 questions
-1
votes
1 answer

UFT is not recognizing web objects for web based application developed using sharepoint 2013

When I tried using object spy but for links,webList etc for all the objects it is recognizing all of them as webElement. I have tried by adding .dot addin, I think I am missing something other than this. This application is developed using…
-1
votes
1 answer

Hiding the Drive script in QTP/UFT

Is it possible to hide the Driver script for each execution in HP-UFT?
Venki
  • 1
  • 1
-1
votes
1 answer

the terminal emulator configuration in the UFT

I have a problem because I have been sharing try to get a solution. I'm trying to configure the Terminal Emulator on HP-UFT, but unfortunately do not know even begin. I would want to install something before the UFT configuration? Thank you.
-1
votes
2 answers

Dynamically Rename Shared OR object names

As per the naming convention we are following, we need to rename every object to its standard name. One such convention is to replace space between with ‘_’ eg. Object name ->Object_name Is there any way to perform it dynamically using lines of…
rijinrv
  • 2,029
  • 2
  • 16
  • 17
-1
votes
1 answer

Does any Addin Required for Autoamting a PDF application using UFT

There is a PDF application which have listbox,textbox,checkbox etc ,i need to automate using HP-UFT ,does it need any plugin ,since when i tried a piece of code it a run time error that "active x is unable to create the object "even…
Gudumba
  • 11
  • 1
  • 3
-1
votes
1 answer

Object de-initialize in UFT automatically

I have vbs files and associated with UFT. The libraries are loaded and class object is initialized successfully. But when it comes to execute Class Method in QTP action, it does not recognized the class object and message says method is not…
-1
votes
1 answer

QTP: How to copy file from onle location and paste it into another and verify file count at the end

I need to write a vbscript for Copying files from local directory(Windows) to another(shared drive) and verify the counts at the end to make sure everything copied successfully. Any ideas on what the script will look like? Here is what I recorded…
-1
votes
1 answer

HP's UFT REST Authentication Process

I need assistance on following: Using the HP's UFT or SoAPUI Go to website (GET) Sign in with authorization code and username/pwd (POST) system generates a bearer token Now go ahead and to other activities with this token (involves PUT)…
kneupane
  • 3
  • 2
-1
votes
1 answer

QTP UFT - WinList.Select cannot select any line

I need a qtf script that selects a line and proceeds. Recording the steps gave the following code: Window("[windowname]").WinList("ListBox").Select "[Name of the item] " But when I try to run it I see an error box: Cannot identify the specific item…
Mutek
  • 21
  • 7
-2
votes
1 answer

While publishing test report in Azure devops getting error

"#[error]System.Management.Automation.CommandNotFoundException: The term 'Invoke-ReportTask' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify…
-2
votes
2 answers

Invalid root in registry key error message when trying to read/write a key in HKLM path of the registry

I have tried the solution from "update registry using VBS", but it still gives the same error message: WshShell.RegWrite: Invalid root in registry key You should change LegalNoticeText value together with LegalNoticeCaption one. Under…
-2
votes
1 answer

QTP/UFT change or modify URL during test execution

I have an UFT script, in the second action, i need change the URL DURING test execution, because need to permissions obtained in login in first URL for work in second URL. Don't work in a new sheet or window. Somebody can help me? This is my…
-2
votes
1 answer

How to deal with following scenario in QTP?

Login page taking a Email Id and Password. After login there is Logout option is as follows: Here user's first name is displaying. So now QTP is generates the script as below, now when I am login from different Email Id and Password at that time…
qaWork4
  • 79
  • 1
  • 6
-2
votes
1 answer

HP UFT - how to get date range from two input dates

I am trying to get the date range from two input dates eg: "01.10.2016" and "05.10.2016" (its a date format in SAP) I thinking date format is wrong, if it is wrong could anyone help me to how to convert this format as acceptable. Also i'm trying to…
Abu
  • 23
  • 10
-2
votes
1 answer

Bereak single line code into multiple lines in QTP

_ works to split a long line into multiple line in VBSCript. Wondering if it works for QTP as well
newuser
  • 73
  • 1
  • 1
  • 9
1 2 3
73
74