Howto "unshare" shared project items
We have projects were items are shared across the project Suite. However, in many cases the sharing has been abused and is not appropriate for a particular item. We need to update our test suite such that these particular shared items are unshared so that each project has its own, distinct copy.
Because we have so many of these (mostly stores items), it would be nice if TestComplete has a feature that does so automatically, rather than a brute-force, multi-stepped approach for each item.
Does such a capability exist?
Thanks.
Hi,
this is my solution:
1) Start with the dialog alias' Control
2) For the Control's parent, get an array with all visible children having the control's wndClass
3) Filter the array for Elements having the control's MappedName
4) exclude the start control itself
Voilá: an array with all "other" instances of a dialog alias' dialog type.
Regards,
Manfred