This is a migrated thread and some comments may be shown as answers.

Time outs when evaluating properties in RadTreeListView

2 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Joel asked on 28 Apr 2011, 12:11 AM
Hi,

I am attempting to iterate through the TreeListItems property of the RadTreeListView and running into time out issues.  I am running the following code:

foreach(RadTreeListViewItem item in treeListView.TreeListItems)
{
        ... do some work on item ....
}

The test will generate the following error:  "Wait for condition timed out" while attempting to retrieve the TreeListItems property.

When I run the test in the debugger I will get this error:  "Function evaluation timed out" when hovering over the property.

Any helpful hints.

Joel

2 Answers, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 02 May 2011, 03:31 PM
Hi Joel,

Thank you for the feedback.

We will investigate the problem and we will notify you as soon as we have more information.
 
Greetings,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Yordanka
Telerik team
answered on 11 May 2011, 04:16 PM
Hello Joel,

Currently, we don't provide wrappers for the RadTreeListView control. We will consider to add a native support in the next versions of the TestStudio.

Could you share with us the test scenarios you want to cover on automating the control? Which parts of the control is more important for you to be accessible? For example, do you want to reach only the top level items or you need to reach the child items as well? 

We appreciate your feedback.
 
Best wishes,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Joel
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or