Tuesday, March 22, 2016

Naming Conventions

Naming Conventions

Pascal Casing: The first character of all words are Upper Case and other characters are lower case. 
Example: BulkStreamReader

Camel Casing: The first character of all words, except the first word are Upper Case and other characters are lower case.
Example: bulkStreamReader


Hungarian Notation: (not recommended)  The name of a variable or function indicates its type or intended use.
Examples:
lAccountNum : variable is a long integer ("l");
arru8NumberList : variable is an array of unsigned 8-bit integers ("arru8");
m_sFirstName : a string member variable for "first name".



Thursday, March 3, 2016

Impact Assessment (this is an Impact Assessment template)

Impact Assessment
Project Name:
Affected Software Component(s):
Affected Sections/Systems/Pages:
1.
2.
3.
4.
Product Manager:
Project Manager:
Development Lead:
Developer:
Package Creation Date:             Package No.:                     Version:
QA Lead:
QA Engineer:

Extent of the Change:



Key Differences:



Effects:





Impact Assessment of ….................................................................................

Differences
Potential Effects
Risk Mitigation
Prevention Steps       
Monitoring Steps       













Test Environment Specifications:

 

Priorities:


 

Regression Areas:


 

Comments:



END.