FormTester and components contained in Border

2012-02-23 Thread Schlärmann , Bob
Hi list, I have a form with components each contained within an individual border. When testing the form with FormTester I have to specify the full component id including the intermediate component id's added by the border. Is there any easier way to do this, e.g. with wildcard paths or

Re: FormTester and components contained in Border

2012-02-23 Thread Martin Grigorov
Hi, In the projects I have worked on we have used helper Path objects for testing which describe how to find a child of a given Component. In first sight it looks like we are duplicating the component tree and this is almost true but it helps a lot for such kind of problems because the Path

RE: FormTester and components contained in Border

2012-02-23 Thread Schlärmann , Bob
In the projects I have worked on we have used helper Path objects for testing which describe how to find a child of a given Component. In first sight it looks like we are duplicating the component tree and this is almost true but it helps a lot for such kind of problems because the Path