Ensure the quality of product

Develop

feature

metrics and instrumentation

accessibility support

auto build / test tool script


Codebase management

Fork a branch from develop do feature,  name it as "name/feature"

Keep the linear check in history

beforepull request your work branch, rebase the current develop branch

squashyour branch's commits into one if needed

 

Commit message

Task/BugId

Description

Reviewer

Howto test the feature

 

Monitoring (foronline service)

Keeprequesting the service with seconds interval

Checkthe response html element

xmlpath

stringcontain

Calculate the latest one hour failure rate

Raise the alert email/phone call when failure rate reach threshold

 

Report

Daily, Weekly

Manually,Auto send

Feature/Productreport,  Team/Personal report,

Projectprogress report,

Testfail/pass report,

Bugreport, unit test coverage report,

Usagestatics report, User feedback report

 

Test

unittest  (one component's input output test)

integrationtest (e2e end to end, check a series components' input and out)

 

instrumentedtest (need run on android / ios hardware device)

 

manualtest

automationtest (appium automation test for android/ios)


Collect bug/feedback


Manage dependency / risk / bug



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章