Software acceptance test plan: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
* (2) deploy the codes | * (2) deploy the codes | ||
* (3) testing | * (3) testing | ||
** | ** Testing by small amount data, large amount data | ||
** | ** Expected or un-expected result | ||
** | ** Validate the (1) format of input data & output data e.g. data type of column, (2) file size | ||
*** If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | |||
References | References | ||
Revision as of 13:11, 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 (1) format of input data & output data e.g. data type of column, (2) file size
- If the input data came from previous step, you should check the format of data generated by previous step before executing the process.
References