adoublin
9 years agoNew Contributor
Issues with Aliases when using objects with groupboxes
I am having an issue with using a Mapped Object that has an ever-changing WndCaption.
In my project that happens to be a Groupbox that has a text change based on the amount of rows in the child datagridview (ex: Rows = 12)
This results in multiple Mapped Objects and Aliases being created and test failing if a row is added or removed.
Is there a way to either join these together to be referenced through one Alias or any nicer way of handling this without having to have multiple Aliases and Mapped Objects?
Thanks in advance.