测试总结---------移动组件的位置

最近接了一个需求: 要把一个组件C从A页面移动至B页面。起初: C组件在A页面的保存等都出现提示信息(也就是: C组件与A页面有密切的关系),那么当C组件从A移动至B以后,其实组件C与A页面之间就不能产生联系:

     A页面的save  clear不应该影响C的选项

    C的选择 不选择(也就是更改) 不能在A页面上有任何的提示信息

第一次测试的过程中,由于对项目不熟练,所以就忽略了这个点的测试,现把这些错过的点总结如下:

13.1 in setting page, clicking on clear button, screenshot field should not be clear.
13.2 when changing selection in setting, then select leave option of alert, app should not clear the screenshot field.
13.3 select screenshot field, then switch to setting page, then switch to main page, app should not give any prompt.

你可能感兴趣的:(个人日记——定期总结)