Hi
  I have a small confusion on how modules should be organized.  My
application has 2 pages .  Clicking on a button on Page1 brings up Page2 .

  I did the following :
     Defined a Page1 Module and Page2 Module.

     In the Test Case I did :

@Test method() {
         page1.click
         page2.assert ()
}

This did not work .  I get page2 element not found But If I define both
Page1 UI and Page2 UI in the same module then things work happily . Is there
something basic that I am missing

Regards
Hari

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to