Forum Discussion

ivanm's avatar
13 years ago

Problem with creating table checkpoint for WPF list view control

This is the first time that we use Test Complete for testing WPF applications. We have a problem with creating table checkpoints for list view control.

When we create table checkpoint, we get an empty table although there are data in list view control.

Can you please explain to us how we can solve this problem?

You can download zip file with example from the attachment and try to create table checkpoint for list view on main form

(You can see Screenhot.jpg in the aforementioned zip file).

The application is in the Application folder, and the source code is in the Source code folder.



1 Reply

  • Hello Ivan,


    I have answered this question in an e-mail message to your colleague. Here is a copy of my reply for those who are also interested:




    TestComplete cannot obtain the items of the list view control, because every element is a collection of objects. Currently, only a collection of strings is supported. A solution to the problem is to create a script that will check the list view's items by using supported properties and methods.