|
Advantages:
1. All workflows were encapsulated into individual functions so that it is easy-to-understand for other testers.
2. Adding Recovery Scenario for different errors or warnings popup by tested App.
3.Adding Init_action, End_action, Login_action and main_action,which is easy to know the whole app workflow.
Weakness:
1.Hard to debug the script. Some actions have more than 2000 rows.
2.Doesn't define the input and output parameter between action.
3.Doesn't define the consistent GUI name in Object Repository. |
|