• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Is System Requirement Specification Required for Migration Project??

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently our application is in weblogic portal framework and our lead designers feels that whole application should be migrated to open source framework.

My role in this project is to capture requirements.The scope of the above project is same as what we have now and there will be ne change in the functional and non functional requirements.

My question here is that Do we need SRS for this migration project?Please guide me as I am bit confused..
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm curious - why would you want to migrate to a different framework?

Anyway, I think the best thing to do in such a situation is to capture the behavior of the current system in automated acceptance tests, and require the migrated system to "simply" pass those same tests, too.
reply
    Bookmark Topic Watch Topic
  • New Topic