Does anyone know how to test a pages table? 
It is easy to test sorting:
 Document doc = pagetester.renderPage("user/list");
 Element link = doc.getElementById("sort2_1");
 Document sorted = pagetester.clickLink( link );

But the a-elements for the table's pages do not have an id. Is there a trick
to access them?

Jesper

-- 
Jesper Zedlitz                   Dept. for Computer Science, CAU of Kiel
Room 1108                        Communication Systems Research Group
                                 Phone:    +49-(0)431-880-7279
Christian-Albrechts-Platz 4      Fax:      +49-(0)431-880-7615
24098 Kiel - Germany             [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to