Updgrade UFT does not work with web site.
Question ID: 108169
1
0

I just upgraded from UFT 12.02 to 12.54 and UFT will not click on some web objects.

Marked as spam
Posted by (Questions: 22, Answers: 6)
Asked on February 9, 2018 7:22 pm
50 views
Answers (1)
0
Private answer

Starting at 12.52 UFT enforces Web Accesibility or HTML Role attribute to recognized web objects. This feature is on by default and can cause issues on some web objects. Recomend to disable the Web Accesibility support feature. This can be done by Micro Focus Document [KM02217882](https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facetsearch/document/KM02217882). This can be done by two methods.

### Via Registry

1.Access Windows Registry Editor.
2.Navigate to ''Mercury Interactive'' path:

HKEY_CURRENT_USERSoftwareMercury Interactive

**Note:** There is an equivalent version at HKEY_LOCAL_MACHINE

(32bits) HKEY_LOCAL_MACHINESOFTWAREMercury Interactive

(64bits) HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMercury Interactive

3.Continue navigating subsequently to respective HPE product's ''Settings'' subregistry for ''WebPackage'' registry:

*Unified Functional Testing (UFT)

...QuickTest ProfessionalMicTestPackagesWebPackageSettings

*Lean Functional Testing (LeanFT)

...LeanFTMicTestPackagesWebPackageSettings

4.Update (or create) Value below:
*Name: EnableWebRoleBasedKit
*Type: DWORD
*Data:
*ffff or 1 (enable)
*0 (disable)

### Within script

Run below statement (only for UFT Scripts, not LeanFT):
***(Enable)**

Setting.Packages.WebPackage.Settings(''EnableWebRoleBasedKit'')=1
***(Disable)**

Setting.Packages.WebPackage.Settings(''EnableWebRoleBasedKit'')=0

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on February 9, 2018 7:23 pm
EyeOnTesting

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

X
Scroll to Top