\ | test case | test software |
---|---|---|
Target | just for test | Like pg tool using software arch[1] |
developing | fast | slow |
exterxion | bad | well |
new case | copy and rewrite | adding testing case in config[2] |
different flow | no side effect[3] | merge different flow[4] |
human resource | High require[5] | low to no needed[6] |
If flow changing(add/ remove) in testing case, the program will be re-writen
Only suitable for one case, If new test flow, the program should be rewirte
Use selection cmd to construct self-define flow
Like new case, always write a new case ↩︎
e.g. Add more switch control ↩︎
Every new cases will need a human resoure to understanding the new flow and wirte a new code ↩︎
If the framework do not need to change, this can be translate to customer to mantain it ↩︎
Because all commad sequence is fixed, if the sequence change, the program will be re-organize ↩︎