回到刚才的注册账号测试用例,填写用户名的步骤就可以按照如下形式指定参数。
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/