-
Notifications
You must be signed in to change notification settings - Fork 1
Example POA
Plan Of Attack
3 to 4 paragraphs explaining the problem you are trying to solve and an overview of the tools you will be using.
Major Architectural decision
Important piece of the architectural decision
Details
Important piece of the architectural decision
Details
Major Architectural decision
Important piece of the architectural decision
Details
Important piece of the architectural decision
Details
Automated test strategy
Details on how you plan to hook this up to hudson, this will go beyond just running unit tests. If you are the UI team, this might include using a tool like Selenium. If you are on the API team this might include tools like SoapUI. If you are the DB team this might include writing a script that installs the tool on a fresh database and automatically verify all the tables and columns are correct.
Example code
Provide psudo code, and an associated explanation for complicated areas of logic that you foresee.