• Trying to take screenshot from Hostexplorer and paste it in MSWORD application

    Hi Team, Good day. I am using Host explorer version 15.0.7 and creating a VBA Macro to take the Mainframe screenshot and paste it in MSWord Document. As I am a newbie to this VBA Macro, sorry if my question is so lame. I have overall idea to achieve…
  • Offset in AI Record mode in UFT One (CE 24.2)

    Hello there, We're experiencing a problem on all the Web applications we've tested. When recording in AI mode, there's a phase shift problem when identifying objects. The identification frames are out of phase and don't surround the objects in the right…
  • UFTBatchRunnerCMD Result path

    C:\UFTOne\OpenText\UFT One\bin>UFTBatchRunnerCMD.exe - source C:\Users\flexagon\Documents\Flight-Services\mytestbatch.mtb When we use UFT 2021-2023, we don't have the option to specify the result location for UFTbatchrunnerCMD.exe. By default, those…
  • how to run test batch runner from command prompt

    I couldn't find it in UFTBatchRunnerCMD.exe in UFT One23.1 version.is there any alternative
  • Automation of OBS Core Banking System from Die Software, Obejctway - Has anyone done with UFT ?

    Hello, Greetings from fellow user. We have a client which is using OBS Core Banking System from Die Software, now acquired by Obejctway. The OBS is a legacy core banking system. The backend is done in COBOL and the frontend is in Windows Forms (most…
  • Can we specify result file path for UFT test batch runner

    UFTBatchRunnerCMD.exe -source "C:\users\MySample.mtb" above on executing fine. but report saving to random location .but how do i save to particular location.means is there any command line argument to specify result file location
  • How to run .mtb files using vbscript

    Run the test batch via the command line Run the test batch via the command line to include UFT One tests in a build run, in a continuous integration system. In the Command Line window, enter UFTBatchRunnerCMD.exe and the source switch followed by…
  • Reg : TalkDesk Application Automation Compatibility with UFT

    Hi Every one , Can any one pls help me to automate TalkDesk Application using UFT . Currently i am using Java +Activex add ins and with help of Insight objects partially working . pls suggest me if we can automate this 100 % accurately with any…
  • Press a button which is a child-element of a div-tag

    I'm currently working on developing a testautomatisation strategy for a web-client. On this web-client all web-elements have a data-testid which is used to identify the object. Unfortunately in some cases the data-testid is not unique, so clear identification…
  • UFT One and Edge Browser with IE Mode ON

    Hi Team, Please, could you kindly suggest how do we automate/generate scripts using UFT One (15.0 build 1116) on MS Edge Browser with IE mode ON. Kindly share required versions (Edge Browser) to be used to achieve this as its really challenging in…
  • Solutions for managing test cases in UFT

    Hi all, we are looking for a way to manage test cases including function libraries and shared repositories without using ALM Octane. Does anyone have experience in this and can recommend us a management tool, software solution? The solution should show…
  • UFT Support tip: New Environment Support in UFT12.02

    UFT 12.02 now includes the following new supported environments: - Updated support for the latest versions of Firefox and Chrome. - Chrome 37 - Firefox 34 - Chrome 64-bit (starting from Chrome 37) - Flex 4.12 (note that you must select a different version…
  • QTP/UFT support tip: How to select External Action properties from UFT.

    External actions are readonly in the calling test however is posible to use a local, editable copy of Datatable by changing the below settings in Quick Test Professional (QTP). Action Properties -> External Action -> select “Use a local, editable copy…
  • QTP/UFT support tip: Can CAPTCHA objects be automated?

    There are application that have a CAPTCHA object. CAPTCHA objects are the controls that display random text characters that the user needs to read and enter to move forward in an application. For more information on CAPTCHA objects, refer to http://www…
  • UFT support tip: Minimum and recommended system requirements for UFT 12.01

    Minimum System Requirements Computer Processor: 1.6 Ghz or higher. Operating System: Windows 7 Service Pack 1 (32-bit or 64-bit). Memory: Minimum of 2 GB when no more than three add-ins are loaded simultaneously. Note: An additional 512 MB of RAM are…
  • UFT support tip: Launching UFT through Citrix XenApp is not connecting to the license server.

    Working with UFT on cintrix XenApp requires the use of concurrent license. If there is the case where you Launch UFT and it ask you to set a license server each time then you can do the following: Access the server machine which has UFT Open the environment…
  • QTP/UFT support tip: How to get the locking-code of a machien if QTP/UFT is not installed.

    There is a utility called Micdetect. The micdetect make a summary of details in the computer where is launched. Among the information you will see, environment variables, OS version, Java VM versions, etc. At the end of this report you will be able to…
  • QTP/UFT support tip: How to compare text files by code.

    You can implement a samll function to compare the content of 2 text files: Public Function CompareFiles(Path1, Path2) Dim fso,f1,f2,ts1,ts2 Set fso = CreateObject("Scripting.FileSystemObject") Set f1 = fso.GetFile(Path1) Set f2 = fso.GetFile(Path2…
  • QTP/UFT support tip: Web image not saved in test results

    You can perform this steps to force it: 1-In the problematic machine Close QTP and test results 2-Access this path :<QTP/UFT installation>\bin 3-Copy this dll “ielpview.dll” 4-Move back to Run Result Viewer folder (same level as QTP/UFT folder) 5-Access…
  • QTP/UFT support tip: How to access the Object methods and properties.

    Some controls, such as Java, ActiveX, .Net and Web controls, have their own native properties and methods. Is there a way to use these properties and methods? The Object Spy dialog is capable of showing a control's internal methods/properties by selecting…
  • QTP support tip: How to verify that the Siebel Test Automation module is installed

    Note: This checklist does not guarantee that the Siebel Test Automation module has been properly install and configured, but it is a very good indicator. If all the items on the list have being verified, and are still experiencing problems, please contact…
  • QTP/UFT support tip: How to Configure the VisualAge Smalltalk Add-in

    This document describes how to configure the VisualAge Smalltalk Add-in of Unified Functional Testing (UFT) by importing the qt-adapter.dat file to the VisualAge Smalltalk development environment and then recompiling the application to include the qt…
  • UFT support tip: How uninstall an add-in in UFT

    Launch the setup.exe of UFT Select the first option HP Unified Functional testing setup Select Change Click on the add-in you want to uninstall. select the option "Entire feature will be unavailable" HP support If you find that this or any post resolves…
  • QTP support tip: Java support not loaded using JRE/JDK 1.6

    Problem: QuickTest Professional (QTP) Java support is not loaded for Java applications (web or windows based applications) in JRE/JDK 1.6. As a result, QTP cannot record or replay tests on Java applets. Note : At time of article creation, analyzed versions…
  • ST/UFT support tip: How to setup Service Test script or API Test to work with JMS activities?

    Important : All below settings, end-user must obtain them from JMS server vendor, even when working with IBM WebSphere MQ activities. Test Settings : Classpath, JNDI Initial Context Factory, JNDI Provider URL, JMS Connection Factory To access above section…