Running a UFT BPT Test Against Chrome
Question ID: 106054
1
0

Hello. I have a set of BPT components (Login – Search – Add stuff on this screen, add stuff on that screen, etc) that I created against IE and have run on IE 7, IE 9, and partly on IE 11 (having some object changes). I have UFT 12.02 and want to run these automated BPT tests against Chrome. Do you have some documentation to help me get going with UFT and Chrome? The UFT help and User Guide is not giving me what I need. I need to know how to setup the machine for UFT and Chrome to communicate. I have Chrome 40 now (because I checked the About page unfortunately) and enabled the UFT – Chrome extenstion. I have UFT 12.02. I would like tips on launching Chrome (I guess call the EXE or whatever that is — I do not know) and what objects I may need to change or will it majically find the browser. If you can provide some simple script that opens Chrome and maybe does a search on Goggle, that would really help get get started besides the setup for UFT – Extensions, etc. Thanks

Marked as spam
Posted by (Questions: 424, Answers: 91)
Asked on April 28, 2015 3:41 pm
39 views
Answers (1)
1
Private answer

Luckily, HP has just released UFT 12.02 Patch 1 which supports Chrome 40. Once you install the patch, it should automatically add the Chrome browser extension. If by chance it does not, there's a great reference that steps you through the process in the UFT Add-ins Guide (check out the section,''How to Enable the HP Unified Functional Testing Agent Chrome Extension'').

Here's an example of how you can launch Chrome via script (rather than setting Record/Run Settings) using the SystemUtil method:

url = ''google.com''
SystemUtil.Run ''chrome.exe'' , url ,,,3
Browser(''Google'').Page(''Google'').WebEdit(''q'').Set ''Silicon Valley''
Browser(''Google'').Page(''Google'').WebEdit(''q'').Submit

Marked as spam
Posted by (Questions: 0, Answers: 771)
Answered on April 28, 2015 3:42 pm
0
Exactly what I as looking for!
( at April 28, 2015 3:43 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top