Closed ThinkingEngine-net closed 4 years ago
Added and Tested. Script:
Feature: What is the Feature about?
Scenario: Lower case check Given I convert {source} to lowercase And {source} equals {sourceAsLC}
Scenario: Upper case check Given I convert {source} to uppercase And {source} equals {sourceAsUC}
Scenario: Title case check Given I convert {source} to titlecase And {source} equals {sourceAsTC}
Committed: 9a708e12fc3dc0914f486b8850e1ccf906d38a1d
The ability to convert case:
Given I convert {field} to lowercase Given I convert {field} to uppercase Given I convert {field} to titlecase