【拉勾三期课程贴】 App 企业微信实战(一)

作业完成的不错。
有个问题,你这里的删除按钮能点到么?

作业做的不错。
待优化:
1、最好不要在一条测试用例里面去调用另一条用例。如果一定存在依赖,可以适当的加上顺序控制,或者依赖关系控制
2、删除可以在右上角的搜索栏里去搜索,如果 不存在 这个联系了,就说明删除成功了。
3、还有强制等待方式不建议使用这么长时间 ,有可能在不同设备上这个时长也是不一样的,跟手机响应速度,网络速度都有关系 ,最好使用隐式等待实现这个功能。

作业完成的思路不错,定位应用的也不错。

等改进:
1、最后删除成功需要加入验证点,否则 用例是不够完整的。

完成思路非常不错。元素应用的也比较灵活。

待改进:
1、teardown() 方法里面加入 driver 销毁操作
2、如果有 id 可以直接用 find_element_by_id ,用find_element_by_xpath 速度要慢一些。

可以的,我也奇怪

https://github.com/Vena-ww/MyPythonTest/tree/master/Python_test1/appium_test

appium作业 删除联系人并验证
https://github.com/Galaxyfanfan/HogwartsAppiumCode/tree/master/WeChatAppium

https://github.com/jijiangyongyou/win_happy/tree/master/xuexi_appium

https://github.com/a18280102190/Test_two.git

https://github.com/qblslion/qccatni/tree/master/python_practice/python_commit_7_app1

https://github.com/z1069867141/hogwarts_lg

  • 企业微信app删除联系人
    支持循环删除同一姓名,最后使用搜索功能断言是否删除成功(bug:部门和用户还没法区分)

https://github.com/LiJiaLin29/hogwarts

https://github.com/shifangxue/Hogwarts_LG3

https://github.com/BeiMingYouYuMiaomiao/pageobjectProject/tree/master/test_appium

https://github.com/he56jian/hgwz_test/tree/master/hgwz_appium/企业微信作业一

APP 企业微信-删除联系人用例
https://github.com/ShirelyYang/Hogwarts-Git/tree/master/wxwork_app

https://github.com/gqxjones/hogwartsThree/tree/main/testAppinum
‘’’


‘’’

https://github.com/ygl6532/testing/tree/master/appium_wechat1

https://github.com/whitemie/mm/tree/master/test_appium/homework1

https://github.com/dsy10100/dongshuyue.git
6appium-wechat(借鉴其他人)