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

JavaFXObject Custom classes: how to retrive the text from javaFXObjects

I wanted to retrieve the text from JavaFXObjects, Objects properties are below: JavaClassName : =  TEValidationsController$4$1 JavaFullClassName := com.wf.App.client.feature.te.ValidationsController$4$1 JavaFXObjectName := message   I have tried…
Ravi K
  • 215
  • 1
  • 3
  • 13
-1
votes
1 answer

Regular expression for combination of alphanumeric and date in a text

QA POLICY 02/07/2016 I want to validate the above expression. "QA POLICY" should be alphanumeric, and then the date should be validated. I have used the below expression, and it is failing: [A-Za-z0-9](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[-…
poltu
  • 3
  • 2
-1
votes
3 answers

How to click 'SwfObject' using UFT?

I want to click on a link [Link name is 'Settlement'] and there are number of links on that page. NOTE: Object spy does not identify 'Settlement' as the link instead it consider as Explorer Bar. When I take object spy on 'Settlement' text it…
onkar
  • 249
  • 1
  • 4
  • 14
-1
votes
2 answers

Does Function return multiple value in VBScript?

We are trying to return multiple values from a single function. Sub testing() a = 2 b = 5 temp = func(a, b) MsgBox temp End Sub Function func(a, b) 'we are validating the multiple returns from the function func = a + b func = a * b …
jitendra gupta
  • 47
  • 2
  • 11
-1
votes
2 answers

UFT: Excel Process Keeps Running and freezes execution

I have an web automation framework in UFT where I've to update the customized excel report. During the report editing part of code, I am facing a strange issue related to excel process/vba object. I have this code stored in function library (.qfl)…
yudi2312
  • 323
  • 1
  • 4
  • 21
-1
votes
2 answers

How can i write a regular expression for to match string staring with alphabets and ending with digits

i want to match the strings which is listed below other than than that whatever the string is it should not match rahul2803 albert1212 ra456 r1 only the above mentioned strings should match in the following group of…
-1
votes
1 answer

How do I write to separate column in Excel using UFT API

HP UFT API Test - Saving Response/Checkpoint values I was facing the same challenge and found the above thread but, I am trying to figure out the below. How can I print different response values in a separate column in Excel. I have 4 responses I…
-1
votes
1 answer

UFT 12.02, Compare two PDF/Word file and display the difference between them

Can Anyone help me here. Task:- I have to Read Two PDF/Word file and compare them and display the difference between them if any line wise. Tool Using: UFT 12.02. Please Help here Thanks Manish Anand FYI: Although i am able to perform the above…
-1
votes
2 answers

how to load .vbs files which are stored in c drive into uft 11.5 or 12.0

I have some code that I have written in VBScript and is stored as a .vbs file in my C:\ drive. How can I use that code in my UFT program?
-1
votes
1 answer

UFT-Object Repository

I have added few objects from my application and ran the script which worked well. But when I close and open my application, the OR not identifying the properties. If I update it again it works. Can anyone suggest a solution for this?. My…
naveen
  • 1
-1
votes
1 answer

Object identification issues in UFT 12.5

I have an AUT (angular JS developed). I would like to know does uft have object recognition issues with objects in the development platform? I have tried using DP approach, .set, fire event, replay time method and still it's not setting a value in…
-1
votes
2 answers

Debugging a function in UFT

I have written a code in UFT where i have a function which is written in other file, i have associated this function with "executefile" method . Now then I am trying to debug it control dosent goes inside the function. I want to debug inside the…
-1
votes
1 answer

QTP Calling Library function

I have same Function present in multiple Functional Library, when i call the function in driver script which function will be executed? for both multiple library and multiple function in same Functional Library.
-1
votes
1 answer

UFT-API It is possible to define the excel file to import data during the test run?

I have several tests that can use several excel data files. Now, each time that a need to change the data excel file for a test... I need to do it mannually in UFT. My idea is to have a simple configuration file (txt), that will define what data…
-1
votes
1 answer

UFt Reporting Layout

I have automated a web application with UFT using BPT framework in ALM.After execution of END to END scenario, the run report is displaying results at component level. It is not showing different flows that are getting executed.The report is just…