Software acceptance test plan: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 17: | Line 17: | ||
#** [https://en.wikipedia.org/wiki/Data_dependency Data dependency]: If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | #** [https://en.wikipedia.org/wiki/Data_dependency Data dependency]: If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | ||
# Progressive update | # Progressive update | ||
#* Incremental updates: How to apply | #* Incremental updates: How to apply new data to the current model | ||
#* How to use | #* How to use new data to update the model | ||
References | References | ||
Revision as of 12:33, 8 April 2018
使用者驗收測試(User Acceptance Test)
Goal -> functional features & non-functional features -> test plain
checklist:
- Build new environment (version & package version were defined) using docker
- Deploy and run the codes
- Testing
- Testing by small amount data, large amount data
- Expected or un-expected result
- Validate the data flow:
- Format of input data & output data
- Definition of column
- Data type of column
- Rows count of data or file size[1]
- Data dependency: If the input data came from previous step, you should check the format of data generated by previous step before executing the process.
- Format of input data & output data
- Progressive update
- Incremental updates: How to apply new data to the current model
- How to use new data to update the model
References