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

发表于:2016-09-12来源:debugtalk作者:Leo Lee点击数: 标签:Appium
计算,然后用计算得到的值作为实际参数。 回到刚才的注册账号测试用例,填写用户名的步骤就可以按照如下形式指定参数。 1 2 3 4 5 input test EmailAddress
计算,然后用计算得到的值作为实际参数。

回到刚才的注册账号测试用例,填写用户名的步骤就可以按照如下形式指定参数。


					
1
2
3
4
5

					
input test EmailAddress:
control_id: txtfieldEmailAddress
control_action: type
data: ${Time.now.to_i}@debugtalk.com
expectation: sectxtfieldPassword

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