Exception is thrown when there is more than one control with the specified name.
For a list of all members of this type, see AmbiguousNameException Members.
System.Object
Exception
AmbiguousNameException
If you have multiple dynamic controls with the same name, consider giving them unique names or else access them using the indexer property on each ControlTester.
grandparent.parent.child is a valid name string.. You can use the shortest name string that uniquely identifies a control.
Namespace: NUnit.Extensions.Forms
Assembly: NUnitForms (in NUnitForms.dll)
AmbiguousNameException Members | NUnit.Extensions.Forms Namespace