2

I configured Jenkins to run UFT in windows server 2003, but UFT is executing in the background. I can see the UFT process in task manager, how can I run it in the foreground instead of the background?

(ps: I did the same configuration on Win7, UFT will run in the foreground properly) Win 7 config

dmcgill50
  • 528
  • 6
  • 26
Y.Daniel
  • 21
  • 3

1 Answers1

0

On the host computer, you should right click on the Unified Functional Testing Remote Agent and click Settings. This will bring up a window that includes a section for Test Handling. You should choose the not run the UFT in hidden mode(uncheck the selection box)

Please refer to this article for more details. Reference Article

HP UFT Remote Agent Settings

dmcgill50
  • 528
  • 6
  • 26
  • Thanks, dmcgill50 ; but i didn't use ALM to call UFT; just use bach in Jenkins to call vbs (vbs will launch UFT); – Y.Daniel Sep 27 '16 at 09:49
  • it also happend when use Task sheduler to call loadrunner by bach, loadrunner will run backend, not show forend. – Y.Daniel Sep 27 '16 at 09:50
  • Then in your vbs, you must make a call to display UFT using UFT application automation code – dmcgill50 Sep 27 '16 at 15:43