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
-2
votes
2 answers

general error saving Object repository in UFT

When I try to save the shared object repository in UFT, I get an error msg stating "A general error occurred while trying to save the object repository". I am the only person using this repository..so read write conflicts also does not occur..Please…
shilpa
  • 21
  • 1
  • 4
-2
votes
1 answer

Object Required: Name Space

Can anyone help me fix this error I've encountered?
-2
votes
1 answer

How can I configure Pericom Tandem Emulator(TN6530) with QTP

I know how to connect Hummingbird with QTP but dont know how to configure Pericom Tandem Emulator(TN6530) . I dont even know if it supports hillapi or not. Please provide detailed answer.
-2
votes
2 answers

Reading Code inside Action in QTP

I want to read the code written inside an action in QTP,just as we read text file using FileSystem Object. Is there any way to read code written in action line by line ?
Ankit Tewari
  • 70
  • 1
  • 11
-2
votes
1 answer

Cannot find the "[ WinButton ]" object's parent "[ Dialog ]" (class Dialog) in UFT

There is a Dialog that gets open when I click on an export button from WebBrowser. Using step generator, I was able to insert a line & that works fine however when I perform same action using descriptive, it throws below error. I've first verified…
nandesh kalyankar
  • 302
  • 1
  • 5
  • 23
-2
votes
2 answers

Generating random number in a sequence using VBscript

I'm new to vbscript. I've got this so far Function random_number_generator (lowerLim, upperLim) Randomize randNumber = Int(((upperLim-lowerLim+1)* Rnd())+ lowerLim) random_number_generator = randNumber End Function But how do I make it…
jeesan485
  • 147
  • 5
  • 14
-2
votes
2 answers

C# excel range.FormulaArray not working

Here is my C# code to write ArrayFormula to certain cell in excel. I am using UFT (Unified Functional Testing) which uses C# for custom code. String sheetName = "xyz"; String wsMethodName = "abc"; int i = 2; Excel.Application xlApp = null; xlApp =…
ManishChristian
  • 3,759
  • 3
  • 22
  • 50
-2
votes
1 answer

QTP/UFT - Adding comments to code in Editor view

How do I add comments in my code via the Editor view for my Actions? I know this is a simple question, but I haven't been able to figure it out, and this seems almost impossible to Google for. I've tried some of the standard commenting types, none…
admdrew
  • 3,790
  • 4
  • 27
  • 39
-3
votes
2 answers

How to rename different named file with same extension in vbscript

I am trying to rename a file from ".bml" extension to ".xml".I am able to rename with below code for one file since i specifying the path and file name.My question is in that folder,there will be more files with different name but will have same…
saranya
  • 163
  • 1
  • 10
-3
votes
1 answer

Reading a RO property of a link ,how to extract the desired string

UFT-vbScript- I am reading a getROproperty of a link from an application.And the link has 300 different values following similar class pattern for many links like [PDF LLC- USA , [PDF MMB CANADA ,[PDF MCCS AUSTRALIA ,[PDF SSC MEXICO. [PDF ACCS…
-3
votes
1 answer

need more information on double data type in vbs

I could see double is storing 15 digits in VBS, But in msdn documentation it's given as "-1.79769313486231E308" please clarify https://msdn.microsoft.com/en-in/library/aa263420(v=vs.60).aspx
SQA_LEARN
  • 161
  • 1
  • 1
  • 8
-3
votes
1 answer

How to download all the QTP scripts from HPQC?

I want to download all the QTP scripts folder wise to my local system. Currently all the scripts are stored in ALM. Path ->Test plan->Folder->Scripts.
roopini n
  • 503
  • 2
  • 7
  • 29
-3
votes
1 answer

How we write in Descriptive programming for Calender function by clicking it will form fill

How we write in Descriptive programming for Calendar function by clicking it will form fill
-4
votes
1 answer

Can we automate SAP application ? if yes which automation tool we can use?

we are planning to Automate the SAP application (Tier -1) and we want to automate, can expert guide here what are that automation tools we use, among all which be best to use?
1 2 3
73
74