Software acceptance test plan

From LemonWiki共筆
Revision as of 14:40, 6 April 2018 by Planetoid (talk | contribs)
Jump to navigation Jump to search

使用者驗收測試(User Acceptance Test)

Goal -> functional features & non-functional features -> test plain


checklist:

  1. Build new environment (version & package version were defined) using docker
  2. Deploy and run the codes
  3. Testing
    • Testing by small amount data, large amount data
    • Expected or un-expected result
    • Validate the data flow: (1) format of input data & output data e.g. data type of column, (2) rows count of data or file size[1]
      • If the input data came from previous step, you should check the format of data generated by previous step before executing the process.
  4. Progressive update

References