Joomla TemplatesBest Web HostingBest Joomla Hosting
English (United Kingdom)French (FR)Nederlands (NL)
Flash News
Our 2 Directors went to Silicon Valley (SV) for a one-week leadership training.

Subjects: innovation spirit, sustainable leadership, SV mindset, Products culture.
Search
Perspectives
“Three Rules of Work”
Albert Einstein

1. Out of clutter, find simplicity
2. From discord, find harmony
3. In the middle of difficulty, lies opportunity

Facebook
Home Methodology Development Application Development & Unit Testing

Application Development & Unit Testing

During this phase, the application modules are developed, and tested by the developers (Unit Testing).

Associated methodology documents:

VERSION-CHANGES-< Client>-< Project>-.html (Path: < Project>\) Version changes: functional, architectural (not technical) description of the changes implemented in each new version of the software (version - v, patch - p, pack - k)

DBSTRU-TAB-< Client>-< Project>-[Topic]-[Doc_Version].tab (Path: < Project>\Database\Structure) SQL Script allowing creating the tables (together with PK, UK) in the physical database

DBSTRU-IDX-< Client>-< Project>-[Topic]-[Doc_Version].idx (Path: < Project>\Database\Structure) SQL Script allowing to create the remaining indexes in the physical database

DBSTRU-SEQ-< Client>-< Project>-[Topic]-[Doc_Version].seq (Path: < Project>\Database\Structure) SQL Script allowing creating the sequences in the physical database

DBSTRU-TRIG-< Client>-< Project>-[Topic]-[Doc_Version].trg (Path: < Project>\Database\Structure) SQL Script allowing creating the triggers in the physical database

DBSTRU-PROC-< Client>-< Project>-[Topic]-[Doc_Version].pck (Path: < Project>\Database\Structure) SQL Script allowing creating the database procedures in the physical database

DBSTRU-SYN-< Client>-< Project>-[Topic]-[Doc_Version].syn (Path: < Project>\Database\Structure) SQL Script allowing creating the database synonyms in the physical database

DBSTRU-GRANT-< Client>-< Project>-[Topic]-[Doc_Version].grn (Path: < Project>\Database\Structure) SQL Script allowing creating the database grants in the physical database

DBLOAD-< Client>-< Project>-[Topic]-[Doc_Version].sql (Path: < Project>\Database\Data Load) Scripts allowing to load reference and other initial data in the client database, in each of the environment, before using the application; can be several, by functional part of the application

MM< nr>-< Client>-< Project>-< Date>-[Topic].doc (Path: < Project>\Docs\Follow-up) Minutes of the meetings with the clients; (Path: < Project>\Docs\Pulsar Internal) Minutes of the internal meetings

TASK -< Client>-< Project>-[Doc_Version].xls (Path: < Project\Docs\Pulsar Internal) Distribution of the tasks across the team,

ENH-< Client>-< Project>-[Doc_Version].xls (Path: < Project\Docs\Request&Proposals) Listing of the known future enhancements (that means specifying what’s outside the scope of the project).

PROJ-PLAN< Client>-< Project>-[Doc_Version].mpp (Path: < Project>\Docs\Request&Proposal) Planning of the project (Example : MPP file), often in Gantt-Chart form, including if needed the resource allocation.

PROJ-PROGRESS< NR>-< Client>-< Project>-< Date>-[Doc_Version].doc (Path: < Project>\Docs\Follow-up) Project Progress Report (follow-up of the project status)

QUES-< Client>-< Project>-[Doc_Version].xls (Path: < Project\Docs\Request&Proposals) Listing of all the questions that are raised during the project and needs to be asked to the client

DELIV-LIST-< Client>-< Project>-[Doc_Version].xls (Path: < Project>\Docs\Follow-up) Checklist of the various document and sources to provide for each delivery