Software acceptance test plan: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "使用者驗收測試(User Acceptance Test) Goal -> functional features & non-functional features -> test plain Execution environment: * (1) build new environment (version...")
 
mNo edit summary
Line 8: Line 8:
* (2) deploy the codes  
* (2) deploy the codes  
* (3) testing
* (3) testing
** small amount data, large amount data
** testing by small amount data, large amount data
** expected or un-expected result
** expected or un-expected result
 
** validate the format of data e.g. data type of column


References
References

Revision as of 12:34, 6 April 2018

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

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


Execution environment:

  • (1) build new environment (version & package version were defined) using docker
  • (2) deploy the codes
  • (3) testing
    • testing by small amount data, large amount data
    • expected or un-expected result
    • validate the format of data e.g. data type of column

References