Click on RUN button in UFT - nothing happens - hp-uft

I am trying to launch IE using UFT. Wrote the script for the same and click on RUN button nothing happens

We need more details to help you.
Did you set the run configuration to run on open browser or launch browser?
Or did you write the launch from the script it else?

I'm facing the same issue after I ran a Windows Update on my laptop
Clicking Run in UFT and nothing happens
Usually, it was starting executing my driver script

This run issue i noticed for UFT 14.53 with windows 10 version 20H2. You need to apply UFT 14.53 patch 4 to resolve this issue according to the UFT 14.53 Product Availability Matrix
https://admhelp.microfocus.com/documents/uft/UFT_14.xx_PAM.html

Related

UFT script execution in chrome browser

Objects are identifying in google chrome browser in UFT v.14. But script is not running when I keep this for run. After some time of execution, it will be object identification error.
Desperately I need help on this.
There are several reasons which produces object identification issue while using UFT.
Please check below pre-requisites to run your test on Cheome using UFT.
Load Web Add-in while launching UFT
HP Unified function testing agent should be enabled in the browser.
For this- Go to chrome://extensions/ and enable the HP UFT Agent extension .
Close the browser and try again.

How to disable Firefox pop up blocker via CentOS 7 terminal

Running selenium tests on a CentOS 7 minimal VM. Need to disable Firfox popup blocker. Don't have UI, need to find a way to disable using the terminal.
Any commands available for that?
What you could do is set the default preferences for the profile you use to run your test instance of Firefox.
The preference which controls the popup blocker behavior is dom.disable_open_during_load. Simply add the following entry to your prefs.js file:
user_pref("dom.disable_open_during_load", true);

the terminal emulator configuration in the UFT

I have a problem because I have been sharing try to get a solution.
I'm trying to configure the Terminal Emulator on HP-UFT, but unfortunately do not know even begin.
I would want to install something before the UFT configuration?
Thank you.
You need to first create a new GUI test. If you don't, the Terminal Emulator option will not be displayed.
Launch UFT 11.5x or 12.00
Select Terminal Emulator from the addins window
Once UFT is loaded, select File>>New>>Test
Select GUI Test
Click Create button. Wait for new test to appear.
Click Tools>>Options>>GUI Test
On the left hand side, you should see Termial Emulator under Windows Applications
Click Terminal Emulator and configure as needed.
You will get more details if you'll simply search terminal emulator configuration in the UFT on google.

Selenium-webdriver Firefox issue windows 7

I am running Selenium Webdriver locally on my windows home server (windows 7 professional actually) which logs to a site and sends some emails. It's a java program with a single thread running.
I can see Firefox opening up just fine when running through Eclipse and follow the clicks etc as it logs on without problems.
I have set up a Task Scheduler task to start it up every morning though and run the jar. The program runs fine but when Firefox opens it is almost invisible, I can see the grey frames of it but everything else is transparent and invisible and if you drag something in front of it the graphics get stuck.
When clicking on Properties on Task manager I can see that it started with firefox.exe - foreground whereas when I open Firefox normally it says -browser.
The program still does what it should do, it's just Firefox is not visible at all when running through java -jar X.jar etc.
Any ideas why?
Windows 7 Professional
WebDriver 2.32
Firefox 21
I suspect it has something to do with the anonymous Firefox Profiles created each time firefox runs. I usually delete them from Temp once a week.
P.S No idea if it matters but server is headless and I am accessing it through TeamViewer.
Issue solved by deleting firefox profiles and loading from scratch. Weird, not sure yet what caused this and if it happens again.
Perhaps I will create a specific firefox profile and use instead of a anonymous one created each time.

Dealing with Firefox 4's new "data entered" confirmation dialog in Selenium IDE

I'm trying some S-IDE tests in Firefox 4 beta 7 that work fine in 3.6. One thing I can't seem to figure out is an automated way to interact with FF4's new built-in dialog:
Anybody solve this one yet?
Apparently running the test once and manually clicking the button causes it to not trip up in subsequent runs.
Please refer below link.
Firefox 4 confirmation dialog in selenium 2.0b3
I am also facing the same problem and still waiting for the solution. I recommend to downgrade Firefox or wait for the solution.

Resources