15,051
edits
mNo edit summary |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
使用者驗收測試(User Acceptance Test) | 使用者驗收測試(User Acceptance Test, UAT) | ||
Goal -> functional features & non-functional features -> test plain | Goal -> functional features & non-functional features -> test plain | ||
== Checklist == | |||
# Build new environment | # Build new environment using docker | ||
#* Language Interpreter version & package version | |||
#* System requirement: e.g. CPU & memory usage | |||
# Deploy and run the codes | # Deploy and run the codes | ||
# Testing | # Testing | ||
| Line 20: | Line 22: | ||
#* How to use new data to update the model | #* How to use new data to update the model | ||
References | == References & related articles == | ||
References: | |||
<references /> | |||
Related articles: | |||
* [https://www.origsoft.com/solutions/user-acceptance-testing/what-is-an-acceptance-test-plan/ What is an acceptance test plan? - Original Software] | * [https://www.origsoft.com/solutions/user-acceptance-testing/what-is-an-acceptance-test-plan/ What is an acceptance test plan? - Original Software] | ||
* [https://docs.gitlab.com/ee/ci/pipelines.html Introduction to pipelines and jobs | GitLab] | |||
* [https://en.wikipedia.org/wiki/Functional_testing Functional testing - Wikipedia] function test ([http://terms.naer.edu.tw/detail/1279055/ 功能測試]) | |||
* 軟體測試報告 (Software Testing Report, STR) [https://www.krispmschool.com/share/sw_docs/software_test_report.php 軟體/系統測試報告(STR)文件下載-Kris專案管理學院] | |||
[[Category:Programming]] [[Category:Software]] | [[Category:Programming]] [[Category:Software]] | ||