Introduction to AppiumBooster

AppiumBooster AppiumBooster helps you to write automation testcases in yaml format or csv tables, without writing a snippet of code. write testcases in yaml (recommended) Take DebugTalk+ Discover’s login and logout function as an example. In order to test these functions above, you can write testcases in yaml format like this. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # ios/testcases/Account.yml --- AccountTestcases: login with valid account: - AccountSteps | enter My Account page - AccountSteps | enter Login page - AccountSteps | input EmailAddress - AccountSteps | input Password - AccountSteps | login - AccountSteps | close coupon popup window(optional) logout: - AccountSteps | enter My Account page - SettingsSteps | enter Settings page - AccountSteps | logout In the testcases, each step is combined with two parts, joined by a separator |.

深入浅出 Git 权限校验

借助上次“掉坑”的经历,我对Git权限校验的两种方式重头进行了梳理,形成了这篇总结记录。 在本地计算机与GitHub(或GitLab)进行通信

关于促销活动页面测试的那些事儿

这篇文章来说说促销活动页面测试的那些事儿。 什么是促销活动页面? 通常电商平台在节假日会做一些促销活动,而活动的宣传方式,主要会采用H5静态页面