使用AppiumBooster打造心目中理想的自动化测试框架(11)

发表于:2016-09-12来源:debugtalk作者:Leo Lee点击数: 标签:Appium
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 --- AccountFeatures: login with valid test account: - AccountSteps | enter My Account page - AccountSteps | enter Login page - AccountSteps | i


					
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

					
---
AccountFeatures:
login with valid test account:
- AccountSteps | enter My Account page
- AccountSteps | enter Login page
- AccountSteps | input test EmailAddress
- AccountSteps | input test Password
- AccountSteps | login
- AccountSteps | close coupon popup window(optional)
 
login with valid production account:
- AccountSteps | enter My Account page
- AccountSteps | enter Login page
- AccountSteps | input production EmailAddress
- AccountSteps | input production Password
- AccountSteps | login
- AccountSteps | close coupon popup window(optional)
 
logout:
- AccountSteps | enter My Account page
- SettingsSteps | enter Settings page
- AccountSteps | logout

原文转自:http://debugtalk.com/post/build-ideal-app-automation-test-framework/