Hello Thomas, You need to define the UI only once, and can reuse the same UI objects within all the tests. I use the setup method to initialize all the UI modules involved in a particular test and use them across different tests.
Navigating through the pages does not effect the objects defined for the UI modules. I hope this helps, in case of any question please feel free to contact. Thanks Haroon 2009/2/9 Thomas Roßberg <[email protected]> > > Hello users, > > do you imagine the followed description: I test the content in the > first page (Page A, www.helloworld.com/firstpage.html), then I click > any link to get next page (Page B, www.helloworld.com/secondpage.html). > There I want to test the content. > > Must I redefine the ui-module of the Page B? > > Greetz > > Thomas > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
