mVermaat / Crm.Specflow

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use uniform parsing of decimal/double

mVermaat opened this issue · comments

Decimal fields are currently parsed based on the settings of the computer. This means that a test may not work when running from another computer or a build server. Use uniform parsing where the format can be configured.

Secondary check if the format must be passed for UI tests when writing decimal numbers, maybe based on user settings.