Synonyms - iks-gmbh-tools/SysNat GitHub Wiki
Problem:
Test data basically consists of a list of key-value-pairs read from test data files (a dat- or xlsx-file). It occurs sometimes that the key in a new test data file does not fit to the test data reference used in the natural language tests. Instead of modifying the test file it would be helpful to define synonym in the nlxx-file that maps the new key onto the existing test data reference.
Solution:
Synonyms can be defined in the follwing way in nlxx files:
Synonym: Customer=CustomerName
or
Synonym: CustomerName=Customer
would have the same effect, i.e. the order does not play any role.