Changes between Version 11 and Version 12 of S2S_WEB_COMMONS_R2


Ignore:
Timestamp:
07/31/09 18:32:13 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R2

    v11 v12  
    120120There are base class for selenium tests - org.sophie2.server.webui.SeleniumTestBase and there will be specialization for every site section. 
    121121 
    122 === Changes === 
     122=== Changesets === 
    123123[4085][4153][4157][4158][4159][4160][4165][4224][4232] 
    124124 
    125125= Implementation = 
    126 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     126 * Create design for all actions that need to be implemented using HttpRequestHandler interface. This will be our controllers. 
     127  * Included in design section 
     128 * We'll need a site map for the server pages.  
     129  * Included in design section 
     130 * Whole business logic MUST be removed from JSP files. Maybe we will rewrite them entirely. 
     131  * done 
     132 * Provide helper classes that will allow jsp pages to be written without scriptlets which are extremely hard to maintain.  
     133  * This wasn't needed at this point 
     134 * Provide simple tag library which will allow composition of different jsp in a whole page. For example navigation bar and navigation items,  
     135skeleton tag for (header,navigation,content,footer). 
     136  * done explained inside design section 
     137 * Basic Guidelines for testing handlers and jsp. 
     138  * we won't support this kind of test for handlers, instead we'll use the selenium functional tests. 
     139 
     140 
     141=== Changesets === 
     142[4589][4593][4635][4750][4781] 
    127143 
    128144= Testing = 
    129 ^(Place the testing results here.)^ 
     145Following selenium test were implemented 
     146 * AboutTest 
     147 * ForgottenPasswordTest 
     148 * LoginTest 
     149 * LogoutTest 
     150 * RegisterTest 
     151 * ResourceTest 
     152 * SearchTest 
     153 * WelcomeTest 
     154all of them are in org.sophie2.server.webui package 
    130155 
    131156= Comments =