DevOps Product Lifecycle
- [plan] Sprint begins with a Planning session. ( Dev [Back End, UI, Database], QA, UX, TechWriters)
- Evaluate feedback from the previous deployment and set priorities for the next sprint. Incorporate results from:
- User input ( Tool Intercom) / Support
- QA
- Google Analytics
- Teams ( retrospectives)
- Sprint Fill-up ORDER by issue type:
- Security
- Postmortems
- QA-classified-critical
- User feedback/ Support feedback
- GA rage clicks
- Team determined
- [design]
- Write user stories for selected priorities and break them down into tasks.
- Assign tasks to sprint.
- Each story has a special DocTask for describing the functionality to test for QA. Each story has a related DocStory for TechWriters team (Tool JIRA)
- The DocStory is NOT assigned to the TechWriters’ sprint until the corresponding development story is closed by QA. (Docs behind the code by sprint)
- TechWriters have their own sprint board with DocStory Items
- Some Stories will have a UX Design task. (Tool Sketch, Photoshop) They are initially assigned to UX until done then forwarded to developers.
- Evaluate feedback from the previous deployment and set priorities for the next sprint. Incorporate results from:
- [develop Back End/UI] Developers write code using GitHub Flow
- Create your individual branch from MASTER named {yourLogin-JIRA item #}
- Check your code into your branch. (Tool GitHub)
- CI picks up your change and generates a build (Tool TeamCity, msbuild, nant)
- Build status, unit test pass/fail and Code coverage % reported to developer (Tool NCover, Nunit )
- Iterate 2 – 4 until all unit tests are passing and code coverage percentage reaches defined % value.
- Open a pull request and invite at least 2 peers from your team and at least 1 peer from a team(s) integrating with your feature.
- Iterate 2 – 6 until all pull request issues are resolved.
- Merge your feature complete code to MASTER
- CI triggers a BUILD and DEPLOY to STAGE.
- Perform manual or automated integration tests to confirm feature is working as expected on STAGE.
- Iterate 2 – 10 until feature is working as required.
- Describe feature specifically noting how it should be tested in the related DocTask Jira item, set the story status to “Dev Done” and assign the story to QA. Make sure your GitHub commits are referenced in the Story.
- [develop] UX
- Create mock-ups and designs.
- Post mock-ups on Confluence with detailed description of user flow.
- Mark story as “UX Ready” and assign the story to the relevant dev team.
- [test] QA
- Cover “Dev Done” stories with automated testing. (tool Selenium webdriver)
- Story coverage Autotest includes Functional and feature End-to-End testing.
- If autotest fails, check test validity with developer and return story to stage 2.2 by assigning back to developer if needed.
- Run continuous autotest suites on STAGE (Smoke, Acceptance, ALL).
- Run continuous autotest suites on PROD, monitor performance. Communicate with DevOps on critical alerts.
- Reactivate corresponding JIRA feature task and return to developer to finish.
- Features which are passing automated testing are accepted and corresponding JIRA TechWrite items assigned to docs.
- Cover “Dev Done” stories with automated testing. (tool Selenium webdriver)
- [Develop Docs]
- Restrospective
- DEvops monitor infrastructure and security, performance, impact of PROD autotest suite on prod, newrelic monitoring application logs and http error code, performance, infrastructure logs (Tool Azure Monitor), bastion host, keyvault Azure access controls to PROD and TEST subscriptions.
Each
1 Comment
A WordPress Commenter · September 17, 2017 at 4:12 pm
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
Comments are closed.