Skip to content

Instantly share code, notes, and snippets.

@apua
Last active January 18, 2023 10:07
Show Gist options
  • Save apua/c1929a2aad3727c905588882d3d4038a to your computer and use it in GitHub Desktop.
Save apua/c1929a2aad3727c905588882d3d4038a to your computer and use it in GitHub Desktop.
documentation reference -- IEEE standards

IEEE Standards Association: https://en.wikipedia.org/wiki/IEEE_Standards_Association

Software documentation: https://en.wikipedia.org/wiki/Software_documentation

IEEE 1058 - Software project management:

IEEE 828 - Software configuration management: https://en.wikipedia.org/wiki/Software_configuration_management

Release management: https://en.wikipedia.org/wiki/Release_management

User story: https://en.wikipedia.org/wiki/User_story

IEEE 12207 - Systems and software engineering -- Software life cycle processes: https://en.wikipedia.org/wiki/IEEE_12207

Verification and validation: https://en.wikipedia.org/wiki/Verification_and_validation

IEEE Std 1012TM-2004 - IEEE Standard for Software Verificationand Validation: http://pesona.mmu.edu.my/~wruslan/SE2/Readings/detail/Reading-7.pdf

IEEE 829-1998: https://zh.wikipedia.org/wiki/IEEE_829

IEEE 829 - Test Plan Template (Chinese): https://myweb.ntut.edu.tw/~jykuo/train/01IEEE829template_chinese.pdf

IEEE Std 830-1998 - IEEE Recommended Practice for Software Requirements Specifications: http://www.cse.msu.edu/~cse870/IEEEXplore-SRS-template.pdf

ISO/IEC/IEEE 42010 Systems and software engineering: https://en.wikipedia.org/wiki/ISO/IEC_42010

**https://gist.github.com/apua/c1929a2aad3727c905588882d3d4038a**
-----------------------------------
IEEE Std 830 -- Recommended Practice for SRS
http://www.cse.msu.edu/~cse870/IEEEXplore-SRS-template.pdf
definition:
- customer -- stakeholder
- supplier -- developer
- user -- user
The basic issues that the SRS writer(s) shall address are the following:
- Functionality
- External interfaces
- Performance
- Attributes
- Design constraints imposed on an implementation
-----------------------------------
IEEE Std 1012 -- Software verification and validation
http://pesona.mmu.edu.my/~wruslan/SE2/Readings/detail/Reading-7.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment