Forum Discussion

tomh_1's avatar
tomh_1
Contributor
9 years ago

TestComplete 11.2 issues encountered with Chrome (worked in TestComplete 10.5)

Hi all,

We encountered the following problems when using Test Complete 11.2 with either Chrome 38 & 46 
The same code executes without issue using TC 10.5 and Chrome 38.

 

1. Unable to access Treeview wItems.Item property(Telerek RadTreeView for ASP.Net version 2013.1.417.40 )

Accessing wItems.Item object results in error "103 0x80020006 (Unknown name.) Nodes"
Accessing the property through the object browser results in the same error.
Programatically analyzing the Treeview.wItems object revealed two properties:
    Item - whose value has an error due to invalid number of parameters.

    Count - whose value is nothing, perhaps because the item property threw an error.

The Test Complete supported control is Telerik.Web.UI.RadTreeView - Telerik RadControls for ASP.NET AJAX Q1 2008 - Q1 2015 and it is installed.


2. The "role" attribute is no longer available as an HTML5 dialog panel object property

I've attached an image for clarity.

We could access this property through the outerHTML property, but are interested why this changed.

 

3. One instance of calling jscript in webpages fails with "Object Required" error.

Once again, this works in Test Complete 10.5 but not 11.2

 

Has anyone else encountered similar issues since moving to Test Complete 11.2? Any solutions?

 

Thank you.

Tom