How to create property checkpoint
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2014
08:56 AM
07-17-2014
08:56 AM
How to create property checkpoint
Can someone help me on creating a property checkpoint -
To make sure a particular data is not exist in any of the witems of the object.
Objectname: Testapplication ["splitContainer1"]["SplitterPanel1"]["ToDo1"]["lsttasks"]["wItem"](1, 0)
There are lot of witems in this object
Thanks,
To make sure a particular data is not exist in any of the witems of the object.
Objectname: Testapplication ["splitContainer1"]["SplitterPanel1"]["ToDo1"]["lsttasks"]["wItem"](1, 0)
There are lot of witems in this object
Thanks,
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2014
10:08 PM
07-20-2014
10:08 PM
Hi Balajyothi,
The wItem property allows you to access only the specified item on the list. It looks like you need to check the wItemList property - it contains all items from the list. Here is the sample how the comparison settings can look like:

BTW, make sure that you are using the Advanced View mode when exploring the object to select the wItemList property.
The wItem property allows you to access only the specified item on the list. It looks like you need to check the wItemList property - it contains all items from the list. Here is the sample how the comparison settings can look like:
BTW, make sure that you are using the Advanced View mode when exploring the object to select the wItemList property.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2014
05:52 AM
07-22-2014
05:52 AM
Hi Tanya,
Thanks for your reply, but there is no wItemlist property for my object.
Please see below screencast for the object properties
http://screencast.com/t/CLycvyiwziAN
Any other suggestions?
Thanks for your reply, but there is no wItemlist property for my object.
Please see below screencast for the object properties
http://screencast.com/t/CLycvyiwziAN
Any other suggestions?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014
07:21 PM
07-24-2014
07:21 PM
Hi Balajyothi,
This property is added only to some controls. It looks like your control isn't a standard one.
Explore all the properties and methods of the control to find the one that returns the list of all items. Make sure that the Advanced View mode and "Show hidden properties" are activated in the Object Browser.
If you don't find the property, it looks like you have to create several checkpoints that will compare each item with the desired value.
This property is added only to some controls. It looks like your control isn't a standard one.
Explore all the properties and methods of the control to find the one that returns the list of all items. Make sure that the Advanced View mode and "Show hidden properties" are activated in the Object Browser.
If you don't find the property, it looks like you have to create several checkpoints that will compare each item with the desired value.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
