Skip to main content

Home/ ASP.Net MVC/ Group items tagged agile

Rss Feed Group items tagged

Peter Munnings

Manifesto for Agile Software Development - 3 views

  •  
    Manifesto for Agile Software Development
  •  
    I've decided this is a page I need bookmarked - probably useful to go through it each morning :)
Jacques Bosch

Naked Objects MVC has gone fully open source - 1 views

  •  
    " Naked Objects takes a domain object model, written as POCOs but following a few very simple conventions, and dynamically creates one or more complete user interfaces for it, using reflection (not 'code generation' or 'scaffolding'). It is highly effective in support of Domain-Driven Design, OO Modelling, and/or Agile Development. Naked Objects MVC builds upon the core framework to create a complete web-based user interface, using ASP.NET MVC 3. The generic user interface may be customised via the .CSS, by adding custom views, or custom controllers, as needed. Entity Framework is used to persist objects on a database. Security may be handled simply via Forms Authentication and attribute-based authorisation, or more comprehensively via Microsoft WIF and an STS. "
Johann Strydom

Agile Testing: Ajax testing with Selenium using waitForCondition - 1 views

  •  
    "An often-asked question on the selenium-users mailing list is how to test Ajax-specific functionality with Selenium. The problem with Ajax testing is that the HTML page under test is modified asynchronously, so a plain Selenium assert or verify command might very well fail because the element being tested has not been created yet by the Ajax call. A quick-and-dirty solution is to put a pause command before the assert, but this is error-prone, since the pause might be not sufficient on a slow machine, while being unnecessarily slow on a faster one."
1 - 3 of 3
Showing 20 items per page