Software acceptance test plan: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
#* Expected or un-expected result | #* Expected or un-expected result | ||
#* Validate the data flow: | #* Validate the data flow: | ||
#** Format of input data & output data | #** Format of input data & output data | ||
#*** Definition of column | |||
#*** [[Data type]] of column, | |||
#** Rows count of data or file size<ref>[https://stackoverflow.com/questions/5920333/how-to-check-size-of-a-file bash - How to check size of a file? - Stack Overflow]</ref> | #** Rows count of data or file size<ref>[https://stackoverflow.com/questions/5920333/how-to-check-size-of-a-file bash - How to check size of a file? - Stack Overflow]</ref> | ||
#** If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | #** If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | ||
Revision as of 09:24, 7 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:
- Progressive update
References