Questions tagged [microfocus]

A software company that helps you develop, test, deploy, assess and modernize business-critical enterprise applications using COBOL, PL/I, REXX, JCL and CICS

128 questions
2
votes
2 answers

Static code analysis - Dependence map of Cobol.Net program

We have some Microfocus Cobol.Net applications. We would like to create a dependency map similar to what is available in NDepend. Does anyone know of a tool that is able to do this?
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
1
vote
0 answers

Will indentation of sql queries in Visual COBOL cause issue?

I am not familiar with COBOL programming language. But as per the requirement I have to work on a COBOL application. I am facing below issue with one SQL query in the application. Post execution of below code snippet variable var_b should be…
Parashuram
  • 303
  • 2
  • 6
  • 19
1
vote
0 answers

Connecting Mainframe MQ manager from Microfocus Enterprise Server

I have a requirement where I need to get/put data from the queue at Mainframe manager. I know that I need to define local queue at mainframe side but I am not sure how can we defined queue on mainframe for Microfocus. Please help I have defined XAR…
Kerry
  • 23
  • 3
1
vote
1 answer

How to take screenshot of application and save it word using VBA

I have a VBA code to open the Attachmate Reflection(IBM Screen). I want to take complete screenshot of the window(like print screen) and paste the screenshot into word document. However, I am not able to take print screen and paste it in…
Lakshanth C
  • 95
  • 2
  • 9
1
vote
0 answers

Microfocus animator says "perform level=01" even though the program it is presently in is a subprogram and called from another program

I am facing a problem while debugging a COBOL program, When using animator and when a call is made to another COBOL program with a CALL ... USING statement. After entering the sub program and pressing P (for Perform) E (for Exit). The animator asks…
N Sastry
  • 130
  • 1
  • 10
1
vote
0 answers

How to Enable "Micro Focus UFT Agent" Add-on in Internet Explorer (IE) browser using command line

I want to enable "Micro Focus UFT Agent" Add-on in Internet Explorer (IE) browser using command line. This is how we use to do manually:
Anshak
  • 11
  • 1
1
vote
1 answer

Creating MsSql table from Cobol fd file

I have the following COBOL files: .DAT, .IDX and fd (file definition) file. We are using COBOL Net Express from MicroFocus. Now at first I would like to create MsSql table from this Cobol file definiton. The file defintion has this inside: FD …
Jernej Jerin
  • 3,179
  • 9
  • 37
  • 53
1
vote
1 answer

Is it possible play a video and record the timestamp in UFT?

I'm new to automation testing and UFT. I'm trying to play a video and record its timestamp through automation in UFT one. Please let me know if its possible, if so, how? I'm testing on a Web application
Sree k
  • 11
  • 1
1
vote
1 answer

Connect COBOL to database

I am trying to connect to a database in COBOL, using the embedded SQL processor. The problem is that I can't figure out how to make the connection. The documentation for the CONNECT statement says to use datasource|servername, but what is it…
Toniotti
  • 77
  • 7
1
vote
1 answer

API PATCH request to move message using python in Micro Focus RPA

I need to create a PATCH request to move an email into a different folder, using Micro Focus Robotic Process Automation application. The syntax with this application is different to normal python and I'm having trouble figuring it out. The below…
JMH
  • 27
  • 5
1
vote
1 answer

PeopleSoft Cobol Directive(s)

I have been looking around to find information on COBOL directives that come with vanilla PeopleSoft COBOLs. I can find information for directives during the unicode conversion process but nothing else. Specifically I am interested in MVSRND, what…
bmcculley
  • 2,048
  • 1
  • 14
  • 17
1
vote
1 answer

Which add-ins I need to add in UFT One so that frame class should be SAPFrame?

I am using uft one with the add-ins as shown in image. But frame class is identifying as FRAME, I need frame class as SAPFrame. Please let me know which add-in should I add. Thanks.
Shubham D
  • 79
  • 1
  • 7
1
vote
0 answers

In Loadrunner, is there a way to run HTML requests in parallel?

When I check the calls' waterfalls in dev tools, there are 3 calls that run in parallel (roughly) to each other. I understand resources can be loaded in parallel with "concurrent", but I couldn't find a way to run these HTML calls in parallel. Is…
1
vote
0 answers

Not able to run UFT test using Parallel Runner but same script is working when executed through UFT

I am trying to run UFT scripts in parallel using ParallelRunner. Currently I am trying to run one script in UFT and ParallelRunner. My Script is working fine while I am executing it from UFT but when I am using Parallel Runner, it is launching the…
MIT
  • 11
  • 1
1
vote
1 answer

Does Webelement.Object. provide the original result, or a clone?

TDLR: The central question is: Is it true that with IE, a Web test object´s .Object method and all "sub-methods" are directly providing access to the original DOM objects, while with Chrome and FireFox, UFT does not return the original DOM object…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
1
2
3
8 9