2

我是葫芦机器人的新手。我为 'Twitter' android 应用程序编写了测试用例以用于学习目的。但我觉得开始有麻烦了。谁能帮我?如何编写步骤定义?在我写的功能文件中:

Feature: Login feature

Scenario: As a valid user I can log into my app
   And I press "Sign In"
   Then I see 'Sign In' page
   Then I enter 'abc@domain.com' in username
   Then I enter 'abc.123' in password
   And I press 'Sign In'
   Then I should see my home page

如何为上述场景编写步骤定义?

4

1 回答 1

2

按照这两个链接:

也试试这个:http ://www.optimusqa.com/2013/04/10/set-up-android-testing-calabash/

于 2013-09-25T07:47:14.680 回答