• Execution Failure and Hang Issue in HTML Report Format for GUI Test Application

    While running the GUI test application, I encountered an issue where the execution fails and hangs. This problem specifically occurs when using the HTML report format. However, when I switch to using the Run Result Viewer report, the execution completes…
  • Can we automate Siebel 7.8 version with UFT One?

    I need to automate Siebel 7.8 version with UFT. On my research, I found that UFT 12.52 is compatible for Siebel version 7.8. Beyond that there is no article mentioning the compatibility of Siebel 7.8 with any other higher versions of UFT than 12.52…
  • VB Script for UFT One

    I want to run Mico focus UFT One solution with VB script. but it's not working .here is my vb script Dim qtApp Dim qtTest Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = False qtApp.Test.Settings.Run.OnError = "NextIteration…
  • 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…
  • UFT 15.0.2 Patch1 - Silent mode

    Hi, I would like to know if is it possible to install the patch in silent mode. Please don't tell me to install the last version, you know why. thank you, Massimo.
  • 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…
  • ST/UFT support tip: How to Modify A SOAP Security Header at Runtime

    It is possible to modify the security header of a SOAP request at runtime using the "AfterProcessRequestSecurity" event handler. Given the following SOAP envelope: <Envelope xmlns=" http://www.w3.org/2003/05/soap-envelope"> <Header> <wsse:Security xmlns…
  • RE: Record file system using QTP

    Hello, You can use filesystem to get that. Set fso=createobject("Scripting.FileSystemObject") 'Folder for getting details Sourcefolder="C:\Test" Set get_folder=fso.GetFolder(Sourcefolder) 'get the subfolders count in a folder Set get_subfolder=get_folder…
  • RE: UFT 12 hangs at Test.Stop

    Hello Rakesh, Did you run that code directly from UFT or in a vbscript file. Best Regards.
  • RE: Recorder records 2 or more statements for some WebEdit fields

    Hello Gilbert, The application is in-house? It is happening only with WebEdits? Specific WebEdits or random Webedits? Each time you record or sometimes works properly? Is the issue on Internet Explorer (IE)? If yes. What version of IE do you have? What…
  • RE: Click on WinButton sometimes works sometimes it doesn't

    Intresting Gilbert, If a setting was causing it that would affect all the winbuttons. What is the result if you chnage the replay type to mouse? Example: current_type = Setting.WebPackage("ReplayType") 'save the actual replay type Setting.WebPackage(…
  • QTP/UFT support tip: Failed to modify the license type.

    This error generally appears when trying to modify the license type (from seat to concurrent and vice versa) and the user don't have the right permissions. In order to resolve this give full permission to the Rainbow key in the system registry. The license…
  • RE: Click on WinButton sometimes works sometimes it doesn't

    Hello Gilbert, I recommend you to set the focuse on the Dialog using: Browser("B").Dialog("File Download").Activate Before click on the save button set a wait 1 to ensure that the issue is not syncronization. So you should see something like this: Browser…
  • QTP/UFT support tip: How to download attachments of a test stored in QC/ALM

    Below example downloads all the attachments of the QC-stored-test currently running using Open Test Architecture Dim oAttach Dim oAttachList 'Get list of attachments in current test Set oAttachList = QCUtil.CurrentTest.Attachments.NewList("") For Each…
  • RE: UFT11.53 API webservice test gives Error in reponse - The Signature cannot be found in the document

    Hello Customer doesn’t have to remove security settings if they are required. UFT clearly supports it. B y default the SOAP request doesn’t come with any certificates configured. So any configurations here are done by the customer and it seems that they…
  • RE: Highlight bar not showing up in first Action

    Thank you very much for the screenshots Wallace, If you set a breakpoint in line 20 for example, the test stops? Are you able to see the bar? You mention this happen in Action 1, for all the scripts or just some specific tests? If you try running steps…
  • RE: How does one call a Reusable action and get an array(s) or object(s) returned?

    Hello Brian, Sure, I was checking but there is no Enhancement Request created, feel free to create one requesting this feature. Go to link : https://support.openview.hp.com/enhancement/do/main and submit your Enhancement request by filling all the required…
  • RE: UFT 12 is not working with latest version of Firefox 28

    Hello Wallace, The latest version supported by UFT 12 is Firefox 27. Firefox 28 is under analysis however there is no ETA for it. You can see the Product Availability Matrix (PAM) for UFT 12 here . Regards. HP support If you find that this or any post…
  • RE: Highlight bar not showing up in first Action

    Hello Wallace, Would be posible for you to attache couple of screenshots one with the highlight bar and another with the test running with out it. Thank you very much, HP support Note: The Opinions expressed in my post are mine alone, and do not reflect…
  • RE: Highlight bar not showing up in first Action

    Hello Wallace, Would be posible for you to attache couple of screenshots one with the highlight bar and another with the test running with out it. Thank you very much, HP support Note: The Opinions expressed in my post are mine alone, and do not reflect…
  • RE: Highlight bar not showing up in first Action

    Hello Wallace, Would be posible for you to attache couple of screenshots one with the highlight bar and another with the test running with out it. Thank you very much, HP support Note: The Opinions expressed in my post are mine alone, and do not reflect…
  • RE: UAC Setting in UFT 12

    You could try ALM connection object to create an ALM connection, get the list of tests, select the test actually running and get the path QCURL = "">http://server_name:8080/qcbin" QCUser = "User" QCPass = "Password" QCDomain = "Domain_name" QCProject…
  • RE: UAC Setting in UFT 12

    You could try ALM connection object to create an ALM connection, get the list of tests, select the test actually running and get the path QCURL = "">http://server_name:8080/qcbin" QCUser = "User" QCPass = "Password" QCDomain = "Domain_name" QCProject…
  • RE: UAC Setting in UFT 12

    You could try ALM connection object to create an ALM connection, get the list of tests, select the test actually running and get the path QCURL = "">http://server_name:8080/qcbin" QCUser = "User" QCPass = "Password" QCDomain = "Domain_name" QCProject…
  • RE: Install issue with UFT 11.50 and Win7 - UFT stopped working message at Validate License...

    Hello, Is necessary to have full admin rights to install UFT and also to launch it for the first time. So ask the server guy to provide you a full administrator rights user (full access to registry as well). -Access the machine with that user. -Perform…