コンセプトを抽出するための Twist のドキュメントでは、複数のステップをそれらのステップを含む 1 つのステップにグループ化する方法を示しています。たとえば、次の 8 つのフィクスチャ
1. Start at the Maintain product catalog page.
2. The page title should be “Joe’s musical —Maintain Product Catalog.”
3. Click the Add New Instrument button.
4. The page title should be “Joe’s musical—Add New Musical Instrument.”
5. Enter text “Guitar” into the Instrument field.
6. Select “Slide” from the Type selection list.
7. Select “Dobro” from the Brand selection list.
8. Click the Save button.
1 つの概念に凝縮できます。
1. Add a New Musical Instrument “Guitar” of type “Slide” and brand “Dobro”
ただし、チュートリアルでは、この概念を他のパラメーター (おそらく「ギター」ではなく「ドラム」) で使用できるかどうかについては触れていません。ただし、概念名のパラメーターは引用符で囲む必要があることは明確に示されていますが、パラメーター名も一致する必要があるため、可能かどうかは明確ではありません。
では、Twist の概念でパラメーターを使用できますか?