External Data plugin Decimal format conversion
Hello,
I'm currently evaluate SpecFlow. I'm trying to import Excel as datasource.
I'm french and the separator is not a dot but a semi colon.
Each time I have some floating point value, I have an error : Input string was not in a correct format.
Here are my Feature (sorry, it is in French ;-) ) :
#language:fr-FR
Fonctionnalité: Calcul simple avec Excel (français)
Rule: Programme de calcul simple avec Excel
@DataSource:Calculator.xlsx
Plan du Scénario: Addition de deux nombres
Sachant que Le premier nombre est <a>
Et Le second Nombre est <b>
Quand Les deux nombres sont ajoutés
Alors Le résultat attendu est <r>
What is wrong with this ?
0
Please sign in to leave a comment.
Comments
0 comments