• UFT One scripts execution

    1. How can we accomplish parallel execution of UFT One GUI tests? I'm aware of UFT One's Parallel Runner, but are there alternative methods to achieve this? 2. Is it feasible to execute UFT scripts stored in ALM on a Linux machine? Can this be accomplished…
  • RE: Not sure whether UFT is running or not

    Hi ApiTest is just name of the folder. Actually, I'm trying to run the script for Web Application AOM Script dim uftobj Set uftobj = CreateObject("QuickTest.Application") uftobj.Launch uftobj.Visible = True wscript.sleep 10 uftobj.Open("C:\sample\Test…
  • Not sure whether UFT is running or not

    Hi We tried below steps but not sure whether UFT is running or not. Could you help us out 1. Pull the UFT image 2. Create container docker run -it --name test1 -v C:\Test\sample:C:\Test\sample functionaltesting/uft cmd Note: C:\Test\sample - this is local…
  • Containerize UFT GUI (EBS and SAP) test cases

    I want to run the Oracle EBS and SAP UI test cases in a UFT container, is it a feasible use case? Any lead is appreciated.
  • how to ensure UFT tests have run in docker container

    I tried running the UFT test cases in the docker container as specified here https://admhelp.microfocus.com/uft/en/15.0-15.0.1/UFT_Help/Content/User_Guide/docker.htm But I believe the image does not have all the utilities required to run my use case but…
  • Not able to connect to uft license server from docker container

    I am able to connect to uft license server from the host but while trying from the docker container, which shares the same network as the host, not able to connect it the error says C:\Program Files(x86)\Micro Focus\Unified Functional Testing\bin > HP…
  • Any suggestions on how to set up the leanft docker containers as grid nodes.

    Actually 2 questions i wanted to discuss in this post, 1) Can we use Testng tests to run in leanft docker ? 2) Is there a way to make LeanFT Grid nodes from dockers? eg: I mean run 10 leanft docker containers and make them point to one LeanFT grid . So…
  • LeanFT & Java: Run tests in Docker containers

    My Java-Based LeanFT Tests are working fine on my local Machine with IntelliJ, JUnit and LeanFT: Chrome opens, I see the test runs and everything is ok. Now I want to run these tests on in a Docker Container. When my Test only does a simple naviagtion…
  • Leanft Windows docker image

    Hello, Does anyone here have a window container with a base LeanFt install? the three that I found on docker hub all seem to be linux containers, and I'm told we can't use those in our process. I'm looking into building my own, I'm new to docker so any…