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
11
votes
3 answers

How to disable automatic commits of .gitignore files?

We have a test team using Hp Unified Functional Testing. The test and development teams all share the same Git repository. No one in the test team uses the Git capabilities in HP-UFT, files are commited and pushed outside the tool. Despite this,…
Magnilex
  • 11,584
  • 9
  • 62
  • 84
8
votes
3 answers

oracle connection open error

I use QTP/UFT for my application testing. I had to access my oracle DB (11g) to do some DB setup (to update records). I use oracle.manageddataaccess.dll (referenced to myDBWrapper class library project). I have below dlls (myDBWrapper is the one I…
KitKarson
  • 5,211
  • 10
  • 51
  • 73
7
votes
1 answer

Item cannot be found in the collection corresponding to the requested name or ordinal in qtp

in a certain scenario, i was trying to use the select query inside QTP (More specifically QTP Using VB script) But the code is not working. Option Explicit Dim con,rs Set con=createobject("adodb.connection") Set…
Girish
  • 157
  • 1
  • 1
  • 16
6
votes
3 answers

How can I get the run result status according to the current report node?

For example, suppose a test calls two actions, A and B. A performs a "failed" step by calling "Reporter.ReportEvent micFail, ...", and B performs a "passed" step by calling "Reporter.ReportEvent micpass, ..." Reporter.RunStatus returns micFail as…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
6
votes
4 answers

How can I get the logical name of a test object (that exists in the associated shared OR)?

Let´s say I pass a Browser("MyBrowser").Page("MyPage").WebCheckBox("MyBox") to a function: MyFunction (Browser("MyBrowser").Page("MyPage").WebCheckBox("MyBox")) Later, the function wants to log the logical name of the received test object (which in…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
5
votes
2 answers

Trigger a Link Click When an Object is Not Visible

I am using UFT 12.51 to automate a Web based application on IE11. Here is my scenario: I have to go through a few pages to complete the process I'm trying to automate (9 pages to be precise). On page 4, I click on a link which opens a Frame (as a…
Zac
  • 1,924
  • 1
  • 8
  • 21
5
votes
2 answers

Running QTP test from VBScript - Not Saving Results to named location

I'm currently trying to run some QTP/UFT test scripts that are saved on our company's ALM server from a VBScript. I am doing this because I want these scripts to get run from our continuous integration server and our current CI server does NOT have…
Nick L
  • 281
  • 1
  • 6
  • 18
5
votes
6 answers

How does QTP wait till the page loads dynamic data?

I have a scenario where the browzer status =done but still the page is not loaded. Is there a common procedure where the qtp can wait till the page is fully loaded? I tried with objBrowzer.sync,objPage.Sync,objPage.waitproperty…
user90
  • 141
  • 1
  • 4
  • 11
5
votes
2 answers

Launching UFT ( QTP ) Tests remotely through a batch file.

I have created a bunch of UFT 12 (ex QTP) tests and I have also created a batch file in order to run theses tests. When I run the batch file in local the tests are running fine. Here is the script I use : Set qtpApp =…
Ziwdigforbugs
  • 1,185
  • 8
  • 24
  • 41
4
votes
3 answers

UFT Developer vs. UFT One?

I'm currently using UFT One for web automation (mostly screen scraping, form submissions, file uploads, SF Lightning manipulation, etc.) but there is potential for more extensive automation/testing in the future. Our current license is up for…
jamesondaw
  • 41
  • 1
  • 4
4
votes
3 answers

Does anyone have any recommendations for speeding up UFT 14.53 on a Windows 10 platform?

I've upgraded a laptop (Windows 10 Enterprise, Version 1803) and 2 VMs (Windows 10 Enterprise, version 1809) with MicroFocus' UFT version 14.53. The previous version of UFT was 14.02. The performance of script execution is annoyingly slow. Here…
BB_AF
  • 43
  • 6
4
votes
3 answers

vbScript ignore many blank spaces after split

When I split a string with many spaces, is there a way to skip blank spaces? Example string below: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi cursus quam sapien, sed ultricies diam…
4
votes
1 answer

UFT is not able to identify Web Browser elements

I have a keyword driven framework. Keywords are all in VBscript plus descriptive programming. I created a script in excel which worked just fine after I ran it multiple times. Now it does not work. UFT is not clicking the right element, not entering…
bugfinder
  • 193
  • 1
  • 6
  • 20
4
votes
3 answers

Automate tests on virtual machine without graphical session

Context : I execute automated GUI tests on virtual machines (there are few of them) on running on windows and using UFT/Ranorex, executions are piloted by Jenkins. Problem: VM must have an active graphic session, otherwise, UFT won't run GUI tests…
Srulik_K
  • 41
  • 1
  • 5
4
votes
2 answers

UFT VBS Two functions same name, how do specify which one

I have a function DetermineTree() in a function library called Explorer.vbs and another function with the same name, DetermineTree(), in Datasheets.vbs. From my Action I am calling a function that will eventually call DetermineTree(). I want to…
Alvaromon
  • 190
  • 2
  • 16
1
2 3
73 74