0
specflowで作業するために次のキュウリを入手した人がいるかどうかは疑問でした。Specflowシナリオ複数のシナリオの概要
Feature: testing different user types
Scenario Outline:Validate User RBAC
Given I have a new User
And The new user can login <username> and <password>
Examples:
|username|password|
|xxxxxxxx|yyyyyyyy|
Scenario:Test 1
Then something
Scenario:Test 2
Then something else
Scenario:Test 3
Then some other thing
私は、シナリオのアウトラインが働くことができます。 しかし、さまざまなユーザーと一緒にやりたい一連のテストがあり、テストごとに別のユーザーを作成するとテストが遅くなります。
この例がありますが、コードに誤りがあると思いますが、私が間違っていると申し訳ありません。参照:http://toolsqa.com/specflow/data-driven-testing-using-examples-keyword-in-specflow/